summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fix #73533: Invalid memory access in php_libxml_xmlCheckUTF8PHP-7.4Christoph M. Becker2021-03-241-1/+1
* 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 #80889: Cannot set save handler when save_handler is invalidChristoph M. Becker2021-03-192-1/+38
* Fix #80783: PDO ODBC truncates BLOB records at every 256th byteChristoph M. Becker2021-03-183-2/+77
* Fix locale switch back to C in pcreNikita Popov2021-03-182-1/+19
* Fix #66783: UAF when appending DOMDocument to elementChristoph M. Becker2021-03-172-3/+26
* Fix #80817: dba_popen() may cause segfault during RSHUTDOWNChristoph M. Becker2021-03-151-2/+2
* Fix bug #80866Dharman2021-03-152-0/+16
* Fix bug #80837Dharman2021-03-152-1/+39
* 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-082-0/+86
* Fix #80838: HTTP wrapper waits for HTTP 1 response after HTTP 101manuel2021-03-082-1/+42
* Print error code if CreateMutex() failsChristoph M. Becker2021-03-051-1/+1
* Fix #78719: http wrapper silently ignores long Location headersChristoph M. Becker2021-03-032-13/+31
* Fix #80751: Comma in recipient name breaks email deliveryChristoph M. Becker2021-03-011-0/+93
* Fixed bug #80805Nikita Popov2021-03-012-4/+33
* 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
* mysqlnd pam fix test error messageDaniel Black2021-02-251-2/+2
* Fix potential file collision in dom testsNikita Popov2021-02-242-2/+2
* Fix #75776: Flushing streams with compression filter is brokenChristoph M. Becker2021-02-223-3/+66
* Fix #80771: phpinfo(INFO_CREDITS) displays nothing in CLIChristoph M. Becker2021-02-222-1/+17
* Fix #80774: session_name() problem with backslashChristoph M. Becker2021-02-223-9/+30
* Fix #80763: msgfmt_format() does not accept DateTime referencesChristoph M. Becker2021-02-172-0/+20
* Handle incomplete result set metadata more gracefullyNikita Popov2021-02-161-2/+3
* Suppress OpenSSL error on missing optional configNikita Popov2021-02-162-27/+29
* Fixed bug #80747Nikita Popov2021-02-152-0/+21
* Fix #78680: mysqlnd pam plugin missing terminating nullDaniel Black2021-02-152-7/+51
* Fix leak when breaking out of FilesystemIteratorNikita Popov2021-02-152-19/+15
* Fixed bug #80719Nikita Popov2021-02-114-8/+23
* Fix locale dependent parsing of PostgreSQL version numberChristoph M. Becker2021-02-081-6/+9
* Fix #80706: mail(): Headers after Bcc headers may be ignoredChristoph M. Becker2021-02-081-0/+76
* Use ST_Y() instead of the deprecated/removed Y() in testChristoph M. Becker2021-02-051-2/+2
* Fix #74779: x() and y() truncating floats to integersChristoph M. Becker2021-02-052-1/+43
* Try SIGTERM before SIGKILL in opcache restartNikita Popov2021-02-041-2/+5
* Fix #53467: Phar cannot compress large archivesChristoph M. Becker2021-02-031-17/+41
* Update year to 2021Peter Kokot2021-02-022-2/+2
* Add missing derefs in CurlFileNikita Popov2021-02-021-0/+3
* Fix persistent leak on load_wsdl_ex failureNikita Popov2021-02-021-2/+1
* Fix #80654: file_get_contents() maxlen fails above (2**31)-1 bytesChristoph M. Becker2021-02-012-8/+0
* Fix buildNikita Popov2021-02-011-1/+1
* Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2021-01-314-14/+37
|\
| * Fix bug #80672 - Null Dereference in SoapClientStanislav Malyshev2021-01-314-14/+37
* | Fix #80682 opcache doesn't honour pcre.jit optionRemi Collet2021-01-281-4/+6
* | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2021-01-271-16/+0
|\ \ | |/
| * Rm unneeded functionStanislav Malyshev2021-01-271-16/+0
* | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2021-01-268-28/+38
|\ \ | |/
| * Alternative fix for bug 77423Christoph M. Becker2021-01-268-28/+38