summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 5.4.21php-5.4.21PHP-5.4.21Stanislav Malyshev2013-10-153-4/+4
|
* 5.4.21 rc1php-5.4.21RC1Stanislav Malyshev2013-10-013-4/+4
|
* Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Christopher Jones2013-10-014-31/+169
|\ | | | | | | | | | | | | | | # By Michael Wallner # Via Michael Wallner * 'PHP-5.4' of https://git.php.net/repository/php-src: fix bug #62396 'make test' crashes starting with 5.3.14 (missing gzencode()) Fixed bug #61548
| * fix bug #62396 'make test' crashes starting with 5.3.14Michael Wallner2013-10-012-1/+16
| | | | | | | | (missing gzencode())
| * Fixed bug #61548Michael Wallner2013-10-013-30/+153
|/
* Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Christopher Jones2013-09-306-6/+64
|\ | | | | | | | | | | | | | | | | | | # By Michael Wallner (2) and others # Via Michael Wallner * 'PHP-5.4' of https://git.php.net/repository/php-src: fix test fix memleak on resetting rebind_proc Fix bug #65322: compile time errors won't trigger auto loading 5.4.20 release date
| * fix testMichael Wallner2013-09-301-4/+16
| |
| * fix memleak on resetting rebind_procMichael Wallner2013-09-301-0/+1
| |
| * Fix bug #65322: compile time errors won't trigger auto loadingNikita Popov2013-09-294-1/+46
| | | | | | | | | | | | | | | | | | Also fixes duplicate bugs #54054 and #42098. Furthermore this fixes incorrect error messages thrown from code running inside an error handler when a compilation is in progress. The error file and line are now correctly associated with the file/line of the executor, rather than the compiler.
| * 5.4.20 release dateStanislav Malyshev2013-09-281-1/+1
|/
* Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Christopher Jones2013-09-274-794/+790
|\ | | | | | | | | | | | | | | | | # By Derick Rethans (1) and others # Via Lior Kaplan (1) and Stanley Sufficool (1) * 'PHP-5.4' of https://git.php.net/repository/php-src: Add information about which INI file is which inside respective files - Updated to version 2013.6 (2013f) FIX BUG #48539 - Disable TEXTLIMIT for FreeTDS driver
| * Add information about which INI file is which inside respective filesOndřej Surý2013-09-272-0/+4
| |
| * - Updated to version 2013.6 (2013f)Derick Rethans2013-09-271-794/+784
| |
| * FIX BUG #48539 - Disable TEXTLIMIT for FreeTDS driverStanley Sufficool2013-09-261-0/+2
| |
| * Merge branch 'PHP-5.4' of https://git.php.net/push/php-src into PHP-5.4Stanley Sufficool2013-09-26292-1278/+3466
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'PHP-5.4' of https://git.php.net/push/php-src: (140 commits) Copy dba_*() keys before converting to string. Fix the broken sh syntax in ext/imap/config.m4. Revert "EmptyIterator now implements Countable; fixes bug 60577" RFC 6598 reserved ip range starts at 100.64.0.0 fix a very rare case of use of uninitialized value combined with a memleak NEWS for added reserved ip addresses according to RFC 6598 Add RFC 6598 IPs to reserved addresses NEWS for #60577 NEWS for bug #64441 Fix bug #64441 (FILTER_VALIDATE_URL rejects fully qualified domain names) EmptyIterator now implements Countable; fixes bug 60577 News for bugfix #64157 Bug 64157 Changed error message to make sense Tinker with the wording of the short_open_tag description. Handle CLI server request headers case insensitively. 5.4.21 now Typo.... Add a XFAIL test for #64896 Fixed Bug #65564 stack-buffer-overflow in DateTimeZone stuff caught by AddressSanitizer Fixed bug #60598 (cli/apache sapi segfault on objects manipulation) ...
* | \ Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Christopher Jones2013-09-263-6/+61
|\ \ \ | | |/ | |/| | | | | | | | | | | | | # By Adam Harvey # Via Adam Harvey * 'PHP-5.4' of https://git.php.net/repository/php-src: Copy dba_*() keys before converting to string.
| * | Copy dba_*() keys before converting to string.Adam Harvey2013-09-223-6/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | A nice Sunday afternoon project for somebody would be to refactor the dba functions to use zend_parse_parameters() reliably and try to untangle some of the macros in dba.c. Sadly, it is not a nice Sunday afternoon here. Fixes bug #65708 (dba functions cast $key param to string in-place, bypassing copy on write).
* | | Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Christopher Jones2013-09-202-2/+6
|\ \ \ | |/ / | | | | | | | | | | | | | | | # By Adam Harvey # Via Adam Harvey * 'PHP-5.4' of https://git.php.net/repository/php-src: Fix the broken sh syntax in ext/imap/config.m4.
| * | Fix the broken sh syntax in ext/imap/config.m4.Adam Harvey2013-09-202-2/+6
|/ / | | | | | | | | Patch by ryotakatsuki at gmail dot com. Fixes bug #65721 (configure script broken in 5.5.4 and 5.4.20 when enabling imap).
* | Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Christopher Jones2013-09-188-7/+47
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By David Soria Parra (6) and others # Via David Soria Parra * 'PHP-5.4' of https://git.php.net/repository/php-src: Revert "EmptyIterator now implements Countable; fixes bug 60577" RFC 6598 reserved ip range starts at 100.64.0.0 fix a very rare case of use of uninitialized value combined with a memleak NEWS for added reserved ip addresses according to RFC 6598 Add RFC 6598 IPs to reserved addresses NEWS for #60577 NEWS for bug #64441 Fix bug #64441 (FILTER_VALIDATE_URL rejects fully qualified domain names) EmptyIterator now implements Countable; fixes bug 60577 News for bugfix #64157 Bug 64157 Changed error message to make sense
| * | Revert "EmptyIterator now implements Countable; fixes bug 60577"David Soria Parra2013-09-184-34/+2
| | | | | | | | | | | | This reverts commit 8a936e8eb938965b0daaf076c109ec60141e57a7.
| * | RFC 6598 reserved ip range starts at 100.64.0.0David Soria Parra2013-09-181-1/+1
| | |
| * | fix a very rare case of use of uninitialized value combined with aMichael Wallner2013-09-181-1/+6
| | | | | | | | | | | | memleak
| * | NEWS for added reserved ip addresses according to RFC 6598David Soria Parra2013-09-171-0/+1
| | |
| * | Add RFC 6598 IPs to reserved addressesSebastian Nohn2013-09-172-0/+5
| | | | | | | | | | | | (cherry picked from commit b3f5b822e9f83d99d7cb5eed36ba8d307d1408ee)
| * | NEWS for #60577David Soria Parra2013-09-161-0/+3
| | |
| * | NEWS for bug #64441David Soria Parra2013-09-161-0/+4
| | |
| * | Fix bug #64441 (FILTER_VALIDATE_URL rejects fully qualified domain names)Alex Bobrov2013-09-162-4/+11
| | | | | | | | | | | | (cherry picked from commit c149d4ee4be81ecf005eafd43ede06e70aa4c985)
| * | EmptyIterator now implements Countable; fixes bug 60577Levi Morrison2013-09-163-2/+31
| | | | | | | | | | | | (cherry picked from commit 6398844c86bee08abe4ee3f206ecd86ad0a498f9)
| * | News for bugfix #64157David Soria Parra2013-09-161-0/+4
| | |
| * | Bug 64157Boro Sitnikovski2013-09-163-2/+16
| | | | | | | | | | | | Changed error message to make sense
* | | Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Christopher Jones2013-09-135-24/+71
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | # By Adam Harvey # Via Adam Harvey * 'PHP-5.4' of https://git.php.net/repository/php-src: Tinker with the wording of the short_open_tag description. Handle CLI server request headers case insensitively.
| * | Tinker with the wording of the short_open_tag description.Adam Harvey2013-09-092-14/+12
| | | | | | | | | | | | | | | I'm still not thrilled with this, but it's a bit better and addresses the issues noted in bug #65644. Plus, it now mentions the decoupling of <?=.
| * | Handle CLI server request headers case insensitively.Adam Harvey2013-09-093-10/+59
|/ / | | | | | | Fixes bug #65633 (built-in server treat some http headers as case-sensitive).
* | 5.4.21 nowStanislav Malyshev2013-09-033-4/+6
| |
* | Typo....Xinchen Hui2013-09-021-1/+1
| |
* | Add a XFAIL test for #64896Xinchen Hui2013-09-021-0/+47
| |
* | Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Christopher Jones2013-08-304-5/+44
|\ \ | | | | | | | | | | | | | | | * 'PHP-5.4' of https://git.php.net/repository/php-src: Fixed Bug #65564 stack-buffer-overflow in DateTimeZone stuff caught by AddressSanitizer Fixed bug #60598 (cli/apache sapi segfault on objects manipulation)
| * | Fixed Bug #65564 stack-buffer-overflow in DateTimeZone stuff caught by ↵Remi Collet2013-08-302-5/+7
| | | | | | | | | | | | AddressSanitizer
| * | Fixed bug #60598 (cli/apache sapi segfault on objects manipulation)Xinchen Hui2013-08-303-0/+37
| | |
* | | Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Christopher Jones2013-08-294-17/+49
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | * 'PHP-5.4' of https://git.php.net/repository/php-src: Fixed bug #61759 (class_alias() should accept classes with leading backslashes). (Julien) Fixed bug #61759 (class_alias() should accept classes with leading backslashes). (Julien) Avoid compiler warning Fix bug #65579 (Using traits with get_class_methods causes segfault).
| * | Fixed bug #61759 (class_alias() should accept classes with leading ↵Dmitry Stogov2013-08-292-9/+7
| | | | | | | | | | | | backslashes). (Julien)
| * | Fixed bug #61759 (class_alias() should accept classes with leading ↵Dmitry Stogov2013-08-291-0/+2
| | | | | | | | | | | | backslashes). (Julien)
| * | Avoid compiler warningXinchen Hui2013-08-291-1/+1
| | |
| * | Fix bug #65579 (Using traits with get_class_methods causes segfault).Adam Harvey2013-08-283-8/+40
| | | | | | | | | | | | | | | | | | | | | Specifically, this checks if there are trait aliases defined in the class scope before attempting to dereference the first trait alias. This handles the case where a trait alias was used in a child trait but no aliases exist in the concrete class.
* | | Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Christopher Jones2013-08-281-1/+1
|\ \ \ | |/ / | | | | | | | | | * 'PHP-5.4' of https://git.php.net/repository/php-src: updated lib versions
| * | updated lib versionsAnatol Belski2013-08-281-1/+1
|/ /
* | Fix bug #65554 in DateTime, when use it with D/l in format and textual day ↵gron19872013-08-254-102/+137
| | | | | | | | have dot at the end
* | Fix DateInterval->days value when object was created not from DateTime::diff()Alexander Moskalev2013-08-242-1/+15
| |
* | Test extension xmlrpc encode type double and string decode type string and introot2013-08-243-0/+105
| |