summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-5.4' into PHP-5.4.42php-5.4.42PHP-5.4.42Stanislav Malyshev2015-06-094-2/+379
|\ | | | | | | | | | | | | * PHP-5.4: add NEWS Fixed bug #68776 fix test
| * add NEWSStanislav Malyshev2015-06-091-1/+7
| |
| * Fixed bug #68776Yasuo Ohgaki2015-06-092-0/+373
| |
| * fix testStanislav Malyshev2015-06-091-2/+2
| |
* | 5.4.42Stanislav Malyshev2015-06-092-3/+3
| |
* | add dateStanislav Malyshev2015-06-091-1/+1
| |
* | Merge branch 'PHP-5.4' into PHP-5.4.42Stanislav Malyshev2015-06-093-5/+21
|\ \ | |/ | | | | | | | | | | | | | | * PHP-5.4: update NEWS Fix bug #69646 OS command injection vulnerability in escapeshellarg Fix #69719 - more checks for nulls in paths fix test description Fixed Buf #68812 Unchecked return value.
| * 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
| |
* | Merge branch 'PHP-5.4' into PHP-5.4.42Stanislav Malyshev2015-06-094-25812/+54461
|\ \ | |/ | | | | | | | | | | | | * PHP-5.4: NEWS entry for: Upgrade bundled sqlite to 3.8.10.2 Upgrade bundled sqlite to 3.8.10.2 Add CVE used in PHP 5.4.39, 5.4.40, 5.4.41 Add CVE to #68598
| * 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
| |
* | Fix bug #69646 OS command injection vulnerability in escapeshellargStanislav Malyshev2015-05-311-0/+8
| |
* | Fix #69719 - more checks for nulls in pathsStanislav Malyshev2015-05-312-13/+25
|/
* 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
|
* Upgrade to PCRE 8.37 due to various bugfixesStanislav Malyshev2015-04-2936-187/+47118
|
* fix VC9 build with PCREAnatol Belski2015-04-281-0/+4
|
* Upgrade PCRE to 8.36, it fixes some crashesStanislav Malyshev2015-04-2754-8792/+16018
| | | | We probably will need to go to 8.37 once it is released.
* phpweb now publishes SHA256s -- and please don't cc php-announce@ - make it ↵Hannes Magnusson2015-04-171-4/+14
| | | | seperate mail
* Fixed res leakXinchen Hui2015-04-141-3/+4
|
* Fixed recently introduced memory leakDmitry Stogov2015-04-141-0/+1
|
* fix non-standard CStanislav Malyshev2015-04-141-54/+55
|
* 5.4.41 nextStanislav Malyshev2015-04-143-4/+6
|
* Merge branch 'PHP-5.4.40' into PHP-5.4Stanislav Malyshev2015-04-1434-128/+382
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.4.40: update NEWS Fix bug #69441 (Buffer Overflow when parsing tar/zip/phar in phar_set_inode) 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)
| * update NEWSStanislav Malyshev2015-04-141-7/+30
| |
| * Merge branch 'PHP-5.4' into PHP-5.4.40Stanislav Malyshev2015-04-141-1/+1
| |\ | | | | | | | | | | | | * PHP-5.4: fix CVE num
| | * fix CVE numStanislav Malyshev2015-04-121-1/+1
| | |
| * | Fix bug #69441 (Buffer Overflow when parsing tar/zip/phar in phar_set_inode)Stanislav Malyshev2015-04-143-3/+27
| | |