summaryrefslogtreecommitdiff
Commit message (Collapse)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
| | | | Windows registry)
* 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
| | | | activated manually.
* Move test files to tests dirReeze Xia2012-08-2119-238/+0
| | | | There are 7 files duplicated, so those files was deleted
* 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
| | | | | curl_copy_handle segfault with CURLOPT_FILE. The refcount was incremented before the assignement.
* Fixed bug #62838Antony Dovgal2012-08-162-2/+5
| | | | enchant_dict_quick_check() destroys zval, but fails to initialize it
* Merge branch 'skipif1' into PHP-5.3Christopher Jones2012-08-143-3/+3
|\ | | | | | | | | * skipif1: Fix skipifs
| * Fix skipifsChristopher Jones2012-08-143-3/+3
|/ | | | Skipifs were referencing an unset variable
* Small test tidy upChristopher Jones2012-08-142-25/+29
| | | | Make some test changes so the tests can be run with the CLI webserver
* Merge fix e7535e06e63104ccc0c90c4425b6c2541aa3c939 to 5.3Xinchen Hui2012-08-151-0/+1
| | | | thanks for reeze.xia@gmail.com notice this
* Fixed bug (segfault due to retval is not initialized)Xinchen Hui2012-08-152-1/+4
|
* Fix exif test failureNikita Popov2012-08-141-1/+1
| | | | | There are two slightly different error messages for invalid pointers, so make the pattern slightly less strict to account for both.
* Merge branch 'skip-memory-exhaust-tests' of https://github.com/reeze/php-src ↵Xinchen Hui2012-08-142-0/+6
|\ | | | | | | into PHP-5.3
| * Skip tests reply on Zend MM turned onReeze Xia2012-08-112-0/+6
| | | | | | | | Those two tests have expect memory exhausted fatal error
* | Ask for less random data in mcrypt_create_ivNikita Popov2012-08-131-4/+4
| | | | | | | | | | Otherwise the RNG blocks and the test takes a lot of time to run (and occasionally fails).
* | Rename mcrypt_cbf -> mcrypt_cfbNikita Popov2012-08-131-3/+3
| | | | | | | | | | Also fix ECB -> CFB in the initialization vector size call (not that it makes a difference, they have the same size).
* | 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 ↵Matt Ficken2012-08-067-0/+238
| | | | crash with ICU at least 4.6, but probably with earlier versions too.
* fix for #62460Stanislav Malyshev2012-08-051-0/+1
|
* Fixed bug #62460 (php binaries installed as binary.dSYM)Reeze Xia2012-08-051-2/+2
| | | | | See http://marc.info/?l=php-cvs&m=125961714419896 Mac OS X 10.7&10.8 affected too.
* 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
| | | | the test will be added while commit the fix for #62737
* Fixed bug that can not get default value of parameter if it's not `optional`Xinchen Hui2012-08-022-4/+7
|