summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* Fix bug #72730 - imagegammacorrect allows arbitrary write accessStanislav Malyshev2016-08-162-0/+20
* Fix bug#72697 - select_colors write out-of-boundsStanislav Malyshev2016-08-162-8/+25
* Fixed bug #72627: Memory Leakage In exif_process_IFD_in_TIFFStanislav Malyshev2016-08-163-1/+75
* Fix bug #72750: wddx_deserialize null dereferenceStanislav Malyshev2016-08-162-2/+40
* Fix bug #72771: ftps:// opendir wrapper is vulnerable to protocol downgrade a...Stanislav Malyshev2016-08-161-1/+2
* Improve fix for #72663Stanislav Malyshev2016-08-163-32/+62
* Fix bug #70436: Use After Free Vulnerability in unserialize()Stanislav Malyshev2016-08-162-0/+66
* Fix bug #72749: wddx_deserialize allows illegal memory accessStanislav Malyshev2016-08-162-6/+48
* Update commentStanislav Malyshev2016-08-161-1/+1
* Fix bug #72708 - php_snmp_parse_oid integer overflow in memory allocationStanislav Malyshev2016-08-161-1/+1
* Fix bug #72681 - consume data even if we're not storing themStanislav Malyshev2016-08-162-7/+34
* Fix bug #72663 - destroy broken object when unserializingStanislav Malyshev2016-08-164-34/+84
* #72085: SEGV on unknown address zif_xml_parseChristoph M. Becker2016-08-173-1/+79
* put missing prototype and fix ts buildAnatol Belski2016-08-141-1/+3
* update NEWSAnatol Belski2016-08-141-2/+5
* Fixed bug #72759 Regression in pgo_pgsqlAnatol Belski2016-08-141-0/+14
* Fixed bug #72787 (json_decode reads out of bounds)Jakub Zelenka2016-08-143-0/+24
* Bug 70195Benedict Singer2016-08-132-17/+29
* Fix #72278: getimagesize returning FALSE on valid jpgChristoph M. Becker2016-08-135-28/+51
* Fix #72823: strtr out-of-bound accessChristoph M. Becker2016-08-133-1/+22
* Fix #60665: call to empty() on NULL result using PDO::FETCH_LAZY returns falseChristoph M. Becker2016-08-133-1/+54
* Fix URL rewriter partiallyYasuo Ohgaki2016-08-113-66/+257
* Support "git worktree"Yasuo Ohgaki2016-08-111-1/+1
* Add test for bug #69107: finfo no longer detects PHP filesChristoph M. Becker2016-08-081-0/+22
* Fix stream_socket_enable_crypto() testNikita Popov2016-08-071-2/+2
* Fix the fix (Nikita), thanks!Kalle Sommer Nielsen2016-08-061-2/+2
* Check the return value of dbconvert() in mssql_guid_string(), as it may retur...Kalle Sommer Nielsen2016-08-062-5/+11