summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix wrong mergephp-5.5.26PHP-5.5.26Julien Pauli2015-06-102-9/+3
|
* Updated NEWSJulien Pauli2015-06-101-0/+10
|
* Fixed bug #68776Yasuo Ohgaki2015-06-102-0/+373
|
* Fixed Buf #68812 Unchecked return value.George Wang2015-06-101-4/+14
|
* fix test descriptionRemi Collet2015-06-101-1/+1
|
* 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/+30
| | | | | | Conflicts: ext/dom/document.c ext/gd/gd.c
* Fixed NEWSJulien Pauli2015-06-091-4/+6
|
* Update PCRE version (bug #69689)Stanislav Malyshev2015-06-091-3/+3
|
* 5.5.26Julien Pauli2015-06-093-4/+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
* updated NEWSJulien Pauli2015-06-011-0/+2
|
* improve fix for Bug #69545Stanislav Malyshev2015-06-011-2/+0
|
* 5.5.26RC1php-5.5.26RC1Julien Pauli2015-05-273-4/+4
|
* Fixed C89Xinchen Hui2015-05-261-1/+1
|
* 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
* 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.
* 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
|
* 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
* 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
|
* fix handling VAR vs VAR= in putenvAnatol Belski2015-05-211-1/+1
| | | | using _putenv_s eliminates behavior diff in TS/NTS
* move testRemi Collet2015-05-201-0/+0
|
* fix new testRemi Collet2015-05-201-1/+1
|
* NEWS 5.5Remi Collet2015-05-201-0/+3
|
* Fixed Bug #69667 segfault in php_pgsql_meta_dataRemi Collet2015-05-202-2/+34
| | | | Incomplete fix for #68741
* fix test output (32bits)Remi Collet2015-05-141-1/+1
|
* Updated NEWSJulien Pauli2015-05-131-0/+3
|
* Close fd at the end, otherwise people complainLeigh2015-05-131-0/+8
| | | | Even though it's closed when the process terminates!
* Add file descriptor caching to mcrypt_create_iv()Leigh2015-05-132-15/+22
| | | | | This improves performance for applications that make repeated calls to mcrypt_create_iv()
* Updated NEWSJulien Pauli2015-05-131-0/+16
|
* Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-05-1220-267/+320
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.4: fix format update NEWS Add test for bug #69522 Update tests Fix bug #69522 - do not allow int overflow Forgot test file Fix bug #69403 and other int overflows Fixed bug #69418 - more s->p fixes for filenames Fixed bug #69364 - use smart_str to assemble strings Fix bug #69453 - don't try to cut empty string Fix bug #69545 - avoid overflow when reading list Conflicts: ext/pcntl/pcntl.c ext/standard/basic_functions.c ext/standard/pack.c ext/standard/tests/dir/opendir_variation1-win32.phpt
| * 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
| |