summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #63236 (Executable permission on various source files)Xinchen Hui2012-10-0956-0/+0
* Fixed bug #63235 (buffer overflow in use of SQLGetDiagRec)Xinchen Hui2012-10-091-1/+1
* 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-0452-262/+553
|\
| * 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
| * FD_ZERO file descriptors before calling curl_multi_fdsetPierrick Charron2012-09-281-0/+4
| * Correct the test summaryXinchen Hui2012-09-241-1/+1
| * Fixed bug #60723 (error_log error time has changed to UTC ignoring default ti...Xinchen Hui2012-09-241-0/+19
| * Avoid calling select if maxfd returned by curl_multi_fdset is -1Pierrick Charron2012-09-221-0/+3
| * 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
| * Add XFAIL test for bug #62852Xinchen Hui2012-09-151-0/+33
| * Revert "Fixed bug #62852 (Unserialize invalid DateTime causes crash)"Xinchen Hui2012-09-152-27/+4
| * 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
| * year++Xinchen Hui2012-09-053-3/+3
| * Correct PHP versionXinchen Hui2012-09-051-1/+1
| * year++Xinchen Hui2012-09-0524-24/+24
| * Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice).Dmitry Stogov2012-09-031-3/+4
| * 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 und...Xinchen Hui2012-09-012-32/+88
| * Fixed defective cloning in ext/intl classesGustavo Lopes2012-08-264-3/+32
| * better fixXinchen Hui2012-08-241-1/+1
| * Fix testXinchen Hui2012-08-241-1/+1
* | - 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-24390-431/+1359
|\ \ | |/
| * Fixed bug #62904 (Crash when cloning an object which inherits SplFixedArray)Xinchen Hui2012-08-232-4/+27
| * ZTS fix introduced by Felipe must also go into 5.3Anatoliy Belsky2012-08-231-2/+2
| * Fix handling of several uinitialized intl objectsGustavo Lopes2012-08-2217-40/+163
| * Fixed bug #62885 (mysqli_poll - Segmentation fault)Xinchen Hui2012-08-222-0/+31
| * - 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 readFelipe Pena2012-08-191-2/+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-162-2/+20
| * Fixed bug #62838Antony Dovgal2012-08-161-2/+1
| * Fix skipifsChristopher Jones2012-08-143-3/+3
| * Small test tidy upChristopher Jones2012-08-142-25/+29