summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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-171-0/+3
* Fixed bug #72853 (stream_set_blocking doesn't work)Xinchen Hui2016-08-171-0/+59
* 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-161-0/+5
* Fix for bug #72807 - do not produce strings with negative lengthStanislav Malyshev2016-08-161-0/+4
* 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-172-1/+76
* put missing prototype and fix ts buildAnatol Belski2016-08-141-1/+3
* Fixed bug #72759 Regression in pgo_pgsqlAnatol Belski2016-08-141-0/+14
* Fixed bug #72787 (json_decode reads out of bounds)Jakub Zelenka2016-08-142-0/+21
* Bug 70195Benedict Singer2016-08-131-17/+25
* Fix #72278: getimagesize returning FALSE on valid jpgChristoph M. Becker2016-08-134-28/+50
* Fix #72823: strtr out-of-bound accessChristoph M. Becker2016-08-132-1/+19
* Fix #60665: call to empty() on NULL result using PDO::FETCH_LAZY returns falseChristoph M. Becker2016-08-132-1/+50
* Fix URL rewriter partiallyYasuo Ohgaki2016-08-113-66/+257
* 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-061-5/+8
* Fix #72764Ville Hukkamaki2016-08-052-15/+15
* Fix broken skip marker in test caseChristoph M. Becker2016-08-041-1/+1
* Clean up FR #72633Matteo Beccati2016-08-043-6/+5
* Fixed invalid handle error with Implicit Result Sets and bump OCI8 version.Christopher Jones2016-08-043-7/+23
* Fix bug #72716 - initialize buffer before readStanislav Malyshev2016-08-031-40/+41
* improve the check, avoid strlen on NULLAnatol Belski2016-08-031-4/+4
* Changed the way MAKERNOTE is handled in case we do not have a matching signat...Kalle Sommer Nielsen2016-08-031-2/+12
* fix ts buildAnatol Belski2016-08-031-1/+1
* Fix #72709: imagesetstyle() causes OOB read for empty $stylesChristoph M. Becker2016-08-022-1/+26