summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix #73533: Invalid memory access in php_libxml_xmlCheckUTF8PHP-7.4Christoph M. Becker2021-03-242-1/+4
* Properly initialize PS(mod) on RINITChristoph M. Becker2021-03-231-1/+2
* Fix #80889: amendmentChristoph M. Becker2021-03-222-16/+50
* Use ServerClientTestCase in a test for default_socket_timeout=-1Jakub Zelenka2021-03-211-5/+42
* Fix NEWS entry position for the latest FPM fixJakub Zelenka2021-03-211-2/+4
* Fix bug #80024: Duplication of info about inherited socket after pool removingJakub Zelenka2021-03-216-38/+211
* Fix #80889: Cannot set save handler when save_handler is invalidChristoph M. Becker2021-03-193-1/+42
* Fix #80783: PDO ODBC truncates BLOB records at every 256th byteChristoph M. Becker2021-03-184-2/+81
* Fix locale switch back to C in pcreNikita Popov2021-03-182-1/+19
* Fix #66783: UAF when appending DOMDocument to elementChristoph M. Becker2021-03-173-3/+28
* Fix build version tooDerick Rethans2021-03-161-1/+1
* NEWS for 7.4.18Derick Rethans2021-03-161-1/+4
* Prepare for 7.4.17RC1Derick Rethans2021-03-161-1/+1
* Fix #80817: dba_popen() may cause segfault during RSHUTDOWNChristoph M. Becker2021-03-152-2/+5
* Fix bug #80866Dharman2021-03-153-0/+20
* Fix bug #80837Dharman2021-03-153-1/+41
* Update ubuntu on i386 jobNikita Popov2021-03-151-1/+1
* Downgrade security level in tests using TLS < 1.2Nikita Popov2021-03-155-4/+14
* Fix #51903: simplexml_load_file() doesn't use HTTP headersChristoph M. Becker2021-03-083-0/+89
* Fix #80838: HTTP wrapper waits for HTTP 1 response after HTTP 101manuel2021-03-083-1/+44
* Merge branch 'PHP-7.4' of git.php.net:php-src into PHP-7.4George Wang2021-03-051-1/+1
|\
| * Print error code if CreateMutex() failsChristoph M. Becker2021-03-051-1/+1
* | LiteSpeed SAPI v7.9: Process manager keeps forked child process alive for lon...George Wang2021-03-052-38/+55
|/
* Fix #78719: http wrapper silently ignores long Location headersChristoph M. Becker2021-03-033-13/+33
* Fix #80751: Comma in recipient name breaks email deliveryChristoph M. Becker2021-03-012-16/+179
* Always remove HT iterators, even for uninit HTNikita Popov2021-03-012-1/+16
* Fixed bug #80805Nikita Popov2021-03-013-4/+36
* Fix memleak on ReflectionFunction and ReflectionGenerator classes when callin...Felipe Pena2021-02-251-0/+9
* skip test with openssl < 1.1.0Remi Collet2021-02-251-1/+2
* Capture Microsoft-defined HRESULT exit codes exit codesDylan K. Taylor2021-02-251-0/+3
* mysqlnd pam fix test error messageDaniel Black2021-02-251-2/+2
* Fix potential file collision in dom testsNikita Popov2021-02-242-2/+2
* Fix bug #80757 (Exit code is 0 when could not open file)Felipe Pena2021-02-241-0/+1
* Update NEWSFelipe Pena2021-02-241-0/+3
* Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2021-02-231-1/+1
|\
| * run-tests: fixed exit code not being set on BORKED testsPHP-7.3Dylan K. Taylor2021-02-231-1/+1
* | Update php_version.h to proper version numberChristoph M. Becker2021-02-231-3/+3
* | Fix #75776: Flushing streams with compression filter is brokenChristoph M. Becker2021-02-225-4/+68
* | Fix #80771: phpinfo(INFO_CREDITS) displays nothing in CLIChristoph M. Becker2021-02-224-2/+21
* | Fix #80774: session_name() problem with backslashChristoph M. Becker2021-02-224-9/+33
* | Fixed bug #80781Nikita Popov2021-02-225-0/+77
* | Fix #80763: msgfmt_format() does not accept DateTime referencesChristoph M. Becker2021-02-173-0/+24
* | Handle incomplete result set metadata more gracefullyNikita Popov2021-02-162-2/+6
* | Fixed datesDerick Rethans2021-02-161-2/+2
* | PHP-7.4 is now 7.4.17-devDerick Rethans2021-02-162-2/+5
* | Suppress OpenSSL error on missing optional configNikita Popov2021-02-162-27/+29
* | Fixed bug #80747Nikita Popov2021-02-153-0/+25
* | Fix symtable cache being used while cleaning symtableNikita Popov2021-02-152-3/+23
* | Fix #78680: mysqlnd pam plugin missing terminating nullDaniel Black2021-02-153-7/+55
* | Fix leak when breaking out of FilesystemIteratorNikita Popov2021-02-152-19/+15