Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 66550 will be part of 5.6.8php-5.6.8PHP-5.6.8 | Ferenc Kovacs | 2015-04-15 | 1 | -1/+2 |
| | |||||
* | remove the NEWS entry for the reverted feature | Ferenc Kovacs | 2015-04-15 | 1 | -1/+0 |
| | |||||
* | Fixed res leak | Xinchen Hui | 2015-04-15 | 1 | -3/+4 |
| | |||||
* | Fixed recently introduced memory leak | Dmitry Stogov | 2015-04-15 | 1 | -0/+1 |
| | |||||
* | Revert "Merge branch 'PHP-5.5' into PHP-5.6" | Stanislav Malyshev | 2015-04-15 | 5 | -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 Malyshev | 2015-04-15 | 2 | -0/+39 |
| | |||||
* | fix dir separator in test | Anatol Belski | 2015-04-15 | 1 | -2/+2 |
| | |||||
* | fix type in fix for #69085 | Remi Collet | 2015-04-15 | 1 | -3/+3 |
| | | | | (cherry picked from commit 085e9ddc26f37ce556b8fd787044746e726264b2) | ||||
* | add missing NEWS entry | Ferenc Kovacs | 2015-04-15 | 1 | -0/+4 |
| | |||||
* | update NEWS | Ferenc Kovacs | 2015-04-15 | 1 | -3/+3 |
| | |||||
* | update NEWS | Ferenc Kovacs | 2015-04-15 | 1 | -1/+16 |
| | |||||
* | 5.6.8 | Ferenc Kovacs | 2015-04-15 | 2 | -3/+3 |
| | |||||
* | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-04-15 | 33 | -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 entry | Ferenc Kovacs | 2015-04-15 | 1 | -0/+1 |
| | |||||
* | update NEWS | Ferenc Kovacs | 2015-04-03 | 1 | -1/+2 |
| | |||||
* | Fixed bug #69281 (opcache_is_script_cached no longer works) | Danack | 2015-04-03 | 3 | -2/+22 |
| | |||||
* | 5.6.8RC1php-5.6.8RC1 | Ferenc Kovacs | 2015-04-01 | 3 | -9/+7 |
| | |||||
* | 5.6.9 is up next | Ferenc Kovacs | 2015-04-01 | 3 | -5/+7 |
| | |||||
* | Add changelog entries for #68677, #68739 & #68740 | Lior Kaplan | 2015-04-01 | 1 | -2/+7 |
| | |||||
* | Merge branch 'PHP-5.5' into PHP-5.6 | Lior Kaplan | 2015-04-01 | 3 | -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 Kaplan | 2015-04-01 | 1 | -0/+6 |
| | | | | | | | | | | Fixed bug #68740 (NULL Pointer Dereference). Fixed bug #68677 (Use After Free). | ||||
| * | Fixed bug #68739 (Missing break / control flow in curl) | Xinchen Hui | 2015-04-01 | 1 | -0/+1 |
| | | | | | | | | (cherry picked from commit 124fb22a13fafa3648e4e15b4f207c7096d8155e) | ||||
| * | Fixed bug #68740 (NULL Pointer Dereference) | Xinchen Hui | 2015-04-01 | 1 | -0/+4 |
| | | | | | | | | (cherry picked from commit 124fb22a13fafa3648e4e15b4f207c7096d8155e) | ||||
| * | Fixed bug #68677 (Use After Free in OPcache) | Xinchen Hui | 2015-04-01 | 1 | -1/+1 |
| | | | | | | | | (cherry picked from commit 777c39f4042327eac4b63c7ee87dc1c7a09a3115) | ||||
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Derick Rethans | 2015-03-31 | 6 | -8/+42 |
|\ \ | |/ | |||||
| * | Fixed bug #69336 (Issues with "last day of <monthname>"). | Derick Rethans | 2015-03-31 | 7 | -8/+43 |
| | | |||||
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Julien Pauli | 2015-03-31 | 0 | -0/+0 |
|\ \ | |/ | | | | | | | * PHP-5.5: 5.5.25 now | ||||
| * | 5.5.25 now | Julien Pauli | 2015-03-31 | 3 | -4/+9 |
| | | |||||
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Derick Rethans | 2015-03-31 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Export date_get_immutable_ce() so that extensions can make use of it too. | Derick Rethans | 2015-03-31 | 2 | -0/+5 |
| | | |||||
* | | Align entries format | Lior Kaplan | 2015-03-31 | 1 | -1/+1 |
| | | |||||
* | | Update CVE for Bug #68976 to CVE-2015-2787 instead of reusing CVE for #68710 | Lior Kaplan | 2015-03-31 | 1 | -1/+1 |
| | | |||||
* | | Add CVE for bug #69207 | Lior Kaplan | 2015-03-31 | 1 | -1/+2 |
| | | |||||
* | | Align NEWS entries with 5.6.7 | Lior Kaplan | 2015-03-31 | 1 | -1/+3 |
| | | |||||
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Lior Kaplan | 2015-03-31 | 0 | -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 format | Lior Kaplan | 2015-03-31 | 1 | -1/+1 |
| | | |||||
| * | Update CVE for Bug #68976 to CVE-2015-2787 instead of reusing CVE for #68710 | Lior Kaplan | 2015-03-31 | 1 | -1/+1 |
| | | |||||
| * | Add CVE for bug #69207 | Lior Kaplan | 2015-03-31 | 1 | -2/+2 |
| | | |||||
* | | BFN | Michael Wallner | 2015-03-30 | 1 | -1/+2 |
| | | |||||
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Michael Wallner | 2015-03-30 | 3 | -1/+62 |
|\ \ | |/ | | | | | | | * PHP-5.5: Fixed bug #64931 | ||||
| * | Fixed bug #64931 | Michael Wallner | 2015-03-30 | 4 | -1/+63 |
| | | | | | | | | | | | | phar_add_file is too restrive on filename Check for any of '/', '\\', '\0' after ".phar". | ||||
* | | BFN | Michael Wallner | 2015-03-30 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Michael Wallner | 2015-03-30 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | * PHP-5.5: Fixed Bug #65467 | ||||
| * | Fixed Bug #65467 | Michael Wallner | 2015-03-30 | 2 | -1/+2 |
| | | | | | | | | | | | | Call to undefined method cli_arg_typ_string Use cli_arg_typ_filecontent instead. | ||||
* | | BFN | Michael Wallner | 2015-03-30 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Michael Wallner | 2015-03-30 | 3 | -2/+24 |
|\ \ | |/ | | | | | | | * PHP-5.5: fix bug #67761 | ||||
| * | fix bug #67761 | Michael Wallner | 2015-03-30 | 4 | -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.6 | Michael Wallner | 2015-03-30 | 0 | -0/+0 |
|\ \ | |/ | | | | | | | | | | | * PHP-5.5: Fixed bug 64343 ; Lesson learned: do not rebase on a merge commit | ||||
| * | Fixed bug 64343 | Michael Wallner | 2015-03-30 | 5 | -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 64343 | Michael Wallner | 2015-03-30 | 5 | -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. |