summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix Bug #60633 build warning in bcmathRemi Collet2013-10-031-3/+0
|
* Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2013-10-023-17/+44
|\ | | | | | | | | | | | | | | | | | | | | * PHP-5.4: fix bug #65808 the socket_connect() won't work with IPv6 address 5.4.22-dev now Conflicts: configure.in ext/sockets/sockets.c main/php_version.h
| * fix bug #65808 the socket_connect() won't work with IPv6 addressMichael Wallner2013-10-022-17/+46
| |
| * 5.4.22-dev nowStanislav Malyshev2013-10-013-4/+6
| |
| * 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
* | | Revert "Make 'make distclean' remove the downloaded pear PHAR"Christopher Jones2013-10-011-1/+0
| | | | | | | | | | | | This reverts commit d7baf0427fb56cbde55495e5c2071b1cdacb94ce.
* | | Merge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5Christopher Jones2013-10-014-53/+165
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Michael Wallner (2) and Dmitry Stogov (1) # Via Michael Wallner (3) and Christopher Jones (1) * 'PHP-5.5' of https://git.php.net/repository/php-src: fix bug #62396 'make test' crashes starting with 5.3.14 (missing gzencode()) Fixed bug #61548 Reverted patch (it was used for internal testing and was committed by accident)
| * \ \ Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2013-10-011-1/+11
| |\ \ \ | | | |/ | | |/| | | | | | | | | * PHP-5.4: fix bug #62396 'make test' crashes starting with 5.3.14 (missing gzencode())
| | * | fix bug #62396 'make test' crashes starting with 5.3.14Michael Wallner2013-10-012-1/+16
| | | | | | | | | | | | | | | | (missing gzencode())
| * | | Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2013-10-012-30/+149
| |\ \ \ | | |/ / | | | | | | | | | | | | * PHP-5.4: Fixed bug #61548
| | * | 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
| * | | Reverted patch (it was used for internal testing and was committed by accident)Dmitry Stogov2013-10-011-22/+5
|/ / /
* | | Merge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5Christopher Jones2013-09-309-17/+101
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Michael Wallner (2) and others # Via Christopher Jones (4) and others * 'PHP-5.5' of https://git.php.net/repository/php-src: Make 'make distclean' remove the downloaded pear PHAR fix test fix memleak on resetting rebind_proc Fix bug #64979: Wrong behavior of static variables in closure generators Fix bug #65322: compile time errors won't trigger auto loading 5.5.4 release date 5.4.20 release date
| * | | Make 'make distclean' remove the downloaded pear PHARChristopher Jones2013-09-301-0/+1
| | | |
| * | | Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2013-09-302-4/+17
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | * PHP-5.4: fix test fix memleak on resetting rebind_proc
| | * | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.5.4 release dateStanislav Malyshev2013-09-281-1/+1
| | | |
| * | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-09-280-0/+0
| |\ \ \ |/ / / / | | _ / | | / | | | * PHP-5.4: 5.4.20 release date
| * | 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
| * \ 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.
| * \ \ 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.
* | \ \ \ Merge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5Christopher Jones2013-09-279-839/+864
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Dmitry Stogov (2) and others # Via Lior Kaplan (2) and others * 'PHP-5.5' of https://git.php.net/repository/php-src: Add information about which INI file is which inside respective files Removed references to "Zend Support" Added support for GNU Hurd. (Svante Signell) - Updated to version 2013.6 (2013f) FIX BUG #48539 - Disable TEXTLIMIT for FreeTDS driver
| * \ \ \ \ Merge branch 'PHP-5.4' into PHP-5.5Lior Kaplan2013-09-272-0/+4
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | | | | | | | | | | | | * PHP-5.4: Add information about which INI file is which inside respective files
| | * | | | 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
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | * PHP-5.4: FIX BUG #48539 - Disable TEXTLIMIT for FreeTDS driver
| | * | | | 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.5' of https://git.php.net/repository/php-src into PHP-5.5Christopher Jones2013-09-268-19/+132
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Dmitry Stogov (2) and others # Via Adam Harvey (1) and Dmitry Stogov (1) * 'PHP-5.5' of https://git.php.net/repository/php-src: Added function opcache_compile_file() to load PHP scripts into cache without execution. Fixed issue #135 (segfault in interned strings if initial memory is too low) Make message and format arguments const char * to avoid build warning about invalid cast. Copy dba_*() keys before converting to string.
| * | | | | Added function opcache_compile_file() to load PHP scripts into cache without ↵Dmitry Stogov2013-09-254-1/+51
| | | | | | | | | | | | | | | | | | | | | | | | execution.
| * | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | build warning about invalid cast.
| * | | | | Merge branch 'PHP-5.4' into PHP-5.5Adam Harvey2013-09-223-6/+61
| |\ \ \ \ \ | | | |/ / / | | |/| | | | | | | | | | | | | | | * PHP-5.4: 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.5' of https://git.php.net/repository/php-src into PHP-5.5Christopher Jones2013-09-203-5/+10
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Adam Harvey (1) and Anatol Belski (1) # Via Adam Harvey (2) and Christopher Jones (2) * 'PHP-5.5' of https://git.php.net/repository/php-src: Fix the broken sh syntax in ext/imap/config.m4. Fixed bug #65678 the test cli_process_title_windows will fails on particular environnement
| * | | | Merge branch 'PHP-5.4' into PHP-5.5Adam Harvey2013-09-202-2/+6
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | * PHP-5.4: 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
| | * \ \ 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.
| * | | | | Fixed bug #65678 the test cli_process_title_windows will fails on particular ↵Anatol Belski2013-09-201-3/+4
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | environnement Patch by Pierre Renaudet
* | | | | Added application/pdf to PHP CLI Web Server mime types.Christopher Jones2013-09-192-0/+2
| | | | |