Commit: 415d077e08b98636f7fcbc6ddc98ff22bf2c91c4 Author: Keyur Govande <ke...@php.net> Fri, 29 Mar 2013 14:44:35 +0000 Parents: 15c3d3ac71fe70b9260d91f4768bda901ca40426 b2a760fe4564fc6f24e1596f3288617a12aa2c55 Branches: master
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=415d077e08b98636f7fcbc6ddc98ff22bf2c91c4 Log: Merge branch 'PHP-5.5' * PHP-5.5: (276 commits) Patch for Bug #64544. The process title change module keeps track of the locally allocated environ, so it doesn't need to worry about when environ changes underneath it, for example by putenv()/setenv() Fix "passing NULL to non-pointer argument" warnings in intl Remove support for cloning generators Removed deprecated check Fix whitespace issue in the SOAP test Fix SOAP test Forgot to fix the test on 5.4 Exclude Travis build for 5.3 and 5.4 Fix tests after addition of ^ (xor) operator to ini Fix Bug #64545: PHP Error in ef93a93ee21bce9218188 Attempt to fix SKIP This will PHP 5.3.25 Typo fix (greater then => greater than) don't optimize script if it's not going to be cached Reimplemented OPcache restart trigger. Now, if memory or hash are full the restart is scheduled only in case the amount of wasted memory is above opcache.max_wasted_percentage. Otherwise OPcahce continue serving the following requests using already cached files, but doesn't try to add new files (the cache is full anyway). With pkgconfig < 0.28 output is a single space With pkgconfig = 0.28 output is an empty string, This breaks the test on the 2 vars Fixed issue #78 (incorrect file path validation) Fix test on Mac (\D shows up) Add test for #64529 will be 5.4.15 ... Bugs: https://bugs.php.net/64544 https://bugs.php.net/64545 https://bugs.php.net/78 https://bugs.php.net/64529 Changed paths: MM Zend/zend.h MM Zend/zend_vm_def.h MM Zend/zend_vm_execute.h MM php.ini-development MM php.ini-production Diff: -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php