summaryrefslogtreecommitdiff
Commit message (Expand)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
|\
| * fix bug #62396 'make test' crashes starting with 5.3.14Michael Wallner2013-10-012-1/+16
| * 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
|\
| * 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
| * 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
|\
| * 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
| |\
* | \ Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Christopher Jones2013-09-263-6/+61
|\ \ \ | | |/ | |/|
| * | Copy dba_*() keys before converting to string.Adam Harvey2013-09-223-6/+61
* | | Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Christopher Jones2013-09-202-2/+6
|\ \ \ | |/ /
| * | Fix the broken sh syntax in ext/imap/config.m4.Adam Harvey2013-09-202-2/+6
|/ /
* | Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Christopher Jones2013-09-188-7/+47
|\ \
| * | Revert "EmptyIterator now implements Countable; fixes bug 60577"David Soria Parra2013-09-184-34/+2
| * | 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
| * | 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
| * | 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
| * | EmptyIterator now implements Countable; fixes bug 60577Levi Morrison2013-09-163-2/+31
| * | News for bugfix #64157David Soria Parra2013-09-161-0/+4
| * | Bug 64157Boro Sitnikovski2013-09-163-2/+16
* | | Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Christopher Jones2013-09-135-24/+71
|\ \ \ | |/ /
| * | Tinker with the wording of the short_open_tag description.Adam Harvey2013-09-092-14/+12
| * | Handle CLI server request headers case insensitively.Adam Harvey2013-09-093-10/+59
|/ /
* | 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
|\ \
| * | Fixed Bug #65564 stack-buffer-overflow in DateTimeZone stuff caught by Addres...Remi Collet2013-08-302-5/+7
| * | 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
|\ \ \ | |/ /
| * | Fixed bug #61759 (class_alias() should accept classes with leading backslashe...Dmitry Stogov2013-08-292-9/+7
| * | Fixed bug #61759 (class_alias() should accept classes with leading backslashe...Dmitry Stogov2013-08-291-0/+2
| * | 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
* | | Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Christopher Jones2013-08-281-1/+1
|\ \ \ | |/ /
| * | updated lib versionsAnatol Belski2013-08-281-1/+1
|/ /
* | Fix bug #65554 in DateTime, when use it with D/l in format and textual day ha...gron19872013-08-254-102/+137
* | 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