summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* PHP-5.6.26RC1php-5.6.26RC1Ferenc Kovacs2016-09-013-7/+7
* Fix #71882 amendment 2: Negative ftruncate() on php://memory exhausts memoryChristoph M. Becker2016-08-311-2/+2
* Fix #71882 amendment: Negative ftruncate() on php://memory exhausts memoryChristoph M. Becker2016-08-311-1/+1
* Update NEWSYasuo Ohgaki2016-08-311-0/+2
* Fix #66797: mb_substr only takes 32-bit signed integerChristoph M. Becker2016-08-303-0/+33
* Test case for bug #72771Ville Hukkamäki2016-08-302-1/+31
* Fix #71882: Negative ftruncate() on php://memory exhausts memoryChristoph M. Becker2016-08-303-0/+18
* fix HANDLE leakAnatol Belski2016-08-291-0/+6
* update NEWSAnatol Belski2016-08-291-0/+2
* ensure null terminationAnatol Belski2016-08-291-2/+3
* Fixed bug #72703 Out of bounds global memory read in BF_crypt triggered by pa...Anatol Belski2016-08-292-0/+25
* fix double freeAnatol Belski2016-08-291-4/+3
* fix leakAnatol Belski2016-08-291-0/+1
* Added .user.ini support.George Wang2016-08-281-32/+489
* Fix #65550: get_browser() incorrectly parsers entries with "+" signChristoph M. Becker2016-08-273-0/+25
* Fix #70825: Cannot fetch multiple values with group in ini fileChristoph M. Becker2016-08-253-0/+74
* Fix #71514: Bad dba_replace condition because of wrong API usageChristoph M. Becker2016-08-253-5/+37
* backport relevant part from bug #72858 patch in 7.0Anatol Belski2016-08-251-2/+12
* Fix #68716: possible resource leaks in _php_image_convert()Christoph M. Becker2016-08-212-2/+22
* Fix #72913: imagecopy() loses single-color transparency on palette imagesChristoph M. Becker2016-08-213-20/+31
* Fix #66005: imagecopy does not support 1bit transparency on truecolor imagesChristoph M. Becker2016-08-213-1/+42
* Merge branch 'PHP-5.6' of git.php.net:/php-src into PHP-5.6Xinchen Hui2016-08-217-14/+76
|\
| * Improvements to fix #72714, suggested by nikicChristoph M. Becker2016-08-202-3/+3
| * Fix #65732: grapheme_*() is not Unicode compliant on CR LF sequenceChristoph M. Becker2016-08-203-1/+24
| * Fix #72714: _xml_startElementHandler() segmentation faultChristoph M. Becker2016-08-203-8/+52
| * update NEWSAnatol Belski2016-08-201-0/+3
| * Fixed bug #72852 imap_mail null dereferenceAnatol Belski2016-08-201-3/+3
| * Revert "Fix dba configuration for Windows"Christoph M. Becker2016-08-191-9/+8
| * Fix dba configuration for WindowsChristoph M. Becker2016-08-191-8/+9
| * Fix broken test includeChristoph M. Becker2016-08-181-1/+1
| * fix NEWSFerenc Kovacs2016-08-181-3/+4
| * Add myself as PDO_OCI maintainerChristopher Jones2016-08-181-1/+1
* | Fixed bug #72907 (null pointer deref, segfault in gc_remove_zval_from_buffer ...Xinchen Hui2016-08-215-28/+63
|/
* Prepare for OCI8 PECL releaseChristopher Jones2016-08-182-11/+9
* Skip tests that are supposed to fail due to bugs in old external libgdChristoph M. Becker2016-08-1721-1/+69
* Make tests a little more resilientChristoph M. Becker2016-08-1730-60/+60
* Fix #68302: impossible to compile php with zip supportChristoph M. Becker2016-08-172-0/+6
* Fixed bug #72853 (stream_set_blocking doesn't work)Xinchen Hui2016-08-173-1/+75
* Update NEWSStanislav Malyshev2016-08-161-68/+100
* BLock test with memory leakStanislav Malyshev2016-08-161-1/+3
* fix testsStanislav Malyshev2016-08-162-3/+3
* Fix TSRM buildStanislav Malyshev2016-08-162-0/+2
* Fix bug #72850 - integer overflow in uuencodeStanislav Malyshev2016-08-161-2/+7
* Fixed bug #72849 - integer overflow in urlencodeStanislav Malyshev2016-08-161-0/+6
* Fix bug #72848 - integer overflow in quoted_printable_encode caused heap corr...Stanislav Malyshev2016-08-161-9/+14
* Fix bug #72838 - Integer overflow lead to heap corruption in sql_regcaseStanislav Malyshev2016-08-161-0/+5
* Fix bug #72837 - integer overflow in bzdecompress caused heap corruptionStanislav Malyshev2016-08-161-4/+14
* Fix bug #72836 - integer overflow in base64_decode caused heap corruptionStanislav Malyshev2016-08-163-0/+494
* Fix for bug #72807 - do not produce strings with negative lengthStanislav Malyshev2016-08-162-2/+9
* Fix for bug #72790 and bug #72799Stanislav Malyshev2016-08-163-5/+72