summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fixed test caseDerick Rethans2020-08-311-3/+3
* Update timelib to 2018.04Derick Rethans2020-08-315-19414/+16670
* Fix #80027 Terrible performance using $query->fetch on queries with many bind...Matteo Beccati2020-08-317-2/+29
* Make MAX_IFD_NESTING_LEVEL an actual nesting levelNikita Popov2020-08-313-16/+50
* Require non-negative length in stream_get_contents()Nikita Popov2020-08-272-0/+21
* Fix com_safearray_proxy related memory management issuesChristoph M. Becker2020-08-261-2/+4
* Separate COM::__construct()s $server_name arrayChristoph M. Becker2020-08-261-1/+1
* Fix #64130: COM obj parameters passed by reference are not updatedChristoph M. Becker2020-08-262-1/+30
* Avoid double-freeChristoph M. Becker2020-08-251-1/+0
* Remove bogus REGISTER_LONG_CONSTANTNikita Popov2020-08-251-4/+1
* Fix potential integer overflow detected by oss-fuzzChristoph M. Becker2020-08-241-4/+8
* Fix #79986: str_ireplace bug with diacritics charactersChristoph M. Becker2020-08-242-1/+14
* Fix #80002: calc free space for new interned string is wrongChristoph M. Becker2020-08-241-1/+1
* Fix #80007: Potential type confusion in unixtojd() parameter parsingAndy Postnikov2020-08-221-3/+6
* Fix #47021: SoapClient stumbles over WSDL delivered with "Transfer-Encoding: ...Matteo Beccati2020-08-182-2/+95
* 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