summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add missing NEWS entriesphp-5.6.10PHP-5.6.10Ferenc Kovacs2015-06-101-0/+10
|
* Fixed bug #68776Yasuo Ohgaki2015-06-102-0/+373
|
* fix testStanislav Malyshev2015-06-101-2/+2
|
* Fix bug #69646 OS command injection vulnerability in escapeshellargStanislav Malyshev2015-06-101-0/+8
|
* Fix #69719 - more checks for nulls in pathsStanislav Malyshev2015-06-102-12/+24
|
* fix test descriptionRemi Collet2015-06-101-1/+1
|
* Fixed Buf #68812 Unchecked return value.George Wang2015-06-101-4/+14
|
* 5.6.10Ferenc Kovacs2015-06-092-3/+3
|
* fix NEWSFerenc Kovacs2015-06-091-0/+4
|
* Update PCRE version (bug #69689)Stanislav Malyshev2015-06-091-3/+3
|
* fix NEWSFerenc Kovacs2015-06-091-0/+8
|
* Upgrade bundled sqlite to 3.8.10.2Lior Kaplan2015-06-092-2207/+4818
| | | | Includes fixes for CVE-2015-3414, CVE-2015-3415, CVE-2015-3416 done in 3.8.9
* improve fix for Bug #69545Stanislav Malyshev2015-06-011-2/+0
|
* PHP-5.6.10RC1php-5.6.10RC1Ferenc Kovacs2015-05-283-4/+4
|
* Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2015-05-261-1/+1
|\
| * Fixed C89Xinchen Hui2015-05-261-1/+1
| |
* | NEWSRemi Collet2015-05-241-0/+3
| |
* | Merge branch 'PHP-5.5' into PHP-5.6Remi Collet2015-05-241-7/+7
|\ \ | |/ | | | | | | | | * PHP-5.5: NEWS Fixed Bug #69479 GD fails to build with newer libvpx
| * NEWSRemi Collet2015-05-241-0/+3
| |
| * Fixed Bug #69479 GD fails to build with newer libvpxRemi Collet2015-05-241-7/+7
| | | | | | | | | | | | | | | | | | From upstream https://github.com/libgd/libgd/commit/d41eb72cd4545c394578332e5c102dee69e02ee8 Fix build with latest libvpx 1.4.0 These new constants exist at least since 1.0.0 Compatibility ones have been droped in 1.4.0
* | updated NEWSAnatol Belski2015-05-231-0/+2
| |
* | increase the internal post data bufferAnatol Belski2015-05-231-3/+9
| | | | | | | | | | This brings speedup and fixes issues with var parsing. Default BUFSIZ on Windows is 512 bytes which causes too much reallocation work.
* | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2015-05-221-1/+1
|\ \ | |/ | | | | | | * PHP-5.5: fix test
| * fix testAnatol Belski2015-05-221-1/+1
| | | | | | | | | | Sometimes the path is unixified, sometimes not, so better don't care about the slash in this case.
* | Merge branch 'PHP-5.5' into PHP-5.6Lior Kaplan2015-05-220-0/+0
|\ \ | |/ | | | | | | | | | | * PHP-5.5: Add entry for bug #69354, fixed in 5.5.25 Add entry about PCRE upgrade (rev 95fa7279) Add CVE for bugs in 5.5.25
| * Add entry for bug #69354, fixed in 5.5.25Lior Kaplan2015-05-221-0/+2
| |
| * Add entry about PCRE upgrade (rev 95fa7279)Lior Kaplan2015-05-221-0/+3
| |
| * Add CVE for bugs in 5.5.25Lior Kaplan2015-05-221-6/+9
| |
* | Add CVE for bugs in 5.6.9Lior Kaplan2015-05-221-6/+9
| |
* | NEWSRemi Collet2015-05-211-0/+4
| |
* | Merge branch 'PHP-5.5' into PHP-5.6Remi Collet2015-05-211-1/+1
|\ \ | |/ | | | | | | | | * PHP-5.5: Fixed bug #69680 (phar symlink in binary directory broken). Make the phar symlink relative
| * Fixed bug #69680 (phar symlink in binary directory broken).Remi Collet2015-05-211-0/+4
| | | | | | | | Relative symlink are better, as relative to link directory.
| * Make the phar symlink relativeponce2015-05-211-1/+1
| | | | | | | | | | or we got a symlink pointing to the build files thanks also to remicollet
* | remove duplicated declaration, fix buildAnatol Belski2015-05-211-6/+0
| |
* | updated NEWSAnatol Belski2015-05-211-0/+2
| |
* | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2015-05-213-2/+56
|\ \ | |/ | | | | | | | | | | | | | | * PHP-5.5: updated NEWS added missing GLOB_BRACE support check added SKIPIF section to test to make sure that GLOB_BRACE is supported fix #69628: complex GLOB_BRACE fails on Windows added PHPT to check for bug #69628
| * updated NEWSAnatol Belski2015-05-211-0/+2
| |
| * added missing GLOB_BRACE support checkChristoph M. Becker2015-05-211-0/+3
| |
| * added SKIPIF section to test to make sure that GLOB_BRACE is supportedChristoph M. Becker2015-05-211-0/+6
| |
| * fix #69628: complex GLOB_BRACE fails on WindowsChristoph M. Becker2015-05-211-2/+4
| |
| * added PHPT to check for bug #69628Christoph M. Becker2015-05-211-0/+43
| |
* | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2015-05-211-1/+1
|\ \ | |/ | | | | | | * PHP-5.5: fix handling VAR vs VAR= in putenv
| * fix handling VAR vs VAR= in putenvAnatol Belski2015-05-211-1/+1
| | | | | | | | using _putenv_s eliminates behavior diff in TS/NTS
* | Merge branch 'PHP-5.5' into PHP-5.6Remi Collet2015-05-201-0/+0
|\ \ | |/ | | | | | | * PHP-5.5: move test
| * move testRemi Collet2015-05-201-0/+0
| |
* | Merge branch 'PHP-5.5' into PHP-5.6Remi Collet2015-05-201-1/+1
|\ \ | |/ | | | | | | * PHP-5.5: fix new test
| * fix new testRemi Collet2015-05-201-1/+1
| |
* | NEWS 5.6Remi Collet2015-05-201-0/+3
| |
* | Merge branch 'PHP-5.5' into PHP-5.6Remi Collet2015-05-202-2/+34
|\ \ | |/ | | | | | | | | | | * PHP-5.5: NEWS 5.5 Fixed Bug #69667 segfault in php_pgsql_meta_data fix test output (32bits)
| * NEWS 5.5Remi Collet2015-05-201-0/+3
| |