summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix #72764Ville Hukkamaki2016-08-053-15/+17
* Fix broken skip marker in test caseChristoph M. Becker2016-08-041-1/+1
* Clean up FR #72633Matteo Beccati2016-08-044-7/+6
* Fixed invalid handle error with Implicit Result Sets and bump OCI8 version.Christopher Jones2016-08-044-7/+26
* Fix bug #72716 - initialize buffer before readStanislav Malyshev2016-08-031-40/+41
* 5.6.26 will be nextFerenc Kovacs2016-08-043-5/+7
* improve the check, avoid strlen on NULLAnatol Belski2016-08-031-4/+4
* update NEWSAnatol Belski2016-08-031-1/+3
* Changed the way MAKERNOTE is handled in case we do not have a matching signat...Kalle Sommer Nielsen2016-08-031-2/+12
* update libs_versions.txtAnatol Belski2016-08-031-1/+1
* fix ts buildAnatol Belski2016-08-031-1/+1
* Fix #72709: imagesetstyle() causes OOB read for empty $stylesChristoph M. Becker2016-08-023-1/+27
* update NEWSAnatol Belski2016-08-021-0/+2
* cleanup table after testAnatol Belski2016-08-021-2/+5
* - lastInsertId using Postgres Lastval() functionPablo Santiago Sánchez2016-08-023-19/+56
* Revert "Fixed bug #71219"Nikita Popov2016-07-302-5/+1
* Fixed bug #71219Nikita Popov2016-07-302-1/+5
* Add missing TSRMLS_FETCH()Nikita Popov2016-07-301-0/+1
* Fixed bug #72142Nikita Popov2016-07-303-1/+25
* fixes bad address given to onig_error_code_to_strju1ius2016-07-303-1/+15
* Fix #71894: AddressSanitizer: global-buffer-overflow in zif_cal_from_jdChristoph M. Becker2016-07-293-7/+47
* Implement FR #65462: Please add tests for gregorian and jewish overflow fixesChristoph M. Becker2016-07-282-0/+55
* Fix #67976: cal_days_month() fails for final month of the French calendarChristoph M. Becker2016-07-283-0/+20