Get the most out of your Centmin Mod LEMP stack
Become a Member

PHP-FPM PHP 5.6 support testing for .07 betas

Discussion in 'Beta release code' started by eva2000, Jun 23, 2014.

Thread Status:
Not open for further replies.
  1. eva2000

    eva2000 Administrator Staff Member

    53,488
    12,130
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,672
    Local Time:
    11:59 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Update: PHP 5.6.0 GA Stable release is now available so no longer need testing it in RC or beta state PHP - PHP 5.6.0 Released :)

    Started working on Centmin Mod testing for PHP 5.6.0RC1 with .07 beta 21 Install - Centmin Mod .07 beta 21 to stable status | Centmin Mod Community. Early testing still as auto reinstall PHP extensions isn't fully working for PHP 5.6 so would need to run menu options 10 and 15 for memcache/memcached/igbinary and imagick PHP extension recompile after PHP upgrade to PHP 5.6.0RC4

    As mentioned PHP 5.6 dev versions download url is different, so you would need to manually download PHP 5.6.0RC4 tar.gz file to /svr-setup first. Then run centmin.sh menu option 5 to upgrade PHP and for PHP version specify = 5.6.0RC4 to be able to upgrade.

    Update: PHP 5.6.0RC4 was released PHP-FPM - PHP 5.6 support testing for .07 betas | Centmin Mod Community So to try this all you need to do is change specified PHP version and download to 5.6.0RC4

    Code:
    cd /svr-setup
    
    ls -lah| grep php
    drwxr-xr-x 14 nginx games  4.0K Jun 21 13:11 php-5.4.29
    -rw-r--r--  1 root  root    15M Jun 21 13:06 php-5.4.29.tar.gz
    
    ls -lah /svr-setup/ | grep php
    drwxr-xr-x 14 nginx games  4.0K Jun 21 13:11 php-5.4.29
    -rw-r--r--  1 root  root    15M Jun 21 13:06 php-5.4.29.tar.gz
    
    Code:
    cd /svr-setup
    wget -cnv http://downloads.php.net/tyrael/php-5.6.0RC4.tar.gz
    2014-06-23 06:16:23 URL:http://downloads.php.net/tyrael/php-5.6.0RC4.tar.gz [17384854/17384854] -> "php-5.6.0RC3.tar.gz" [1]
    
    ls -lah /svr-setup/ | grep php                       
    drwxr-xr-x 14 nginx games  4.0K Jun 21 13:11 php-5.4.29
    -rw-r--r--  1 root  root    15M Jun 21 13:06 php-5.4.29.tar.gz
    -rw-r--r--  1 root  root    17M Jun 19 01:26 php-5.6.0RC4.tar.gz
    Then run centmin.sh and select menu option 5 to upgrade PHP and specify PHP version = 5.6.0RC4

    Code:
    --------------------------------------------------------
    Centmin Mod 1.2.3-eva2000.07 - http://centminmod.com
    --------------------------------------------------------
                       Centmin Mod Menu           
    --------------------------------------------------------
    1).  Centmin Install
    2).  Add Nginx vhost domain
    3).  NSD setup domain name DNS
    4).  Nginx Upgrade / Downgrade
    5).  PHP Upgrade / Downgrade
    6).  XCache Re-install
    7).  APC Cache Re-install
    8).  XCache Install
    9).  APC Cache Install
    10). Memcached Server Re-install
    11). MariaDB 5.2, 5.5, 10 Upgrade Sub-Menu
    12). Zend OpCache Install/Re-install
    13). Install ioping.sh vbtechsupport.com/1239/
    14). SELinux disable
    15). Install/Re-install ImageMagick PHP Extension
    16). Change SSHD Port Number
    17). Multi-thread compression: pigz,pbzip2,lbzip2,p7zip etc
    18). Suhosin PHP Extension install
    19). Install FFMPEG and FFMPEG PHP Extension
    20). NSD Re-install
    21). Update - Nginx + PHP-FPM + Siege
    22). Exit
    --------------------------------------------------------
    Enter option [ 1 - 22 ] 5
    --------------------------------------------------------
    
    Code:
    Custom configure CSF settings...set
    
    Do you want to run YUM install checks ?  [y/n]
    
    This will increase your upgrade duration time wise.
    Check the change log centminmod.com/changelog.html
    to see if any Nginx or PHP related new additions
    which require checking YUM prequisites are met.
    If no new additions made, you can skip the
    YUM install check to speed up upgrade time.
    
    [y/n]: n
    PHP Upgrade - Would you like to continue? [y/n] y
    
    Install which version of PHP? (version i.e. 5.4.29): 5.6.0RC4
    Do you want to update to latest php-fpm.conf ? It will overwrite your existing php-fpm.conf [y/n]: n
    
    -----------------------------------------------------------------------------------------
    Detected PHP 5.6 branch.
    You can compile Zend OPcache (Zend Optimizer Plus+) support
    as an alternative to using APC Cache or Xcache cache.
    But Zend OPcache only provides PHP opcode cache and
    DOESN'T do data caching, so if you web apps such as Wordpress,
    Drupal or vBulletin require data caching to APC or Xcache,
    it won't work with Zend OPcache.
    
    -----------------------------------------------------------------------------------------
    Do you want to use Zend OPcache [y/n] ? y
    Then run menu options 10 and 15 to recompile memcache/memcached/igbinary and imagick PHP extensions for PHP 5.6.0RC4.

    End result is PHP 5.6.0RC4 compiled.


    PHP version
    Code:
    php -v
    PHP 5.6.0RC2 (cli) (built: Jun 23 2014 06:35:50)
    Copyright (c) 1997-2014 The PHP Group
    Zend Engine v2.6.0-dev, Copyright (c) 1998-2014 Zend Technologies
        with Zend OPcache v7.0.4-dev, Copyright (c) 1999-2014, by Zend Technologies
    
    php ini files
    Code:
    php --ini
    Configuration File (php.ini) Path: /usr/local/lib
    Loaded Configuration File:         /usr/local/lib/php.ini
    Scan for additional .ini files in: /etc/centminmod/php.d
    Additional .ini files parsed:      /etc/centminmod/php.d/igbinary.ini,
    /etc/centminmod/php.d/imagick.ini,
    /etc/centminmod/php.d/memcache.ini,
    /etc/centminmod/php.d/memcached.ini,
    /etc/centminmod/php.d/zendopcache.ini
    imagick extension
    Code:
    php --ri imagick
    
    imagick
    
    imagick module => enabled
    imagick module version => 3.1.2
    imagick classes => Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator
    ImageMagick version => ImageMagick 6.5.4-7 2014-02-10 Q16 OpenMP http://www.imagemagick.org
    ImageMagick copyright => Copyright (C) 1999-2009 ImageMagick Studio LLC
    ImageMagick release date => 2014-02-10
    ImageMagick number of supported formats:  => 199
    ImageMagick supported formats => A, AI, ART, ARW, AVI, AVS, B, BGR, BMP, BMP2, BMP3, BRF, BRG, C, CALS, CAPTION, CIN, CIP, CLIP, CMYK, CMYKA, CR2, CRW, CUR, CUT, DCM, DCR, DCX, DDS, DFONT, DNG, DOT, DPS, DPX, EPDF, EPI, EPS, EPS2, EPS3, EPSF, EPSI, EPT, EPT2, EPT3, ERF, EXR, FAX, FITS, FRACTAL, FTS, G, G3, GBR, GIF, GIF87, GRADIENT, GRAY, GRB, HALD, HISTOGRAM, HRZ, HTM, HTML, ICB, ICO, ICON, INFO, INLINE, IPL, ISOBRL, JNG, JP2, JPC, JPEG, JPG, JPX, K, K25, KDC, LABEL, M, M2V, M4V, MAP, MAT, MATTE, MIFF, MNG, MONO, MOV, MP4, MPC, MPEG, MPG, MRW, MSL, MSVG, MTV, MVG, NEF, NULL, O, ORF, OTB, OTF, PAL, PALM, PAM, PATTERN, PBM, PCD, PCDS, PCL, PCT, PCX, PDB, PDF, PDFA, PEF, PFA, PFB, PFM, PGM, PGX, PICON, PICT, PIX, PJPEG, PLASMA, PNG, PNG24, PNG32, PNG8, PNM, PPM, PREVIEW, PS, PS2, PS3, PSD, PTIF, PWP, R, RADIAL-GRADIENT, RAF, RAS, RBG, RGB, RGBA, RGBO, RLA, RLE, SCR, SCT, SFW, SGI, SHTML, SR2, SRF, STEGANO, SUN, SVG, SVGZ, TEXT, TGA, THUMBNAIL, TIFF, TIFF64, TILE, TIM, TTC, TTF, TXT, UBRL, UIL, UYVY, VDA, VICAR, VID, VIFF, VST, WBMP, WMF, WMV, WMZ, WPG, X, X3F, XBM, XC, XCF, XPM, XPS, XV, XWD, Y, YCbCr, YCbCrA, YUV
    
    Directive => Local Value => Master Value
    imagick.locale_fix => 0 => 0
    imagick.progress_monitor => 0 => 0
    
    memcache extension
    Code:
    php --ri memcache
    
    memcache
    
    memcache support => enabled
    Version => 3.0.8
    Revision => $Revision: 329835 $
    
    Directive => Local Value => Master Value
    memcache.allow_failover => 1 => 1
    memcache.max_failover_attempts => 20 => 20
    memcache.default_port => 11211 => 11211
    memcache.chunk_size => 32768 => 32768
    memcache.protocol => ascii => ascii
    memcache.hash_strategy => consistent => consistent
    memcache.hash_function => crc32 => crc32
    memcache.redundancy => 1 => 1
    memcache.session_redundancy => 2 => 2
    memcache.compress_threshold => 20000 => 20000
    memcache.lock_timeout => 15 => 15
    
    memcached extension
    Code:
    php --ri memcached
    
    memcached
    
    memcached support => enabled
    Version => 2.2.0
    libmemcached version => 1.0.18
    SASL support => yes
    Session support => yes
    igbinary support => yes
    json support => yes
    msgpack support => no
    
    Directive => Local Value => Master Value
    memcached.sess_locking => 1 => 1
    memcached.sess_consistent_hash => 0 => 0
    memcached.sess_binary => 0 => 0
    memcached.sess_lock_wait => 150000 => 150000
    memcached.sess_lock_max_wait => 0 => 0
    memcached.sess_lock_expire => 0 => 0
    memcached.sess_prefix => memc.sess.key. => memc.sess.key.
    memcached.sess_number_of_replicas => 0 => 0
    memcached.sess_randomize_replica_read => 0 => 0
    memcached.sess_remove_failed => 0 => 0
    memcached.sess_connect_timeout => 3000 => 3000
    memcached.sess_sasl_username => no value => no value
    memcached.sess_sasl_password => no value => no value
    memcached.compression_type => fastlz => fastlz
    memcached.compression_factor => 1.3 => 1.3
    memcached.compression_threshold => 2000 => 2000
    memcached.serializer => igbinary => igbinary
    memcached.use_sasl => 0 => 0
    memcached.store_retry_count => 2 => 2
    
    Zend OpCache
    Code:
    php --ri 'Zend OPcache'
    
    Zend OPcache
    
    Opcode Caching => Disabled
    Optimization => Disabled
    Startup Failed => Opcode Caching is disabled for CLI
    
    Directive => Local Value => Master Value
    opcache.enable => On => On
    opcache.use_cwd => On => On
    opcache.validate_timestamps => On => On
    opcache.inherited_hack => On => On
    opcache.dups_fix => Off => Off
    opcache.revalidate_path => Off => Off
    opcache.log_verbosity_level => 1 => 1
    opcache.memory_consumption => 64 => 64
    opcache.interned_strings_buffer => 8 => 8
    opcache.max_accelerated_files => 8000 => 8000
    opcache.max_wasted_percentage => 5 => 5
    opcache.consistency_checks => 0 => 0
    opcache.force_restart_timeout => 180 => 180
    opcache.revalidate_freq => 180 => 180
    opcache.file_update_protection => 2 => 2
    opcache.preferred_memory_model => no value => no value
    opcache.blacklist_filename => no value => no value
    opcache.max_file_size => 0 => 0
    opcache.protect_memory => 0 => 0
    opcache.save_comments => 1 => 1
    opcache.load_comments => 1 => 1
    opcache.fast_shutdown => 1 => 1
    opcache.optimization_level => 0xFFFFFFFF => 0xFFFFFFFF
    opcache.enable_file_override => On => On
    opcache.enable_cli => Off => Off
    opcache.error_log => no value => no value
    opcache.restrict_api => no value => no value
    
    Please note, there's minor changes to .07 beta needed in a few inc/*.inc files which are not yet committed to Github, so you wouldn't be able to try this completely yet. I'm working on the auto reinstall routine for PHP 5.6 first :)
     
    Last edited: Aug 28, 2014
  2. eva2000

    eva2000 Administrator Staff Member

    53,488
    12,130
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,672
    Local Time:
    11:59 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    php560rc1_00.png
     
  3. rdan

    rdan Well-Known Member

    5,439
    1,398
    113
    May 25, 2014
    Ratings:
    +2,187
    Local Time:
    9:59 AM
    Mainline
    10.2
    Works fine with xenforo?
     
  4. eva2000

    eva2000 Administrator Staff Member

    53,488
    12,130
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,672
    Local Time:
    11:59 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    haven't tried it yet. This was done on a test VPS :)
     
  5. eva2000

    eva2000 Administrator Staff Member

    53,488
    12,130
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,672
    Local Time:
    11:59 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Committed some changes to .07 beta21 now for this so you can at least try my above steps to test PHP 5.6.0RC1 on a test server for now.

    Not fully there yet as auto reinstall of all PHP extensions isn't working with PHP 5.6. As such imagick and memcache/memcached/igbinary need manually reinstalling via menu options 10 and 15 after PHP 5.6 upgrade and for now you need to manually download PHP 5.6 tar.gz file into /svr-setup BEFORE running centmin.sh menu option 5 to upgrade to PHP 5.6.

    Actual commits https://github.com/centminmod/centminmod/commit/787ddf934b64e888343eb216b2b6a91006169827

    FYI, PHP 5.6.0RC2 is scheduled for July 3rd release so in ~9 days from now.

    Most recently opened PHP 5.6 bugs reported https://bugs.php.net/search.php?lim...d=display&status=Open&bug_type=All&phpver=5.6
     
  6. GhoHan

    GhoHan Member

    33
    14
    8
    Jun 1, 2014
    Ratings:
    +14
    Local Time:
    8:59 AM
    Nginx 1.13.X
    MariaDB 10.1.X
    very nice info thanks.
     
  7. BamaStangGuy

    BamaStangGuy Active Member

    668
    192
    43
    May 25, 2014
    Ratings:
    +272
    Local Time:
    8:59 PM
    Looking forward to stable. Its so nice being away from vBulletin and being able to advance with technology.
     
  8. rdan

    rdan Well-Known Member

    5,439
    1,398
    113
    May 25, 2014
    Ratings:
    +2,187
    Local Time:
    9:59 AM
    Mainline
    10.2
  9. eva2000

    eva2000 Administrator Staff Member

    53,488
    12,130
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,672
    Local Time:
    11:59 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  10. eva2000

    eva2000 Administrator Staff Member

    53,488
    12,130
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,672
    Local Time:
    11:59 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    PHP 5.6 RC2 was released a few days ago http://www.php.net/archive/2014.php#id2014-07-03-1

    Code:
    03 Jul 2014, PHP 5.6.0 Release Candidate 2
    
    - Core:
      . Fixed bug #67368 (Memory leak with immediately dereferenced array in class
        constant). (Laruence)
      . Fixed bug #67468 (Segfault in highlight_file()/highlight_string()).
        (Andreas Ferber)
      . Fixed bug #67091 (make install fails to install libphp5.so on FreeBSD 10.0).
        (Ferenc)
      . Fixed bug #67498 (phpinfo() Type Confusion Information Leak Vulnerability).
        (Stefan Esser)
    
    - FPM:
      . Fix bug #67531 (syslog cannot be set in pool configuration). (Remi)
      . Fix bug #67541 (Fix Apache 2.4.10+ SetHandler proxy:fcgi://
        incompatibilities). (David Zuelke)
    
    - Intl:
      . Fixed bug #67349 (Locale::parseLocale Double Free). (Stas)
      . Fixed bug #67397 (Buffer overflow in locale_get_display_name and
        uloc_getDisplayName (libicu 4.8.1)). (Stas)
    
    - pgsql:
      . Fix bug #67550 (Error in code "form" instead of "from", pgsql.c, line 756),
        which affected builds against libpq < 7.3. (Adam)
    
    - phpdbg:
      . Fix Bug #67499 (readline feature not enabled when build with libedit). (Remi)
      . Fix issue krakjoe/phpdbg#94 (List behavior is inconsistent). (Bob)
      . Fix issue krakjoe/phpdbg#97 (The prompt should always ensure it is on a
        newline). (Bob)
      . Fix issue krakjoe/phpdbg#98 (break if does not seem to work). (Bob)
      . Fix issue krakjoe/phpdbg#99 (register function has the same behavior as
        run). (Bob)
      . Fix issue krakjoe/phpdbg#100 (No way to list the current stack/frames)
        (Help entry was missing). (Bob)
    
    - SPL:
      . Fixed bug #67492 (unserialize() SPL ArrayObject / SPLObjectStorage Type
        Confusion) (CVE-2014-3515). (Stefan Esser)
     
  11. Lundz

    Lundz Member

    42
    6
    8
    May 28, 2014
    Ratings:
    +7
    Local Time:
    3:59 AM
    @eva2000 the normal mysql extension has been removed as of 5.6 you should opdate your configuration to take this in your configuration script aswell so we don't run in deprecated errors ;)
     
  12. eva2000

    eva2000 Administrator Staff Member

    53,488
    12,130
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,672
    Local Time:
    11:59 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    AFAIK, should already been taken care of as Centmin Mod PHP uses mysqlnd native driver and is compiled for and supporting mysql/mysqli etc
     
  13. Lundz

    Lundz Member

    42
    6
    8
    May 28, 2014
    Ratings:
    +7
    Local Time:
    3:59 AM
    I know, but the extension mysql is deprecated as of 5.5 and will be removed in 5.6 :)
    So why compile it for 5.6?
     
  14. eva2000

    eva2000 Administrator Staff Member

    53,488
    12,130
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,672
    Local Time:
    11:59 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    probably because folks can switch between PHP 5.3, 5.4, 5.5 and 5.6 - I have no control over which versions folks use

    but probably add a check for PHP 5.6 to not compile it :)
     
  15. Lundz

    Lundz Member

    42
    6
    8
    May 28, 2014
    Ratings:
    +7
    Local Time:
    3:59 AM


    Yeah, you should make that! :D
     
  16. eva2000

    eva2000 Administrator Staff Member

    53,488
    12,130
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,672
    Local Time:
    11:59 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    PHP 5.6.0RC3 has been released PHP: News Archive - 2014

    php560rc3_00.png

    Code:
    31 Jul 2014, PHP 5.6.0 Release Candidate 3
    
    - Core:
      . Fixed bug #67497 (eval with parse error causes segmentation fault in
        generator). (Nikita)
      . Fixed bug #67151 (strtr with empty array crashes). (Nikita)
      . Fixed bug #67407 (Windows 8.1/Server 2012 R2 reported as Windows 8/Server
        2012). (Christian Wenz)
      . Fixed bug #66608 (Incorrect behavior with nested "finally" blocks).
        (Laruence, Dmitry)
      . Implemented FR #34407 (ucwords and Title Case). (Tjerk)
    
    - COM:
      . Fixed missing type checks in com_event_sink (Yussuf Khalil, Stas).
    
    - CLI server:
      . Fixed bug #66830 (Empty header causes PHP built-in web server to hang).
        (Adam)
      . Fixed bug #67594 (Unable to access to apache_request_headers() elements).
        (Tjerk)
    
    - FPM:
      . Fixed bug #67530 (error_log=syslog ignored). (Remi)
      . Fixed bug #67635 (php links to systemd libraries without using pkg-config).
        (pacho@gentoo.org, Remi)
    
    - Intl:
      . Fixed bug #66921 (Wrong argument type hint for function
        intltz_from_date_time_zone). (Stas)
      . Fixed bug #67052 (NumberFormatter::parse() resets LC_NUMERIC setting).
        (Stas)
    
    - pgsql:
      . Fixed bug #67555 (Cannot build against libpq 7.3). (Adam)
    
    - ODBC:
      . Fixed bug #60616 (odbc_fetch_into returns junk at end of multi-byte char
        fields). (Keyur Govande)
    
    - OpenSSL:
      . Fixed missing type checks in OpenSSL options (Yussuf Khalil, Stas).
      . Fixed bug #67609 (TLS connections fail behind HTTP proxy). (Daniel Lowrey)
      . Fixed broken build against OpenSSL older than 0.9.8 where ECDH unavailable.
        (Lior Kaplan)
      . Fixed bug #67666 (Subject altNames doesn't support wildcard matching). (Tjerk)
    
    - Phar:
      . Fixed bug #67587 (Redirection loop on nginx with FPM). (Christian Weiske)
    
    - readline:
      . Fixed bug #55496 (Interactive mode doesn't force a newline before the
        prompt). (Bob, Johannes)
      . Fixed bug #67496 (Save command history when exiting interactive shell
        with control-c). (Dmitry Saprykin, Johannes)
    
    - Reflection:
      . Implemented FR #67713 (loosen the restrictions on
        ReflectionClass::newInstanceWithoutConstructor()). (Ferenc)
    
    - SPL:
      . Fixed bug #67539 (ArrayIterator use-after-free due to object change during
        sorting). (research at insighti dot org, Laruence)
      . Fixed bug #67538 (SPL Iterators use-after-free). (CVE-2014-4670) (Laruence)
    
    - Session:
      . Fixed missing type checks in php_session_create_id (Yussuf Khalil, Stas).
      . Fixed bug #66827 (Session raises E_NOTICE when session name variable is array).
        (Yasuo)
    
    - OPCache:
      . Fixed bug #67215 (php-cgi work with opcache, may be segmentation fault
        happen) (Dmitry, Laruence)
    
    - phpdbg
      . Fixed bug #67575 (Compilation fails for phpdbg when the
        build directory != src directory). (Andy Thompson)
     
    Last edited: Aug 2, 2014
  17. eva2000

    eva2000 Administrator Staff Member

    53,488
    12,130
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,672
    Local Time:
    11:59 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    PHP 5.6.0RC4 released PHP: News Archive - 2014

    Code:
    14 Aug 2014, PHP 5.6.0 Release Candidate 4
    
    - COM:
      . Fixed bug #41577 (DOTNET is successful once per server run)
        (Aidas Kasparas)
    
    - Core:
      . Fixed bug #67693 (incorrect push to the empty array). (Tjerk)
      . Removed inconsistency regarding behaviour of array in constants at
        run-time. (Bob)
    
    - Fileinfo:
      . Fixed bug #67705 (extensive backtracking in rule regular expression).
        (CVE-2014-3538) (Remi)
    
    - FPM:
      . Fix bug #67606 (revised fix 67541, broke mod_fastcgi BC). (David Zuelke)
    
    - GD:
      . Fixed bug #66901 (php-gd 'c_color' NULL pointer dereference).
        (CVE-2014-2497) (Remi)
    
    - Milter:
      . Fixed bug #67715 (php-milter does not build and crashes randomly). (Mike)
    
    - OpenSSL:
      . Fixed bug #41631 (socket timeouts not honored in blocking SSL reads)
        (Daniel Lowrey).
    
    - SPL:
      . Revert fix for bug #67064 (BC issues). (Bob)
    
    - Zlib:
      . Fixed bug #67724 (chained zlib filters silently fail with large amounts of
        data). (Mike)
    
    - Date:
      . Fixed bug #66091 (memory leaks in DateTime constructor) (Tjerk).
    php560rc4_00.png
     
    Last edited: Aug 15, 2014
  18. rdan

    rdan Well-Known Member

    5,439
    1,398
    113
    May 25, 2014
    Ratings:
    +2,187
    Local Time:
    9:59 AM
    Mainline
    10.2
    Next will be Gold Release :D
     
  19. eva2000

    eva2000 Administrator Staff Member

    53,488
    12,130
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,672
    Local Time:
    11:59 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    indeed

     
  20. rdan

    rdan Well-Known Member

    5,439
    1,398
    113
    May 25, 2014
    Ratings:
    +2,187
    Local Time:
    9:59 AM
    Mainline
    10.2
    Right after my 5 days vacation (offline aug 22-27) :D
     
Thread Status:
Not open for further replies.