summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 5.4.7php-5.4.7PHP-5.4.7Stanislav Malyshev2012-09-113-5/+7
|
* - Fixed bug #62955 (Only one directive is loaded from "Per Directory Values" ↵Felipe Pena2012-09-091-4/+5
| | | | Windows registry)
* 5.4.7 rc1php-5.4.7RC1Stanislav Malyshev2012-08-283-4/+4
|
* fix bug #55856: preg_replace should fail on trailing garbageStanislav Malyshev2012-08-283-12/+66
|
* Bug #62956: fixing private method signature validationLars Strojny2012-08-283-1/+27
| | | | | In inheritance, if both methods are private, don not enforce the same signature.
* NEWS for 886a50aGustavo Lopes2012-08-261-0/+1
|
* Fixed defective cloning in ext/intl classesGustavo Lopes2012-08-266-5/+38
| | | | See also bug #62915
* NEWS for commit 72c807aGustavo Lopes2012-08-261-0/+1
|
* Allow Spoofchecker to be registered on ICU 49.1Gustavo Lopes2012-08-261-2/+2
|
* Announce on NEWS change in 1ce572cGustavo Lopes2012-08-261-0/+3
|
* Bug #62933: compilation error with ICU 3.4Gustavo Lopes2012-08-261-0/+2
|
* Merging PR 121 to add support for slow request counting on the PHP-FPM ↵Lars Strojny2012-08-268-13/+27
| | | | status page
* Add test for #62907Xinchen Hui2012-08-261-0/+24
|
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-08-253-1/+9
|\
| * Fixed bug (segfault while build with zts and GOTO vm-kind)Xinchen Hui2012-08-253-1/+9
| |
* | Fixed bug #62912 (CURLINFO_PRIMARY_IP is not exposed)Pierrick Charron2012-08-242-3/+15
| | | | | | | | | | CURLINFO_PRIMARY_* and CURLINFO_LOCAL_* where available in curl_getinfo but the constant itself was not exposed to php userland
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-08-240-0/+0
|\ \ | |/
| * better fixXinchen Hui2012-08-241-1/+1
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-08-240-0/+0
|\ \ | |/ | | | | | | Conflicts: ext/phar/tests/phpinfo_003.phpt
| * Fix testXinchen Hui2012-08-241-1/+1
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-08-230-0/+0
|\ \ | |/
| * Fixed bug #62904 (Crash when cloning an object which inherits SplFixedArray)Xinchen Hui2012-08-233-4/+29
| |
* | Fixed bug #62904 (Crash when cloning an object which inherits SplFixedArray)Xinchen Hui2012-08-233-4/+29
| |
* | fixing test for upcoming mpir upgradeAnatoliy Belsky2012-08-234-141/+0
| | | | | | | | - mpir is going to be upgraded up to 2.5.1 on windows
* | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-08-230-0/+0
|\ \ | |/ | | | | | | | | | | | | | | | | * PHP-5.3: ZTS fix introduced by Felipe must also go into 5.3 Updated INSTALL. Generated from the XML Docs. Update NEWS given a5d0c1e2 Conflicts: NEWS
| * 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 SPOOFCHECKER_METHOD_FETCH_OBJECT definitionGustavo André dos Santos Lopes2012-08-231-5/+2
| |
* | tabsXinchen Hui2012-08-231-14/+14
| |
* | Refix #62358, previous has side-affectXinchen Hui2012-08-231-2/+3
| |
* | Fixed bug #62358 (Segfault when using traits a lot)Xinchen Hui2012-08-233-2/+39
| |
* | Updated INSTALL. Generated from the XML Docs.Philip Olson2012-08-221-74/+128
| |
* | - Fixed ZTS buildFelipe Pena2012-08-221-2/+2
| |
* | Fix handling of several uinitialized intl objectsGustavo Lopes2012-08-222-1/+10
| | | | | | | | | | PHP 5.4 specific changes. Not having this in the merge commit helps porting to pecl/intl
* | Merge branch 'PHP-5.3' into PHP-5.4Gustavo Lopes2012-08-2217-40/+163
|\ \ | |/ | | | | | | * PHP-5.3: Fix handling of several uinitialized intl objects
| * Fix handling of several uinitialized intl objectsGustavo Lopes2012-08-2217-40/+163
| |
* | - Fix NEWSFelipe Pena2012-08-221-2/+2
| |
* | - BFNFelipe Pena2012-08-221-0/+4
| |
* | - Fixed bug #62892 (ReflectionClass::getTraitAliases crashes on importing ↵Felipe Pena2012-08-222-2/+25
| | | | | | | | trait methods as private)
* | Fixed bug #62313 Zend\tests\errmsg_021.phpt failsAnatoliy Belsky2012-08-221-0/+6
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-08-222-0/+31
|\ \ | |/
| * Fixed bug #62885 (mysqli_poll - Segmentation fault)Xinchen Hui2012-08-223-0/+34
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Felipe Pena2012-08-215-167/+9
|\ \ | |/ | | | | | | * PHP-5.3: - Removed PHP 6 checks
| * - Removed PHP 6 checksFelipe Pena2012-08-215-167/+9
| |
* | skip test properlyXinchen Hui2012-08-211-1/+0
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-08-210-0/+0
|\ \ | |/
| * skip test properlyXinchen Hui2012-08-211-2/+1
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-08-211-0/+54
|\ \ | |/ | | | | | | * PHP-5.3: Added test for bug #51353. It'll be skipped by default and must be activated manually.
| * Added test for bug #51353. It'll be skipped by default and must beAnatoliy Belsky2012-08-211-0/+54
| | | | | | | | activated manually.