summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge branch 'PHP-5.3' of https://git.php.net/repository/php-src into PHP-5.3Christopher Jones2012-10-091053-0/+0
|\ \ \ \ | |/ / / | | | | | | | | | | | | * 'PHP-5.3' of https://git.php.net/repository/php-src: Remove executable permission on phpt
| * | | Remove executable permission on phptXinchen Hui2012-10-101053-0/+0
| | | |
* | | | Merge branch 'PHP-5.3' of https://git.php.net/repository/php-src into PHP-5.3Christopher Jones2012-10-0868-1/+5
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | * 'PHP-5.3' of https://git.php.net/repository/php-src: Fixed bug #63236 (Executable permission on various source files) Fixed bug #63235 (buffer overflow in use of SQLGetDiagRec)
| * | | Fixed bug #63236 (Executable permission on various source files)Xinchen Hui2012-10-0967-0/+0
| | | |
| * | | Fixed bug #63235 (buffer overflow in use of SQLGetDiagRec)Xinchen Hui2012-10-092-1/+5
| | | |
* | | | Merge branch 'PHP-5.3' of https://git.php.net/repository/php-src into PHP-5.3Christopher Jones2012-10-0821-683/+805
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'PHP-5.3' of https://git.php.net/repository/php-src: exposing the libxpm version in phpinfo PHP-5.3 branch is 5.3.19 now reverted the previous fix for libpng include fixed include checks for libpng under win Avoding superfluous function call Add test for #35895 Update NEWS FD_ZERO file descriptors before calling curl_multi_fdset Fixed bug #62216 - Fixed bug #62887 (Only /status?plain&full gives "last request cpu") - Fixed bug #62947 (Unneccesary warnings on FPM) - add missing php-fpm.service.in - Fixed bug #63085 (Systemd integration and daemonize) - Fixed bug #62954 (startup problems fpm / php-fpm) - Fixed bug #62886 (PHP-FPM may segfault/hang on startup) - Updated to version 2012.6 (2012f) - Updated to version 2012.5 (2012e) - Updated to version 2012.4 (2012d)
| * | | exposing the libxpm version in phpinfoAnatoliy Belsky2012-10-041-0/+5
| | | |
| * | | Merge branch 'PHP-5.3' of git.php.net:/php-src into PHP-5.3Derick Rethans2012-10-0497-426/+1060
| |\ \ \
| | * | | PHP-5.3 branch is 5.3.19 nowJohannes Schlüter2012-10-043-4/+9
| | | | |
| | * | | reverted the previous fix for libpng includeAnatoliy Belsky2012-10-021-2/+1
| | | | |
| | * | | fixed include checks for libpng under winAnatoliy Belsky2012-10-021-1/+2
| | | | |
| | * | | Avoding superfluous function callXinchen Hui2012-10-021-3/+5
| | | | |
| | * | | Add test for #35895Xinchen Hui2012-10-021-0/+24
| | | | |
| | * | | Update NEWSPierrick Charron2012-09-281-0/+4
| | | | |
| | * | | FD_ZERO file descriptors before calling curl_multi_fdsetPierrick Charron2012-09-281-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | As per curl documentation http://curl.haxx.se/libcurl/c/curl_multi_fdset.html we need to FD_ZERO file descriptors before calling the curl_multi_fdset function
| | * | | Merge branch 'bug62216' into PHP-5.3Jerome Loyet2012-09-282-1/+2
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * bug62216: Fixed bug #62216
| | | * | | Fixed bug #62216Jerome Loyet2012-09-282-1/+2
| | |/ / / | | | | | | | | | | | | | | | Add PID to php-fpm init.d script
| | * | | - Fixed bug #62887 (Only /status?plain&full gives "last request cpu")Jerome Loyet2012-09-282-9/+10
| | | | |
| | * | | - Fixed bug #62947 (Unneccesary warnings on FPM)Jerome Loyet2012-09-282-5/+6
| | | | |
| | * | | - add missing php-fpm.service.inJerome Loyet2012-09-281-0/+12
| | | | |
| | * | | - Fixed bug #63085 (Systemd integration and daemonize)Jerome Loyet2012-09-289-12/+53
| | | | |
| | * | | - Fixed bug #62954 (startup problems fpm / php-fpm)Jerome Loyet2012-09-277-57/+63
| | | | | | | | | | | | | | | | | | | | - Fixed bug #62886 (PHP-FPM may segfault/hang on startup)
| | * | | Merge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3Jerome Loyet2012-09-2675-335/+830
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'PHP-5.3' of git.php.net:php-src: (29 commits) Correct the test summary Fixed bug #60723 (error_log error time has changed to UTC ignoring default timezo) Avoid calling select if maxfd returned by curl_multi_fdset is -1 Fixed bug #63111 (is_callable() lies for abstract static method) updated lib versions Fixed bug #61442 (exception threw in __autoload can not be catched) updated libary versions split tests for the new zlib version on win Fixed Bug #63103 (ext\curl\tests\bug62839.phpt broken) test should fail Fixed bug #63093 (Segfault while load extension failed in zts-build). Add XFAIL test for bug #62852 Revert "Fixed bug #62852 (Unserialize invalid DateTime causes crash)" Change package.xml fix description Fixed bug #60901 (Improve "tail" syntax for AIX installation) This will become 5.3.18 Update RELEASE PROCESS fix NEWS after releses Fix doc bug #63032 (Number of release in documentation). - Fixed bug #61767 (Shutdown functions not called in certain error situation) - Fixed bug #60909 (custom error handler throwing Exception + fatal error = no shutdown function) ...
| | * \ \ \ Merge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3Jerome Loyet2012-08-30404-455/+1543
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'PHP-5.3' of git.php.net:php-src: (59 commits) Fixed defective cloning in ext/intl classes Fixed bug (segfault while build with zts and GOTO vm-kind) better fix Fix test Fixed bug #62904 (Crash when cloning an object which inherits SplFixedArray) ZTS fix introduced by Felipe must also go into 5.3 Updated INSTALL. Generated from the XML Docs. Update NEWS given a5d0c1e2 Fix handling of several uinitialized intl objects Fixed bug #62885 (mysqli_poll - Segmentation fault) - Removed PHP 6 checks skip test properly Added test for bug #51353. It'll be skipped by default and must be activated manually. Move test files to tests dir skip test for bug 43130 on firebird , not relevant - Value stored to var is never used - Value stored to var is never used - Value stored to var is never used - Value stored to var is never used - Value stored to var is never used ...
| * | | | | | - Updated to version 2012.6 (2012f)Derick Rethans2012-09-141-68/+84
| | | | | | |
| * | | | | | Merge branch 'PHP-5.3' of git.php.net:/php-src into PHP-5.3Derick Rethans2012-08-24405-530/+1667
| |\ \ \ \ \ \
| * | | | | | | - Updated to version 2012.5 (2012e)Derick Rethans2012-08-061-3/+3
| | | | | | | |
| * | | | | | | - Updated to version 2012.4 (2012d)Derick Rethans2012-07-201-584/+584
| | | | | | | |
* | | | | | | | Merge branch 'PHP-5.3' of https://git.php.net/repository/php-src into PHP-5.3Christopher Jones2012-09-267-5/+79
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'PHP-5.3' of https://git.php.net/repository/php-src: Correct the test summary Fixed bug #60723 (error_log error time has changed to UTC ignoring default timezo) Avoid calling select if maxfd returned by curl_multi_fdset is -1 Fixed bug #63111 (is_callable() lies for abstract static method) updated lib versions
| * | | | | | | Correct the test summaryXinchen Hui2012-09-241-1/+1
| | | | | | | |
| * | | | | | | Fixed bug #60723 (error_log error time has changed to UTC ignoring default ↵Xinchen Hui2012-09-242-1/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | timezo) Cherry pick to 5.3
| * | | | | | | Avoid calling select if maxfd returned by curl_multi_fdset is -1Pierrick Charron2012-09-221-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As per libcurl documentation : When libcurl returns -1 in max_fd, it is because libcurl currently does something that isn't possible for your application to monitor with a socket and unfortunately you can then not know exactly when the current action is completed using select().
| * | | | | | | Merge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3Dmitry Stogov2012-09-211-3/+3
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'PHP-5.3' of git.php.net:php-src: updated lib versions
| | * | | | | | | updated lib versionsAnatoliy Belsky2012-09-211-3/+3
| | | | | | | | |
| * | | | | | | | Fixed bug #63111 (is_callable() lies for abstract static method)Dmitry Stogov2012-09-213-1/+45
| |/ / / / / / /
* | | | | | | | Merge branch 'PHP-5.3' of https://git.php.net/repository/php-src into PHP-5.3Christopher Jones2012-09-194-0/+77
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | * 'PHP-5.3' of https://git.php.net/repository/php-src: Fixed bug #61442 (exception threw in __autoload can not be catched)
| * | | | | | | Fixed bug #61442 (exception threw in __autoload can not be catched)Xinchen Hui2012-09-194-0/+77
| | | | | | | |
* | | | | | | | Merge branch 'PHP-5.3' of https://git.php.net/repository/php-src into PHP-5.3Christopher Jones2012-09-186-167/+222
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'PHP-5.3' of https://git.php.net/repository/php-src: updated libary versions split tests for the new zlib version on win Fixed Bug #63103 (ext\curl\tests\bug62839.phpt broken)
| * | | | | | | updated libary versionsAnatoliy Belsky2012-09-181-4/+4
| | | | | | | |
| * | | | | | | split tests for the new zlib version on winAnatoliy Belsky2012-09-184-162/+217
| | | | | | | |
| * | | | | | | Fixed Bug #63103 (ext\curl\tests\bug62839.phpt broken)Xinchen Hui2012-09-181-1/+1
| | | | | | | |
* | | | | | | | Merge branch 'PHP-5.3' of https://git.php.net/repository/php-src into PHP-5.3Christopher Jones2012-09-171-0/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | * 'PHP-5.3' of https://git.php.net/repository/php-src: test should fail
| * | | | | | | test should failXinchen Hui2012-09-171-0/+3
| | | | | | | |
* | | | | | | | Merge branch 'PHP-5.3' of https://git.php.net/repository/php-src into PHP-5.3Christopher Jones2012-09-164-23/+33
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'PHP-5.3' of https://git.php.net/repository/php-src: Fixed bug #63093 (Segfault while load extension failed in zts-build). Add XFAIL test for bug #62852 Revert "Fixed bug #62852 (Unserialize invalid DateTime causes crash)"
| * | | | | | | Fixed bug #63093 (Segfault while load extension failed in zts-build).Xinchen Hui2012-09-152-1/+5
| | | | | | | |
| * | | | | | | Add XFAIL test for bug #62852Xinchen Hui2012-09-152-4/+33
| | | | | | | |
| * | | | | | | Revert "Fixed bug #62852 (Unserialize invalid DateTime causes crash)"Xinchen Hui2012-09-152-27/+4
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | see: http://news.php.net/php.bugs/173451 This reverts commit 46a3f257724df7b85cc8c3e6374c36ed9ee783b4.
* | | | | | | Merge branch 'bug60901' into PHP-5.3Christopher Jones2012-09-132-11/+26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bug60901: Change package.xml fix description Fixed bug #60901 (Improve "tail" syntax for AIX installation)
| * | | | | | | Change package.xml fix descriptionChristopher Jones2012-09-131-1/+1
| | | | | | | |
| * | | | | | | Fixed bug #60901 (Improve "tail" syntax for AIX installation)Christopher Jones2012-09-132-11/+26
|/ / / / / / /