summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* PHP 5.3.17php-5.3.17PHP-5.3.17Johannes Schlüter2012-09-122-6/+6
* BFNJohannes Schlüter2012-09-121-0/+2
* - Fixed bug #62955 (Only one directive is loaded from "Per Directory Values" ...Felipe Pena2012-09-121-4/+5
* Fix NEWSJohannes Schlüter2012-09-121-12/+22
* Fixed bug (segfault while build with zts and GOTO vm-kind)Xinchen Hui2012-08-253-1/+9
* better fixXinchen Hui2012-08-241-1/+1
* Fix testXinchen Hui2012-08-241-1/+1
* Fixed bug #62904 (Crash when cloning an object which inherits SplFixedArray)Xinchen Hui2012-08-233-4/+29
* ZTS fix introduced by Felipe must also go into 5.3Anatoliy Belsky2012-08-231-2/+2
* Updated INSTALL. Generated from the XML Docs.Philip Olson2012-08-221-74/+128
* Update NEWS given a5d0c1e2Gustavo Lopes2012-08-221-0/+3
* Fix handling of several uinitialized intl objectsGustavo Lopes2012-08-2217-40/+163
* Fixed bug #62885 (mysqli_poll - Segmentation fault)Xinchen Hui2012-08-223-0/+34
* - Removed PHP 6 checksFelipe Pena2012-08-215-167/+9
* skip test properlyXinchen Hui2012-08-211-2/+1
* Added test for bug #51353. It'll be skipped by default and must beAnatoliy Belsky2012-08-211-0/+54
* Move test files to tests dirReeze Xia2012-08-2119-238/+0
* skip test for bug 43130 on firebird , not relevantPopa Adrian Marius2012-08-201-0/+1
* - Value stored to var is never usedFelipe Pena2012-08-191-2/+0
* - Value stored to var is never usedFelipe Pena2012-08-191-4/+4
* - Value stored to var is never usedFelipe Pena2012-08-191-1/+0
* - Value stored to var is never usedFelipe Pena2012-08-191-1/+0
* - Value stored to var is never usedFelipe Pena2012-08-191-2/+0
* - Value stored to var is never readFelipe Pena2012-08-191-2/+2
* Update NEWSXinchen Hui2012-08-191-0/+2
* Fixed bug #62852 (Unserialize invalid DateTime causes crash)Reeze Xia2012-08-192-4/+27
* More intl tests extracted from symfonyMatt Ficken2012-08-1719-0/+598
* Fixed bug #62839Pierrick Charron2012-08-163-2/+21
* Fixed bug #62838Antony Dovgal2012-08-162-2/+5
* Merge branch 'skipif1' into PHP-5.3Christopher Jones2012-08-143-3/+3
|\
| * Fix skipifsChristopher Jones2012-08-143-3/+3
|/
* Small test tidy upChristopher Jones2012-08-142-25/+29
* Merge fix e7535e06e63104ccc0c90c4425b6c2541aa3c939 to 5.3Xinchen Hui2012-08-151-0/+1
* Fixed bug (segfault due to retval is not initialized)Xinchen Hui2012-08-152-1/+4
* Fix exif test failureNikita Popov2012-08-141-1/+1
* Merge branch 'skip-memory-exhaust-tests' of https://github.com/reeze/php-src ...Xinchen Hui2012-08-142-0/+6
|\
| * Skip tests reply on Zend MM turned onReeze Xia2012-08-112-0/+6
* | Ask for less random data in mcrypt_create_ivNikita Popov2012-08-131-4/+4
* | Rename mcrypt_cbf -> mcrypt_cfbNikita Popov2012-08-131-3/+3
* | Fixed bug #62763 (register_shutdown_function and extending class)Xinchen Hui2012-08-123-2/+30
* | Fixed bug #62795 (Zip extension version not defined)Xinchen Hui2012-08-111-0/+1
* | Fix test, from PR 158Xinchen Hui2012-08-111-0/+2
|/
* Update to work with libxml 2.9.0Daniel Veillard2012-08-093-0/+16
* Added the intl tests extracted from Symfony. These are making the intl ext cr...Matt Ficken2012-08-067-0/+238
* fix for #62460Stanislav Malyshev2012-08-051-0/+1
* Fixed bug #62460 (php binaries installed as binary.dSYM)Reeze Xia2012-08-051-2/+2
* Fix 126 tests failed of phar when --enable-zend-multibyteXinchen Hui2012-08-05126-75/+217
* This becomes useless, since we have set that in the INIT macroXinchen Hui2012-08-041-1/+0
* Fixed bug #62744 (dangling pointers made by zend_disable_class)Xinchen Hui2012-08-043-7/+12
* Fixed bug that can not get default value of parameter if it's not `optional`Xinchen Hui2012-08-022-4/+7