summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fix #79877: getimagesize function silently truncates after a null byteChristoph M. Becker2020-08-032-0/+14
* Fix #79797: Use of freed hash key in the phar_parse_zipfile functionChristoph M. Becker2020-08-033-1/+15
* Fix #63527: DCOM does not work with Username, Password parameterChristoph M. Becker2020-07-201-1/+1
* Fix bug #78008: dns_check_record() always return true on AlpineAndy Postnikov2020-07-151-18/+14
* Fixed bug #79849Evgeny Stepanischev2020-07-141-2/+3
* Fixed BC break of php_debug_zval_dumptwosee2020-07-111-1/+1
* Fixed bug #79830 introduced by fixing bug #79821twosee2020-07-112-25/+37
* Fixed bug #79821twosee2020-07-112-0/+24
* Fixed bug #79817Nikita Popov2020-07-101-5/+5
* Fix some memory bugs in ldap.cPaweł Tomulik2020-07-091-8/+38
* Fix bug #79787XXiang2020-07-082-5/+29
* Report len as -1 instead of INT_MAXNikita Popov2020-07-082-2/+2
* Fix #70362: Can't copy() large 'data://' with open_basedirChristoph M. Becker2020-06-302-1/+16
* Fix #63208: BSTR to PHP string conversion not binary safeChristoph M. Becker2020-06-294-14/+77
* Fix #79756: finfo_file crash (FILEINFO_MIME)Christoph M. Becker2020-06-292-0/+16
* Fixed bug #79741Nikita Popov2020-06-262-2/+18
* Fix #55857: ftp_size on large filesChristoph M. Becker2020-06-231-1/+4
* Fixed bug #79570Böszörményi Zoltán2020-06-191-0/+18
* Fixed bug #79710Nikita Popov2020-06-192-2/+47
* Fix #79687: Sony picture - PHP Warning - Make, Model, MakerNotesChristoph M. Becker2020-06-133-3/+32
* Fix #79676: imagescale adds black border with IMG_BICUBICChristoph M. Becker2020-06-122-4/+35
* Fix #62890: default_socket_timeout=-1 causes connection to timeoutChristoph M. Becker2020-06-092-2/+17
* Fix #74267: segfault with streams and invalid dataChristoph M. Becker2020-06-082-4/+29
* Fix #73527: Invalid memory access in php_filter_stripChristoph M. Becker2020-06-041-3/+3
* Fix #79664: PDOStatement::getColumnMeta fails on empty result setChristoph M. Becker2020-06-022-1/+33
* Fixed possible usage of uninitialized valueDmitry Stogov2020-05-271-0/+6
* Fix #79615: Wrong GIF header written in GD GIFEncodeChristoph M. Becker2020-05-222-1/+21
* Fix #79596: MySQL FLOAT truncates to int some localesChristoph M. Becker2020-05-152-2/+32
* Fix #79588: Boolean opcache settings ignore on/off valuesChristoph M. Becker2020-05-121-5/+5
* Fix #79566: Private SHM is not private on WindowsChristoph M. Becker2020-05-051-0/+23
* Fix #79561: dns_get_record() fails with DNS_ALLChristoph M. Becker2020-05-042-1/+19
* Fixed bug #79535Nikita Popov2020-05-042-4/+20
* Add basic sapi_windows_cp_conv() testChristoph M. Becker2020-05-041-0/+21
* Fix #79528: Different object of the same xml between 7.4.5 and 7.4.4Christoph M. Becker2020-05-015-108/+7
* Updated to version 2020.1 (2020a)Derick Rethans2020-04-241-792/+830
* Add additional preg_match test caseGraham Campbell2020-04-231-0/+35
* Fix #79503: Memory leak on duplicate metadataChristoph M. Becker2020-04-223-0/+24
* Fix #79497: Fix php_openssl_subtract_timeval()Joe Cai2020-04-201-2/+2
* Fix MySQL local infile / attr handling on big endian systemsguirish2020-04-164-12/+12
* Don't leak peername if accept failsNikita Popov2020-04-141-0/+3
* Fix test casesChristoph M. Becker2020-04-142-2/+2
* Fixed bug #79468dinosaur2020-04-141-0/+21
* Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2020-04-132-2/+11
|\
| * Fix bug #79465 - use unsigneds as indexes.Stanislav Malyshev2020-04-131-2/+2
| * Fix bug #79330 - make all execution modes consistent in rejecting \0Stanislav Malyshev2020-04-131-0/+9
| * Fix testStanislav Malyshev2020-03-151-1/+1
| * Fix bug #79329 - get_headers should not accept \0Stanislav Malyshev2020-03-151-1/+1
| * Fixed bug #79282Stanislav Malyshev2020-03-152-1/+21
| * Mark bug76348.phpt as online testNikita Popov2020-02-161-0/+1
| * Fix bug #79082 - Files added to tar with Phar::buildFromIterator have all-acc...Stanislav Malyshev2020-02-164-0/+65