summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare 7.3.22 tagphp-7.3.22PHP-7.3.22Christoph M. Becker2020-09-014-5/+5
* Prepare for 7.3.22RC1php-7.3.22RC1Christoph M. Becker2020-08-184-5/+5
* 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-119-6/+86
* Fix bug #75785 by attempt switching endianness on Maker's NoteNawarian2020-08-114-10/+39
* Fix #48585: com_load_typelib holds reference, fails on second callChristoph M. Becker2020-08-113-7/+7
* Fixed bug #79951Nikita Popov2020-08-113-10/+17
* Make sure string is NUL byte terminated.George Wang2020-08-101-1/+2
* Check the correct listNikita Popov2020-08-101-1/+1
* Fix bug #79944Nikita Popov2020-08-103-10/+15
* Fix #79922: Crash after multiple calls to xml_parser_free()Christoph M. Becker2020-08-103-2/+22
* Fix bug #70574: Move files to proper locale dirFlorian Engelhardt2020-08-0718-0/+4
* Fix #79934: CRLF-only line in heredoc causes parsing errorPieter van den Ham2020-08-065-351/+383
* Fix memory leak on socket_sendmsg() / socket_recvmsg() errorNikita Popov2020-08-052-8/+22
* Fixed bug #79930Nikita Popov2020-08-053-1/+38
* Fix iov_base pointer type for illumosDavid Carlier2020-08-051-1/+1
* [ci skip] Fix 7.3.21 release dateChristoph M. Becker2020-08-041-1/+1
* Merge branch 'PHP-7.2' into PHP-7.3Remi Collet2020-08-040-0/+0
|\
| * bump version to 7.2.34-devRemi Collet2020-08-043-5/+8
| * Update NEWSStanislav Malyshev2020-08-031-0/+7
* | Removed space from bug55086.phptGraham Campbell2020-08-031-1/+1
* | set -ex on travis/compile.shSantiago M. Mola2020-08-031-0/+1
* | [ci skip] Add missing NEWS entriesChristoph M. Becker2020-08-031-0/+6
* | 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
* | Fix #79919: Stack use-after-scope in define()Christoph M. Becker2020-07-313-3/+16
* | 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
* | Fix #79895: support = in PHP_CHECK_GCC_ARG m4 macroSantiago M. Mola2020-07-292-2/+4
* | Handle bindto errortwosee2020-07-292-0/+20
* | Fix #73060: php failed with error after temp folder cleaned upChristoph M. Becker2020-07-292-62/+16
* | Fix #79806: realpath() erroneously resolves link to linkChristoph M. Becker2020-07-283-8/+20
* | fix memory leaks in ext/ldap/ldap.cPaweł Tomulik2020-07-282-104/+101
* | Revert "Fix #79806: realpath() erroneously resolves link to link"Christoph M. Becker2020-07-273-13/+8
* | Fix #79806: realpath() erroneously resolves link to linkChristoph M. Becker2020-07-273-8/+13
* | Fix #77932: File extensions are case-sensitiveChristoph M. Becker2020-07-272-2/+12
* | Merge branch 'PHP-7.2' into PHP-7.3George Wang2020-07-233-14/+234
|\ \
| * | Security: update to LiteSpeed SAPI v7.7 to address an buffer overflow, and so...George Wang2020-07-233-14/+234
| |/
* | Fix #79884: PHP_CONFIG_FILE_PATH is meaninglessChristoph M. Becker2020-07-232-1/+4
* | Fix brittle testChristoph M. Becker2020-07-221-9/+4
* | 7.3 is now 7.3.22-devChristoph M. Becker2020-07-214-6/+8
* | Fix #63527: DCOM does not work with Username, Password parameterChristoph M. Becker2020-07-202-2/+4
* | Fix bug #78008: dns_check_record() always return true on AlpineAndy Postnikov2020-07-152-18/+16
* | 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