summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 5.4.43php-5.4.43PHP-5.4.43Stanislav Malyshev2015-07-072-3/+3
|
* Merge branch 'PHP-5.4' into PHP-5.4.43Stanislav Malyshev2015-07-075-15/+28
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 add missing second argument for ucfirst to the proto Conflicts: ext/mysqlnd/mysqlnd.c ext/phar/phar_object.c ext/phar/tests/bug69958.phpt
| * 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
| |
| * add missing second argument for ucfirst to the protoFerenc Kovacs2015-07-071-1/+1
| |
* | Fix bug #69669 (mysqlnd is vulnerable to BACKRONYM)Stanislav Malyshev2015-07-051-25/+42
| |
* | 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 '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
| |
* | 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
|/
* 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-3/+3
|
* 5.4.43 nextStanislav Malyshev2015-06-112-4/+4
|
* add NEWSStanislav Malyshev2015-06-091-1/+7
|
* Fixed bug #68776Yasuo Ohgaki2015-06-092-0/+373
|
* fix testStanislav Malyshev2015-06-091-2/+2
|
* update NEWSStanislav Malyshev2015-06-091-0/+6
|
* Fix bug #69646 OS command injection vulnerability in escapeshellargStanislav Malyshev2015-06-091-0/+8
|
* Fix #69719 - more checks for nulls in pathsStanislav Malyshev2015-06-092-13/+25
|
* fix test descriptionRemi Collet2015-06-091-1/+1
|
* Fixed Buf #68812 Unchecked return value.George Wang2015-06-081-4/+14
|
* NEWS entry for: Upgrade bundled sqlite to 3.8.10.2Lior Kaplan2015-06-081-0/+4
| | | | Includes fixes for CVE-2015-3414, CVE-2015-3415, CVE-2015-3416
* Upgrade bundled sqlite to 3.8.10.2Lior Kaplan2015-06-083-25800/+54438
| | | | Includes fixes for CVE-2015-3414, CVE-2015-3415, CVE-2015-3416 done in 3.8.9
* Add CVE used in PHP 5.4.39, 5.4.40, 5.4.41Lior Kaplan2015-06-081-11/+17
|
* Add CVE to #68598Lior Kaplan2015-06-081-1/+2
|
* improve fix for Bug #69545Stanislav Malyshev2015-05-312-2/+4
|
* Update PCRE version (bug #69689)Stanislav Malyshev2015-05-301-3/+3
|
* move testRemi Collet2015-05-201-0/+0
|
* NEWS 5.4Remi Collet2015-05-201-0/+3
|
* fix new testRemi Collet2015-05-201-1/+1
|
* Fixed Bug #69667 segfault in php_pgsql_meta_dataRemi Collet2015-05-202-2/+34
| | | | Incomplete fix for #68741
* 5.4.42 nextStanislav Malyshev2015-05-122-4/+4
|
* fix formatStanislav Malyshev2015-05-121-2/+2
|
* update NEWSStanislav Malyshev2015-05-121-1/+21
|
* Add test for bug #69522Stanislav Malyshev2015-05-112-0/+17
|
* Update testsStanislav Malyshev2015-05-117-45/+47
|
* Fix bug #69522 - do not allow int overflowStanislav Malyshev2015-05-101-69/+70
|
* Forgot test fileStanislav Malyshev2015-05-101-0/+0
|
* Fix bug #69403 and other int overflowsStanislav Malyshev2015-05-103-16/+25
|
* Fixed bug #69418 - more s->p fixes for filenamesStanislav Malyshev2015-05-104-85/+85
|
* Fixed bug #69364 - use smart_str to assemble stringsStanislav Malyshev2015-05-091-24/+27
|
* Fix bug #69453 - don't try to cut empty stringStanislav Malyshev2015-04-292-1/+22
|
* Fix bug #69545 - avoid overflow when reading listStanislav Malyshev2015-04-291-41/+41
|