summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fix HTTP response status codeChristoph M. Becker2020-08-181-1/+1
* Null terminate the sodium_crypto_kx_keypair() resultNikita Popov2020-08-141-0/+1
* Fix #64705 errorInfo property of PDOException is null when PDO::__construct()...Ahmed Abdou2020-08-118-6/+82
* Fix bug #75785 by attempt switching endianness on Maker's NoteNawarian2020-08-113-10/+35
* Fix #48585: com_load_typelib holds reference, fails on second callChristoph M. Becker2020-08-112-7/+3
* Fixed bug #79951Nikita Popov2020-08-112-10/+16
* Check the correct listNikita Popov2020-08-101-1/+1
* Fix bug #79944Nikita Popov2020-08-102-10/+14
* Fix #79922: Crash after multiple calls to xml_parser_free()Christoph M. Becker2020-08-102-2/+19
* Fix bug #70574: Move files to proper locale dirFlorian Engelhardt2020-08-0717-0/+0
* Fix memory leak on socket_sendmsg() / socket_recvmsg() errorNikita Popov2020-08-052-8/+22
* Fixed bug #79930Nikita Popov2020-08-052-1/+34
* Fix iov_base pointer type for illumosDavid Carlier2020-08-051-1/+1
* Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2020-08-025-1/+29
|\
| * Fix #79877: getimagesize function silently truncates after a null byteChristoph M. Becker2020-08-022-0/+14
| * Fix #79797: Use of freed hash key in the phar_parse_zipfile functionChristoph M. Becker2020-08-023-1/+15
| * Update CREDITS for PHP 7.2.30Sara Golemon2020-04-142-11/+11
| * Fixed bug #79468dinosaur2020-04-141-0/+21
* | Amendment to OPcache base file removalChristoph M. Becker2020-07-291-3/+2
* | Consider op1 literal of FETCH_OBJ_RNikita Popov2020-07-291-0/+3
* | Fix testNikita Popov2020-07-291-1/+1
* | Handle bindto errortwosee2020-07-291-0/+16
* | Fix #73060: php failed with error after temp folder cleaned upChristoph M. Becker2020-07-291-62/+12
* | Fix #79806: realpath() erroneously resolves link to linkChristoph M. Becker2020-07-281-6/+0
* | fix memory leaks in ext/ldap/ldap.cPaweł Tomulik2020-07-281-104/+98
* | Revert "Fix #79806: realpath() erroneously resolves link to link"Christoph M. Becker2020-07-271-0/+6
* | Fix #79806: realpath() erroneously resolves link to linkChristoph M. Becker2020-07-271-6/+0
* | Fix brittle testChristoph M. Becker2020-07-221-9/+4
* | 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