summaryrefslogtreecommitdiff
Commit message (Expand)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
* 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
* 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
* fix testAnatol Belski2015-05-221-1/+1
* 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
* Make the phar symlink relativeponce2015-05-211-1/+1
* 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
* 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
* 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
* Add file descriptor caching to mcrypt_create_iv()Leigh2015-05-132-15/+22
* Updated NEWSJulien Pauli2015-05-131-0/+16
* Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-05-1220-267/+320
|\
| * 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