summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix test, wrong exepct rule usedXinchen Hui2012-08-021-2/+1
* fix test due to float valueXinchen Hui2012-08-021-1/+1
* Fixed bug #62685 (Wrong return datatype in PDO::inTransaction())Xinchen Hui2012-08-022-2/+5
* Fixed bug #62716 (munmap() is called with the incorrect length)Xinchen Hui2012-08-022-1/+3
* Fixed bug #62715 (ReflectionParameter::isDefaultValueAvailable() wrong result)Xinchen Hui2012-08-013-3/+22
* Test for bug #62680Xinchen Hui2012-07-311-0/+13
* Limit test to ICU 49Gustavo André dos Santos Lopes2012-07-301-0/+2
* Remove executable bit from filesGustavo André dos Santos Lopes2012-07-30187-0/+0
* Sike test while there is no zend mm max_size guardXinchen Hui2012-07-291-0/+6
* Skip test while zend mm is disabledXinchen Hui2012-07-293-0/+11
* Merge branch 'PHP-5.3' of git.php.net:php-src into PHP-5.3Xinchen Hui2012-07-291-1/+1
|\
| * - Fixed bug #57933 (Wrong table type used in phpinfo output) patch by: selsky...Felipe Pena2012-07-281-1/+1
* | Skip test while zend_mm is disabledXinchen Hui2012-07-291-0/+6
|/
* Fixed bug #60194 for eavlXinchen Hui2012-07-283-4/+4
* Fixed bug #60194 (--with-zend-multibyte and --enable-debug reports LEAK with ...Xinchen Hui2012-07-284-4/+8
* Fix bug #62654Rasmus Lerdorf2012-07-251-3/+3
* merge 5.3.15 NEWSJohannes Schlüter2012-07-221-4/+71
* missed the test scriptXinchen Hui2012-07-211-0/+15
* Fix test failedXinchen Hui2012-07-211-73/+72
* Fixed bug #62616 (ArrayIterator::count() from IteratorIterator instance gives...Xinchen Hui2012-07-212-0/+6
* merge 9eb5cb6571698ca1c623ad3e02c8727c4b0c9a09 to 5.3Xinchen Hui2012-07-211-1/+1
* Fix for bug #62379 was missing in 5.3Anatoliy Belsky2012-07-174-65/+185
* Do not unload shared extensions when checking for leaksHannes Magnusson2012-07-171-0/+4
* Typofix in test-descriptionJille Timmermans2012-07-141-1/+1
* - Fixed bug #62525 (sigabrt while converting floating point to string)Felipe Pena2012-07-141-1/+1
* - Fixed memory leak when extending DOMXPathFelipe Pena2012-07-141-0/+6
* Fixed bug #61677 ext\zlib\tests\bug_52944.phpt failsAnatoliy Belsky2012-07-131-0/+5
* reverted changes for #62477Anatoliy Belsky2012-07-125-46/+2
* updated NEWSAnatoliy Belsky2012-07-111-0/+1
* Fixed bug #62477 LimitIterator int overflowAnatoliy Belsky2012-07-114-2/+45
* Fixed Bug #62500 (Segfault in DateInterval class when extended)Xinchen Hui2012-07-103-0/+48
* Fixed bug #62499 (curl_setopt($ch, CURLOPT_COOKIEFILE, "") returns false)Xinchen Hui2012-07-093-2/+6
* appease MSVC (doesnt like unary minus of unsigned ints)Nuno Lopes2012-07-081-1/+1
* Fix two issues with run-tests.phpAnthony Ferrara2012-07-061-3/+6
* Fix potential integer overflow in nl2brNikita Popov2012-07-051-6/+5
* Fix potential integer overflow in bin2hexNikita Popov2012-07-051-1/+1
* This wil be PHP 5.3.16Johannes Schlüter2012-07-053-67/+8
* Revert change 3f3ad30c50: There shouldn't be new features in 5.3, especiallyjohannes2012-07-055-45/+25
* fix (signed) integer overflow (part of bug #52550Nuno Lopes2012-07-021-1/+1
* Revert JSON changes to PHP 5.3Nikita Popov2012-07-0112-195/+46