summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* NEWS for GAphp-5.5.27PHP-5.5.27Julien Pauli2015-07-081-2/+13
|
* Merge branch 'PHP-5.5' into PHP-5.5.27Julien Pauli2015-07-0811-73/+201
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: Better fix for bug #69958 update news Fix bug #69669 (mysqlnd is vulnerable to BACKRONYM) Fix bug #69923 - Buffer overflow and stack smashing error in phar_fix_filepath Fix bug #69958 - Segfault in Phar::convertToData on invalid file add missing second argument for ucfirst to the proto Better fix for bug #69958 Better fix for bug #69958 update news Fix bug #69669 (mysqlnd is vulnerable to BACKRONYM) Fix bug #69923 - Buffer overflow and stack smashing error in phar_fix_filepath Fix bug #69958 - Segfault in Phar::convertToData on invalid file fix unknown size of void error 5.5.28 now - Security Only Move strlen() check to php_mail_detect_multiple_crlf() Fixed Bug #69874 : Can't set empty additional_headers for mail() Conflicts: configure.in main/php_version.h
| * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-07-071-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.4: Better fix for bug #69958 update news Fix bug #69669 (mysqlnd is vulnerable to BACKRONYM) Fix bug #69923 - Buffer overflow and stack smashing error in phar_fix_filepath Fix bug #69958 - Segfault in Phar::convertToData on invalid file Conflicts: ext/mysqlnd/mysqlnd.c
| | * Better fix for bug #69958Stanislav Malyshev2015-07-072-9/+15
| | |
| | * update newsStanislav Malyshev2015-07-071-1/+10
| | |
| | * Fix bug #69669 (mysqlnd is vulnerable to BACKRONYM)Stanislav Malyshev2015-07-071-25/+40
| | |
| | * Fix bug #69923 - Buffer overflow and stack smashing error in phar_fix_filepathStanislav Malyshev2015-07-071-2/+8
| | |
| | * Fix bug #69958 - Segfault in Phar::convertToData on invalid fileStanislav Malyshev2015-07-073-34/+50
| | |
| * | Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5Stanislav Malyshev2015-07-071-1/+1
| |\ \ | | | | | | | | | | | | | | | | * 'PHP-5.5' of git.php.net:php-src: add missing second argument for ucfirst to the proto
| | * \ Merge branch 'PHP-5.4' into PHP-5.5Ferenc Kovacs2015-07-071-1/+1
| | |\ \ | | | |/ | | | | | | | | | | | | * PHP-5.4: add missing second argument for ucfirst to the proto
| | | * add missing second argument for ucfirst to the protoFerenc Kovacs2015-07-071-1/+1
| | | |
| * | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-07-072-0/+3
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * PHP-5.4: Better fix for bug #69958
| | * | | Better fix for bug #69958Stanislav Malyshev2015-07-072-9/+15
| | | | |
| * | | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-07-061-9/+13
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.4: Better fix for bug #69958
| | * | | | Better fix for bug #69958Stanislav Malyshev2015-07-061-9/+13
| | |/ / /
| * | | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-07-060-0/+0
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | * PHP-5.4: update news
| | * | | update newsStanislav Malyshev2015-07-061-1/+10
| | | | |
| * | | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-07-065-58/+94
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | * PHP-5.4: Fix bug #69669 (mysqlnd is vulnerable to BACKRONYM) Fix bug #69923 - Buffer overflow and stack smashing error in phar_fix_filepath Fix bug #69958 - Segfault in Phar::convertToData on invalid file Conflicts: ext/mysqlnd/mysqlnd.c
| | * | Fix bug #69669 (mysqlnd is vulnerable to BACKRONYM)Stanislav Malyshev2015-07-061-25/+40
| | | |
| | * | Fix bug #69923 - Buffer overflow and stack smashing error in phar_fix_filepathStanislav Malyshev2015-07-041-2/+8
| | | |
| | * | Fix bug #69958 - Segfault in Phar::convertToData on invalid fileStanislav Malyshev2015-07-043-34/+50
| | |/
| * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-06-283-3/+88
| |\ \ | | |/ | | | | | | | | | | | | * PHP-5.4: Move strlen() check to php_mail_detect_multiple_crlf() Fixed Bug #69874 : Can't set empty additional_headers for mail()
| | * Merge branch 'pull-request/1350' into PHP-5.4Stanislav Malyshev2015-06-284-3/+90
| | |\ | | | | | | | | | | | | | | | | | | | | * pull-request/1350: Move strlen() check to php_mail_detect_multiple_crlf() Fixed Bug #69874 : Can't set empty additional_headers for mail()
| | | * Move strlen() check to php_mail_detect_multiple_crlf()Yasuo Ohgaki2015-06-191-2/+2
| | | |
| | | * Fixed Bug #69874 : Can't set empty additional_headers for mail()Yasuo Ohgaki2015-06-192-1/+43
| | | |
| * | | fix unknown size of void errorAnatol Belski2015-06-251-1/+1
| | | |
| * | | 5.5.28 now - Security OnlyJulien Pauli2015-06-243-4/+8
| | | |
* | | | fix unknown size of void errorAnatol Belski2015-06-251-1/+1
| | | |
* | | | 5.5.27RC1php-5.5.27RC1Julien Pauli2015-06-243-4/+4
|/ / /
* | | Made bug44295-win.phpt locale independentChristoph M. Becker2015-06-241-2/+2
| | | | | | | | | | | | Formerly it failed on non English installations.
* | | updated NEWSChristoph M. Becker2015-06-241-0/+1
| | |
* | | Merge branch 'PHP-5.4' into PHP-5.5Christoph M. Becker2015-06-243-2/+9
|\ \ \ | |/ / | | | | | | | | | | | | | | | * PHP-5.4: updated NEWS Fixed bug #69768 (escapeshell*() doesn't cater to !) bump API version to 6.8
| * | updated NEWSChristoph M. Becker2015-06-241-0/+3
| | |
| * | Fixed bug #69768 (escapeshell*() doesn't cater to !)Christoph M. Becker2015-06-243-2/+9
| | | | | | | | | | | | | | | | | | When delayed variable substitution is enabled (can be set in the Registry, for instance), !ENV! works similar to %ENV%, and so ! should be escaped like %.
| * | bump API version to 6.8George Wang2015-06-221-1/+1
| |/
* | updated NEWSChristoph M. Becker2015-06-231-0/+2
| |
* | Fixed Bug #53823 (preg_replace: * qualifier on unicode replace garbles the ↵Christoph M. Becker2015-06-233-4/+87
| | | | | | | | | | | | | | | | string) When advancing after empty matches, php_pcre_match_impl() as well as php_pcre_replace_impl() always have to advance to the next code point when the u modifier is given, instead of to the next byte.
* | Moved NEWS entry for bug #69864 to proper categoryChristoph M. Becker2015-06-231-1/+3
| |
* | updated NEWSChristoph M. Becker2015-06-231-0/+1
| |
* | Fixed bug #69864 (Segfault in preg_replace_callback)Christoph M. Becker2015-06-232-6/+54
| | | | | | | | | | When preg_replace_callback() is used, cache entries which are in use must not be removed. We ensure that by deploying a simple refcounting mechanism.
* | Merge branch 'PHP-5.5' of git.php.net:php-src into PHP-5.5George Wang2015-06-2230-1025/+1870
|\ \
| * | Fixed bug #69892Nikita Popov2015-06-203-4/+15
| | |
| * | Merge branch 'patch-3' of https://github.com/s0ph1e/php-src into PHP-5.5Xinchen Hui2015-06-191-1/+0
| |\ \
| | * | Remove excess variable in mail.c (5.5 branch)Sophia Nepochataya2015-06-181-1/+0
| | | |
| * | | updated NEWSAnatol Belski2015-06-181-0/+2
| | | |
| * | | fixes bug #69835: phpinfo() does not report many Windows SKUsChristian Wenz2015-06-182-51/+275
| |/ /
| * | Merge branch 'PHP-5.4' into PHP-5.5Lior Kaplan2015-06-181-2/+2
| |\ \ | | |/ | | | | | | | | | * PHP-5.4: Fixed bug #69689 (Align PCRE_MINOR with current version)
| | * Fixed bug #69689 (Align PCRE_MINOR with current version)Lior Kaplan2015-06-181-2/+2
| | |
| * | Add CVE to bugs #69545, #69646 and #69667Lior Kaplan2015-06-181-4/+4
| | |
| * | Merge branch 'PHP-5.4' into PHP-5.5Lior Kaplan2015-06-180-0/+0
| |\ \ | | |/ | | | | | | | | | * PHP-5.4: Add CVE to bugs #69545, #69646 and #69667