summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* update the certificate used for the test, as it expired recentlyphp-5.6.2PHP-5.6.2Ferenc Kovacs2014-10-151-21/+21
|
* update NEWSFerenc Kovacs2014-10-151-0/+16
|
* 5.6.2Ferenc Kovacs2014-10-152-4/+4
|
* Fix return code (merges are hard :( )Stanislav Malyshev2014-10-151-1/+1
|
* Fix bug #68113 (Heap corruption in exif_thumbnail())Stanislav Malyshev2014-10-153-2/+19
|
* Fix bug #68089 - do not accept options with embedded \0Stanislav Malyshev2014-10-152-0/+23
| | | | | Conflicts: ext/curl/interface.c
* Fixed bug #68044: Integer overflow in unserialize() (32-bits only)Stanislav Malyshev2014-10-153-3/+15
| | | | | Conflicts: ext/standard/var_unserializer.c
* Fix bug #68027 - fix date parsing in XMLRPC libStanislav Malyshev2014-10-152-5/+52
|
* update NEWS about the release date of 5.6.1php-5.6.1PHP-5.6.1Ferenc Kovacs2014-10-011-1/+1
|
* 5.6.1Ferenc Kovacs2014-09-242-3/+3
|
* removing the NEWS entry as we had to revert this fix for nowFerenc Kovacs2014-09-241-2/+0
|
* Revert "Merge branch 'PHP-5.5' into PHP-5.6"Ferenc Kovacs2014-09-241-46/+0
| | | | | This reverts commit 98e67add15a6b889efe152c23ed15a61f022a63a, reversing changes made to 2cdc1a2b7473eff27c224c66dcb85118b553a147.
* Revert "fix TS build"Ferenc Kovacs2014-09-241-1/+1
| | | | This reverts commit 84a4041ba47e92e7a0ba03938d0ebf88b5fcf6cf.
* Revert "Merge branch 'PHP-5.4' into PHP-5.5"Ferenc Kovacs2014-09-243-20/+4
| | | | | This reverts commit 30a73658c63a91c413305a4c4d49882fda4dab3e, reversing changes made to 7fac56e0729385bbd2bb040f06a20a697d9de5fd.
* Revert "Bug #67965: Fix blocking behavior in non-blocking crypto streams"Ferenc Kovacs2014-09-241-13/+11
| | | | This reverts commit f86b2193a483f56b0bd056570a0cdb57ebe66e2f.
* Revert "Bug #41631: Fix regression from first attempt (6569db8)"Ferenc Kovacs2014-09-241-1/+1
| | | | This reverts commit 372844918a318ad712e16f9ec636682424a65403.
* Fixed typoSebastian Zartner2014-09-242-2/+2
|
* add NEWS entry for #68088Ferenc Kovacs2014-09-241-0/+2
|
* the order of the blocks should be Core, then exts in alphabetical orderFerenc Kovacs2014-09-241-3/+3
|
* NEWS for last commitJulien Pauli2014-09-151-1/+4
|
* Fix bug #111 (compile error without ZEND_SIGNALS)Bob Weinand2014-09-151-5/+5
|
* 5.6.1RC1php-5.6.1RC1Julien Pauli2014-09-113-4/+4
|
* Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-09-101-1/+11
|\ | | | | | | | | * PHP-5.5: fix precision when fetching float through mysqlnd
| * fix precision when fetching float through mysqlndAnatol Belski2014-09-101-1/+11
| | | | | | | | fixes failing ext/mysqli/tests/010.phpt
* | Merge branch 'PHP-5.5' into PHP-5.6Michael Wallner2014-09-101-8/+22
|\ \ | |/ | | | | | | * PHP-5.5: make LTP version check a blacklist
| * make LTP version check a blacklistMichael Wallner2014-09-101-8/+22
| |
* | FR #67990 - Added nowait argument to sem_acquireMatteo Beccati2014-09-104-6/+123
| |
* | update NEWSStanislav Malyshev2014-09-091-0/+1
| |
* | Merge branch 'PHP-5.5' into PHP-5.6Daniel Lowrey2014-09-092-12/+16
|\ \ | |/ | | | | | | | | * PHP-5.5: Bug #41631: Fix regression from first attempt (6569db8) Bug #67965: Fix blocking behavior in non-blocking crypto streams
| * Merge branch 'PHP-5.4' into PHP-5.5Daniel Lowrey2014-09-091-12/+14
| |\ | | | | | | | | | | | | | | | * PHP-5.4: Bug #41631: Fix regression from first attempt (6569db8) Bug #67965: Fix blocking behavior in non-blocking crypto streams
| | * Bug #41631: Fix regression from first attempt (6569db8)Daniel Lowrey2014-09-091-1/+1
| | |
| | * Bug #67965: Fix blocking behavior in non-blocking crypto streamsDaniel Lowrey2014-09-091-11/+13
| | |
* | | Updated NEWS for #67985Tjerk Meesters2014-09-091-0/+2
| | |
* | | Merge branch 'PHP-5.5' into PHP-5.6Tjerk Meesters2014-09-092-0/+17
|\ \ \ | |/ / | | | | | | | | | * PHP-5.5: Fixed #67985 - Incorrect last used array index copied to new array after unset
| * | Updated NEWS for #67985Tjerk Meesters2014-09-091-0/+4
| | |
| * | Merge branch 'PHP-5.4' into PHP-5.5Tjerk Meesters2014-09-092-0/+17
| |\ \ | | |/ | | | | | | | | | * PHP-5.4: Fixed #67985 - Incorrect last used array index copied to new array after unset
| | * Fixed #67985 - Incorrect last used array index copied to new array after unsetTjerk Meesters2014-09-093-0/+21
| | | | | | | | | | | | In master zend_array_dup() is used to do this properly; this is a workaround.
| | * Fine tuned the order of adding request variables.George Wang2014-09-081-1/+2
| | |
| | * Update LSAPI to 6.7, added support for 'filter_input'.George Wang2014-09-032-7/+67
| | | | | | | | | | | | Fixed a crash in CLI mode.
| * | Fine tuned the order of adding request variables.George Wang2014-09-091-1/+2
| | |
* | | duplicate value's string for the SAPI filterMichael Wallner2014-09-091-5/+7
| | | | | | | | | | | | reported by sesser; tyrael, do you take care of the bug/NEWS?
* | | Fine tuned the order of adding request variables.George Wang2014-09-091-1/+2
| | |
* | | Merge branch 'PHP-5.5' into PHP-5.6Adam Harvey2014-09-083-0/+15
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: Fix bug #67972 (SessionHandler Invalid memory read create_sid()). Update LSAPI to 6.7, added support for 'filter_input'. Fixed a crash in CLI mode. 5.5.18 now Conflicts: configure.in main/php_version.h
| * | Fix bug #67972 (SessionHandler Invalid memory read create_sid()).Adam Harvey2014-09-083-1/+14
| | | | | | | | | | | | | | | SessionHandler::create_sid() didn't check if PS(default_mod) was initialised before attempting to call its create_sid() handler.
| * | Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5George Wang2014-09-03131-13329/+15239
| |\ \
| | * | 5.5.18 nowJulien Pauli2014-09-033-5/+9
| | | |
| * | | Update LSAPI to 6.7, added support for 'filter_input'.George Wang2014-09-032-7/+67
| | | | | | | | | | | | | | | | Fixed a crash in CLI mode.
* | | | Split GMP tests testing multiple functionsNikita Popov2014-09-045-142/+140
| | | | | | | | | | | | | | | | Also drop dummy test
* | | | Give proper names to GMP test filesNikita Popov2014-09-0437-0/+0
| | | |
* | | | Throw warnings when using zero modulus in gmp_powmNikita Popov2014-09-042-3/+11
| | | | | | | | | | | | | | | | Also fixes a leak in this case.