summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2013-09-302-4/+17
|\
| * fix testMichael Wallner2013-09-301-4/+16
| * fix memleak on resetting rebind_procMichael Wallner2013-09-301-0/+1
* | Fix bug #64979: Wrong behavior of static variables in closure generatorsNikita Popov2013-09-293-11/+39
* | Merge branch 'PHP-5.4' into PHP-5.5Nikita Popov2013-09-293-1/+43
|\ \ | |/
| * Fix bug #65322: compile time errors won't trigger auto loadingNikita Popov2013-09-294-1/+46
* | 5.5.4 release dateStanislav Malyshev2013-09-281-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-09-280-0/+0
|\ \ | |/
| * 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
| |\
| * \ Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Christopher Jones2013-09-263-6/+61
| |\ \
| * \ \ Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Christopher Jones2013-09-202-2/+6
| |\ \ \
* | \ \ \ Merge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5Christopher Jones2013-09-279-839/+864
|\ \ \ \ \
| * \ \ \ \ Merge branch 'PHP-5.4' into PHP-5.5Lior Kaplan2013-09-272-0/+4
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Add information about which INI file is which inside respective filesOndřej Surý2013-09-272-0/+4
| * | | | | Removed references to "Zend Support"Dmitry Stogov2013-09-271-5/+5
| * | | | | Added support for GNU Hurd. (Svante Signell)Dmitry Stogov2013-09-274-40/+69
| * | | | | Merge branch 'PHP-5.4' into PHP-5.5Derick Rethans2013-09-271-794/+784
| |\ \ \ \ \ | | |/ / / /
| | * | | | - Updated to version 2013.6 (2013f)Derick Rethans2013-09-271-794/+784
| * | | | | Merge branch 'PHP-5.4' into PHP-5.5Stanley Sufficool2013-09-261-0/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | 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.5' of https://git.php.net/repository/php-src into PHP-5.5Christopher Jones2013-09-268-19/+132
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Added function opcache_compile_file() to load PHP scripts into cache without ...Dmitry Stogov2013-09-254-1/+51
| * | | | | Fixed issue #135 (segfault in interned strings if initial memory is too low)Dmitry Stogov2013-09-252-4/+12
| * | | | | Make message and format arguments const char * to avoidRemi Collet2013-09-232-8/+8
| * | | | | Merge branch 'PHP-5.4' into PHP-5.5Adam Harvey2013-09-223-6/+61
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Copy dba_*() keys before converting to string.Adam Harvey2013-09-223-6/+61
| | | |_|/ | | |/| |
* | | | | Merge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5Christopher Jones2013-09-203-5/+10
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'PHP-5.4' into PHP-5.5Adam Harvey2013-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
| | |\ \
| | * \ \ Merge branch 'PHP-5.4' of https://git.php.net/repository/php-src into PHP-5.4Christopher Jones2013-09-135-24/+71
| | |\ \ \
| * | | | | Fixed bug #65678 the test cli_process_title_windows will fails on particular ...Anatol Belski2013-09-201-3/+4
|/ / / / /
* | | | | Added application/pdf to PHP CLI Web Server mime types.Christopher Jones2013-09-192-0/+2
* | | | | Merge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5Christopher Jones2013-09-187-7/+38
|\ \ \ \ \
| * \ \ \ \ Merge branch 'PHP-5.4' into PHP-5.5David Soria Parra2013-09-183-31/+2
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | Revert "EmptyIterator now implements Countable; fixes bug 60577"David Soria Parra2013-09-184-34/+2
| * | | | | Merge branch 'PHP-5.4' into PHP-5.5David Soria Parra2013-09-181-1/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | RFC 6598 reserved ip range starts at 100.64.0.0David Soria Parra2013-09-181-1/+1
| * | | | | Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2013-09-181-1/+6
| |\ \ \ \ \ | | |/ / / /
| | * | | | fix a very rare case of use of uninitialized value combined with aMichael Wallner2013-09-181-1/+6
| * | | | | Merge branch 'PHP-5.4' into PHP-5.5David Soria Parra2013-09-172-0/+5
| |\ \ \ \ \ | | |/ / / /
| | * | | | 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
| * | | | | Merge branch 'PHP-5.4' into PHP-5.5David Soria Parra2013-09-168-8/+58
| |\ \ \ \ \ | | |/ / / /
| | * | | | 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