summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* PHP 5.3.18php-5.3.18PHP-5.3.18Johannes Schlüter2012-10-173-4/+4
|
* PHP 5.3.18RC1php-5.3.18RC1Johannes Schlüter2012-10-043-4/+4
|
* 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) ...
| * 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
| |/
| * Fixed bug #61442 (exception threw in __autoload can not be catched)Xinchen Hui2012-09-194-0/+77
| |
| * 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
| |
| * test should failXinchen Hui2012-09-171-0/+3
| |
| * 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
| |/
| * This will become 5.3.18Johannes Schlüter2012-09-132-4/+4
| |
| * Update RELEASE PROCESSDavid Soria Parra2012-09-131-22/+15
| | | | | | | | | | Some parts of the release process are outdated, not needed anymore or still reference cvs.
| * fix NEWS after relesesJohannes Schlüter2012-09-121-24/+43
| |
| * Fix doc bug #63032 (Number of release in documentation).Adam Harvey2012-09-101-3/+3
| | | | | | | | Also add a bonus grammar fix.
| * - Fixed bug #61767 (Shutdown functions not called in certain error situation)Dmitry Stogov2012-09-067-1/+113
| | | | | | | | - Fixed bug #60909 (custom error handler throwing Exception + fatal error = no shutdown function)
| * year++Xinchen Hui2012-09-053-3/+3
| | | | | | | | missed the .re files in 5.3
| * Correct PHP versionXinchen Hui2012-09-051-1/+1
| |
| * year++Xinchen Hui2012-09-0534-38/+38
| |
| * Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice).Dmitry Stogov2012-09-032-3/+8
| |
| * Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice)Dmitry Stogov2012-09-032-0/+70
| |
| * Fixed bug #62987 (Assigning to ArrayObject[null][something] overrides all ↵Xinchen Hui2012-09-013-32/+90
| | | | | | | | | | | | undefined variables) The get_zval_ptr_ptr of spl_array handler should act as same as the vm's
| * Fixed bug #62976 (Notice: could not be converted to int when comparing some ↵Xinchen Hui2012-08-313-6/+7
| | | | | | | | builtin classes)
| * - BFNFelipe Pena2012-08-301-0/+2
| |
| * - Fixed bug #62955 (Only one directive is loaded from "Per Directory Values" ↵Felipe Pena2012-08-301-4/+5
| | | | | | | | Windows registry)
* | 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 ...
| * Fixed defective cloning in ext/intl classesGustavo Lopes2012-08-265-3/+33
| | | | | | | | | | | | | | | | | | | | See also bug #62915 Cherry picked from 886a50a (I forgot about 5.3) Conflicts: ext/intl/spoofchecker/spoofchecker_class.c ext/intl/transliterator/transliterator_class.c
| * Fixed bug (segfault while build with zts and GOTO vm-kind)Xinchen Hui2012-08-253-1/+9
| |