summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 66550 will be part of 5.6.8php-5.6.8PHP-5.6.8Ferenc Kovacs2015-04-151-1/+2
|
* remove the NEWS entry for the reverted featureFerenc Kovacs2015-04-151-1/+0
|
* Fixed res leakXinchen Hui2015-04-151-3/+4
|
* Fixed recently introduced memory leakDmitry Stogov2015-04-151-0/+1
|
* Revert "Merge branch 'PHP-5.5' into PHP-5.6"Stanislav Malyshev2015-04-155-84/+16
| | | | | | | | This reverts commit aa22e80b1af500e5d6cdc0f7783537a768d0e373, reversing changes made to 3e7f47cb039fd8803776eaf2899d576c503cdb63. Conflicts: ext/date/php_date.c
* Fix bug #66550 (SQLite prepared statement use-after-free)Stanislav Malyshev2015-04-152-0/+39
|
* fix dir separator in testAnatol Belski2015-04-151-2/+2
|
* fix type in fix for #69085Remi Collet2015-04-151-3/+3
| | | | (cherry picked from commit 085e9ddc26f37ce556b8fd787044746e726264b2)
* add missing NEWS entryFerenc Kovacs2015-04-151-0/+4
|
* update NEWSFerenc Kovacs2015-04-151-3/+3
|
* update NEWSFerenc Kovacs2015-04-151-1/+16
|
* 5.6.8Ferenc Kovacs2015-04-152-3/+3
|
* Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-04-1533-175/+412
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: (27 commits) fix non-standard C update NEWS 5.4.41 next fix CVE num update NEWS Fix bug #69441 (Buffer Overflow when parsing tar/zip/phar in phar_set_inode) fix test fix type in fix for #69085 fix memory leak & add test Fix tests fix CVE num Fix bug #69337 (php_stream_url_wrap_http_ex() type-confusion vulnerability) Fix test Additional fix for bug #69324 More fixes for bug #69152 Fixed bug #69353 (Missing null byte checks for paths in various PHP extensions) Fixed bug #69324 (Buffer Over-read in unserialize when parsing Phar) Fixed bug #69316 (Use-after-free in php_curl related to CURLOPT_FILE/_INFILE/_WRITEHEADER) Fix bug #68486 and bug #69218 (segfault in apache2handler with apache 2.4) Fix bug #68819 (Fileinfo on specific file causes spurious OOM and/or segfault) ... Conflicts: ext/standard/http_fopen_wrapper.c
* add missing NEWS entryFerenc Kovacs2015-04-151-0/+1
|
* update NEWSFerenc Kovacs2015-04-031-1/+2
|
* Fixed bug #69281 (opcache_is_script_cached no longer works)Danack2015-04-033-2/+22
|
* 5.6.8RC1php-5.6.8RC1Ferenc Kovacs2015-04-013-9/+7
|
* 5.6.9 is up nextFerenc Kovacs2015-04-013-5/+7
|
* Add changelog entries for #68677, #68739 & #68740Lior Kaplan2015-04-011-2/+7
|
* Merge branch 'PHP-5.5' into PHP-5.6Lior Kaplan2015-04-013-1/+6
|\ | | | | | | | | | | | | * PHP-5.5: Fixed bug #68739 (Missing break / control flow in curl) Fixed bug #68740 (NULL Pointer Dereference) Fixed bug #68677 (Use After Free in OPcache)
| * Fixed bug #68739 (Missing break / control flow).Lior Kaplan2015-04-011-0/+6
| | | | | | | | | | Fixed bug #68740 (NULL Pointer Dereference). Fixed bug #68677 (Use After Free).
| * Fixed bug #68739 (Missing break / control flow in curl)Xinchen Hui2015-04-011-0/+1
| | | | | | | | (cherry picked from commit 124fb22a13fafa3648e4e15b4f207c7096d8155e)
| * Fixed bug #68740 (NULL Pointer Dereference)Xinchen Hui2015-04-011-0/+4
| | | | | | | | (cherry picked from commit 124fb22a13fafa3648e4e15b4f207c7096d8155e)
| * Fixed bug #68677 (Use After Free in OPcache)Xinchen Hui2015-04-011-1/+1
| | | | | | | | (cherry picked from commit 777c39f4042327eac4b63c7ee87dc1c7a09a3115)
* | Merge branch 'PHP-5.5' into PHP-5.6Derick Rethans2015-03-316-8/+42
|\ \ | |/
| * Fixed bug #69336 (Issues with "last day of <monthname>").Derick Rethans2015-03-317-8/+43
| |
* | Merge branch 'PHP-5.5' into PHP-5.6Julien Pauli2015-03-310-0/+0
|\ \ | |/ | | | | | | * PHP-5.5: 5.5.25 now
| * 5.5.25 nowJulien Pauli2015-03-313-4/+9
| |
* | Merge branch 'PHP-5.5' into PHP-5.6Derick Rethans2015-03-311-0/+1
|\ \ | |/
| * Export date_get_immutable_ce() so that extensions can make use of it too.Derick Rethans2015-03-312-0/+5
| |
* | Align entries formatLior Kaplan2015-03-311-1/+1
| |
* | Update CVE for Bug #68976 to CVE-2015-2787 instead of reusing CVE for #68710Lior Kaplan2015-03-311-1/+1
| |
* | Add CVE for bug #69207Lior Kaplan2015-03-311-1/+2
| |
* | Align NEWS entries with 5.6.7Lior Kaplan2015-03-311-1/+3
| |
* | Merge branch 'PHP-5.5' into PHP-5.6Lior Kaplan2015-03-310-0/+0
|\ \ | |/ | | | | | | | | | | * PHP-5.5: Align entries format Update CVE for Bug #68976 to CVE-2015-2787 instead of reusing CVE for #68710 Add CVE for bug #69207
| * Align entries formatLior Kaplan2015-03-311-1/+1
| |
| * Update CVE for Bug #68976 to CVE-2015-2787 instead of reusing CVE for #68710Lior Kaplan2015-03-311-1/+1
| |
| * Add CVE for bug #69207Lior Kaplan2015-03-311-2/+2
| |
* | BFNMichael Wallner2015-03-301-1/+2
| |
* | Merge branch 'PHP-5.5' into PHP-5.6Michael Wallner2015-03-303-1/+62
|\ \ | |/ | | | | | | * PHP-5.5: Fixed bug #64931
| * Fixed bug #64931Michael Wallner2015-03-304-1/+63
| | | | | | | | | | | | phar_add_file is too restrive on filename Check for any of '/', '\\', '\0' after ".phar".
* | BFNMichael Wallner2015-03-301-0/+1
| |
* | Merge branch 'PHP-5.5' into PHP-5.6Michael Wallner2015-03-301-1/+1
|\ \ | |/ | | | | | | * PHP-5.5: Fixed Bug #65467
| * Fixed Bug #65467Michael Wallner2015-03-302-1/+2
| | | | | | | | | | | | Call to undefined method cli_arg_typ_string Use cli_arg_typ_filecontent instead.
* | BFNMichael Wallner2015-03-301-0/+2
| |
* | Merge branch 'PHP-5.5' into PHP-5.6Michael Wallner2015-03-303-2/+24
|\ \ | |/ | | | | | | * PHP-5.5: fix bug #67761
| * fix bug #67761Michael Wallner2015-03-304-3/+27
| | | | | | | | | | | | Phar::mapPhar fails for Phars inside a path containing ".tar". Strengthen the silly .tar file extension check.
* | Merge branch 'PHP-5.5' into PHP-5.6Michael Wallner2015-03-300-0/+0
|\ \ | |/ | | | | | | | | | | * PHP-5.5: Fixed bug 64343 ; Lesson learned: do not rebase on a merge commit
| * Fixed bug 64343Michael Wallner2015-03-305-0/+29
| | | | | | | | | | | | | | PharData::extractTo fails for tarball created by BSD tar Phar did not know about PAX style global/file headers. Skip them, to be able to read the contents of those archives.
* | Fixed bug 64343Michael Wallner2015-03-305-0/+29
| | | | | | | | | | | | | | PharData::extractTo fails for tarball created by BSD tar Phar did not know about PAX style global/file headers. Skip them, to be able to read the contents of those archives.