Learn about Centmin Mod LEMP Stack today
Register Now

PHP PHP 7.0.0 Alpha 1 Released

Discussion in 'Nginx and PHP-FPM news & discussions' started by eva2000, Jun 12, 2015.

  1. rdan

    rdan Well-Known Member

    5,439
    1,398
    113
    May 25, 2014
    Ratings:
    +2,187
    Local Time:
    7:32 AM
    Mainline
    10.2
    I'm using that version also for several months now ;)

     
  2. KeVo

    KeVo Active Member

    180
    71
    28
    May 28, 2014
    Ratings:
    +101
    Local Time:
    6:32 PM
    1.11.x
    10.1.18
    I was lucky that it got suggested to me on XFU, otherwise I might have been stuck with yesterday's software. :p
     
  3. Andy

    Andy Active Member

    540
    89
    28
    Aug 6, 2014
    Ratings:
    +132
    Local Time:
    6:32 PM
    what is the latest version? Link?
    Thanks
     
  4. rdan

    rdan Well-Known Member

    5,439
    1,398
    113
    May 25, 2014
    Ratings:
    +2,187
    Local Time:
    7:32 AM
    Mainline
    10.2
  5. rdan

    rdan Well-Known Member

    5,439
    1,398
    113
    May 25, 2014
    Ratings:
    +2,187
    Local Time:
    7:32 AM
    Mainline
    10.2
    But you can't use Imagick and Memcached with the current PHP7 right?
    So only ZendOpcache will be use for your XenForo.
     
  6. KeVo

    KeVo Active Member

    180
    71
    28
    May 28, 2014
    Ratings:
    +101
    Local Time:
    6:32 PM
    1.11.x
    10.1.18
    I'm pretty sure both were working for me. My config file had the memcached settings (libmemcached) applied and XenForo didn't throw me a hissy fit about the extension not being loaded.
     
    Last edited: Aug 11, 2015
  7. pamamolf

    pamamolf Premium Member Premium Member

    4,068
    427
    83
    May 31, 2014
    Ratings:
    +832
    Local Time:
    2:32 AM
    Nginx-1.25.x
    MariaDB 10.3.x
    Php 7 RC1 was out 5 days ago and memcached working without any problems if i remember correct on my tests :)

    Final version will be released on 12 November :)
     
  8. KeVo

    KeVo Active Member

    180
    71
    28
    May 28, 2014
    Ratings:
    +101
    Local Time:
    6:32 PM
    1.11.x
    10.1.18
    I believe it was Beta 3 that was released a few days ago. If I'm not mistaken, the RC1 release comes out on the 20th, so I'm sure we're all excited for that. :D
     
  9. rdan

    rdan Well-Known Member

    5,439
    1,398
    113
    May 25, 2014
    Ratings:
    +2,187
    Local Time:
    7:32 AM
    Mainline
    10.2
    Can you show me your memcache.php data diagram?
    Are you sure xf data caching is loaded unto it?

    How about uploading gif avatars, does it work?
    Cause it only work if imagick is present.
     
  10. KeVo

    KeVo Active Member

    180
    71
    28
    May 28, 2014
    Ratings:
    +101
    Local Time:
    6:32 PM
    1.11.x
    10.1.18
    [​IMG]

    Here's a .gif avatar on my account that's working.
     
  11. rdan

    rdan Well-Known Member

    5,439
    1,398
    113
    May 25, 2014
    Ratings:
    +2,187
    Local Time:
    7:32 AM
    Mainline
    10.2
  12. KeVo

    KeVo Active Member

    180
    71
    28
    May 28, 2014
    Ratings:
    +101
    Local Time:
    6:32 PM
    1.11.x
    10.1.18
    Changed it back to an animated one. Go look again. :)
     
  13. rdan

    rdan Well-Known Member

    5,439
    1,398
    113
    May 25, 2014
    Ratings:
    +2,187
    Local Time:
    7:32 AM
    Mainline
    10.2
    Then great :D
    What value did you use to upgrade PHP?
    7.0 only?
     
  14. KeVo

    KeVo Active Member

    180
    71
    28
    May 28, 2014
    Ratings:
    +101
    Local Time:
    6:32 PM
    1.11.x
    10.1.18
    I used 7.0.0beta3

    It won't load imagick by default, so just use the menu option in centmin.sh to reinstall the imagick and you're good to go. (That's what I did anyways)
     
  15. rdan

    rdan Well-Known Member

    5,439
    1,398
    113
    May 25, 2014
    Ratings:
    +2,187
    Local Time:
    7:32 AM
    Mainline
    10.2
    OK I just tested, so this is the extension not yet compatible on 7.0 beta 3:
    What are the disadvantage without having igbinary and memcache @eva2000 ?
    Please enlighten me :D
     
  16. eva2000

    eva2000 Administrator Staff Member

    53,229
    12,116
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,654
    Local Time:
    9:32 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    igbinary doesn't seem to have much benefit now with php 5.6+ and zend opcache

    memcache isn't needed for xenforo if you have memcached PHP extension :)
     
  17. rdan

    rdan Well-Known Member

    5,439
    1,398
    113
    May 25, 2014
    Ratings:
    +2,187
    Local Time:
    7:32 AM
    Mainline
    10.2
    That 2 sentence, really help :).
    Thanks a lot!
     
  18. rdan

    rdan Well-Known Member

    5,439
    1,398
    113
    May 25, 2014
    Ratings:
    +2,187
    Local Time:
    7:32 AM
    Mainline
    10.2
    Centminmod menu 10, auto creates igbinary and memcache ini file.
    And that cause PHP 7 error.
    Two of my server is now running PHP 7 beta3 :D
     
  19. eva2000

    eva2000 Administrator Staff Member

    53,229
    12,116
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,654
    Local Time:
    9:32 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    yes because i let it install as is otherwise no way of knowing when updated versions work or not
     
  20. rdan

    rdan Well-Known Member

    5,439
    1,398
    113
    May 25, 2014
    Ratings:
    +2,187
    Local Time:
    7:32 AM
    Mainline
    10.2
    I found several bugs using it on production :D
    Can somebody please try to post this content on your site using PHP 7?

    PHP 7.0
    Code:
    ./configure --prefix=/usr/local/php7/7.0.0 --localstatedir=/usr/local/var --sysconfdir=/usr/local/etc/php/7 --with-config-file-path=/usr/local/etc/php/7 --with-config-file-scan-dir=/usr/local/etc/php/7/conf.d --mandir=/usr/local/php7/7.0.0/share/man --enable-bcmath --enable-calendar --enable-dba --enable-exif --enable-ftp --enable-gd-native-ttf --enable-intl --enable-mbregex --enable-mbstring --enable-shmop --enable-soap --enable-sockets --enable-sysvmsg --enable-sysvsem --enable-sysvshm --enable-wddx --enable-zip --with-freetype-dir=/usr/local/opt/freetype --with-gd --with-gettext=/usr/local/opt/gettext --with-iconv-dir=/usr --with-icu-dir=/usr/local/opt/icu4c --with-jpeg-dir=/usr/local/opt/jpeg --with-kerberos=/usr --with-libedit --with-mhash --with-ndbm=/usr --with-pdo-odbc=unixODBC,/usr/local/opt/unixodbc --with-png-dir=/usr/local/opt/libpng --with-unixODBC=/usr/local/opt/unixodbc --with-xmlrpc --with-zlib=/usr/local/opt/zlib --with-apxs2=/usr/sbin/apxs --libexecdir=/usr/local/php7/7.0.0/libexec --with-bz2=/usr --disable-debug --enable-fpm --with-fpm-user=_www --with-fpm-group=_www --with-curl --with-xsl=/usr --with-ldap --with-ldap-sasl=/usr --with-mysql-sock=/tmp/mysql.sock --with-mysqli=mysqlnd --with-mysql=mysqlnd --with-pdo-mysql=mysqlnd --disable-opcache --enable-pcntl --enable-dtrace --disable-phpdbg --enable-zend-signals --enable-debug