summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Fixed bug #79817Nikita Popov2020-07-102-5/+6
* | Fix some memory bugs in ldap.cPaweł Tomulik2020-07-091-8/+38
* | Fix bug #79787XXiang2020-07-083-5/+32
* | Report len as -1 instead of INT_MAXNikita Popov2020-07-082-2/+2
* | Merge branch 'PHP-7.2' into PHP-7.3Sara Golemon2020-07-070-0/+0
|\ \ | |/
| * Prep for 7.2.33Sara Golemon2020-07-071-0/+3
| * Prep NEWS for 7.2.32 releasePHP-7.2.32Sara Golemon2020-07-071-1/+4
* | Don't use deprecated curly brace offset syntaxChristoph M. Becker2020-07-071-2/+2
* | Fixed bug #79792Nikita Popov2020-07-073-2/+20
* | Fixed bug #79778Nikita Popov2020-07-073-0/+37
* | Remove bogus generator iterator dtorNikita Popov2020-06-301-4/+0
* | Fix leak when setting cyclic previous exception in finallyNikita Popov2020-06-302-1/+27
* | Fix #70362: Can't copy() large 'data://' with open_basedirChristoph M. Becker2020-06-303-1/+19