summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-03-231-1/+2
|\
| * Properly initialize PS(mod) on RINITChristoph M. Becker2021-03-231-1/+2
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-03-222-16/+50
|\ \ | |/
| * Fix #80889: amendmentChristoph M. Becker2021-03-222-16/+50
* | Merge branch 'PHP-7.4' into PHP-8.0Jakub Zelenka2021-03-211-5/+42
|\ \ | |/
| * Use ServerClientTestCase in a test for default_socket_timeout=-1Jakub Zelenka2021-03-211-5/+42
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-03-192-1/+38
|\ \ | |/
| * Fix #80889: Cannot set save handler when save_handler is invalidChristoph M. Becker2021-03-192-1/+38
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-03-183-2/+77
|\ \ | |/
| * Fix #80783: PDO ODBC truncates BLOB records at every 256th byteChristoph M. Becker2021-03-183-2/+77
* | Additional fix for bug #80847.Dmitry Stogov2021-03-182-3/+83
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-03-182-1/+19
|\ \ | |/
| * Fix locale switch back to C in pcreNikita Popov2021-03-182-1/+19
* | Fixed bug #80861 (erronous array key overflow in 2D array with JIT)Dmitry Stogov2021-03-172-1/+112
* | Fix signed/unsigned warnings in PDO ODBCNikita Popov2021-03-173-13/+15
* | imagecolortransparent() cannot return nullNikita Popov2021-03-172-3/+3
* | Return bool from imageinterlace()Nikita Popov2021-03-177-14/+14
* | Fixed bug #80839 (PHP problem with JIT)Dmitry Stogov2021-03-172-0/+43
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-03-172-3/+26
|\ \ | |/
| * Fix #66783: UAF when appending DOMDocument to elementChristoph M. Becker2021-03-172-3/+26
* | Fixed bug #80847 (CData structs with fields of type struct can't be passed as...Dmitry Stogov2021-03-173-59/+79
* | Fix refcount inference for typed propertiesNikita Popov2021-03-161-4/+3
* | Fix ldap_next_entry() parameter nameMáté Kocsis2021-03-162-4/+7
* | Fix crash in LDAP search functions during argument validationMáté Kocsis2021-03-162-0/+18
* | Add missing skipif sections to ext/dom testsMáté Kocsis2021-03-152-0/+4
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-03-151-2/+2
|\ \ | |/
| * Fix #80817: dba_popen() may cause segfault during RSHUTDOWNChristoph M. Becker2021-03-151-2/+2
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-03-152-0/+16
|\ \ | |/
| * Fix bug #80866Dharman2021-03-152-0/+16
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-03-152-1/+39
|\ \ | |/
| * Fix bug #80837Dharman2021-03-152-1/+39
| * Downgrade security level in tests using TLS < 1.2Nikita Popov2021-03-155-4/+14
* | ext/opcache: fix configure output while checking mmap MAP_ANON supportMichael Heimpold2021-03-151-1/+1
* | Fixed bug #80814 (threaded mod_php won't load on FreeBSD: No space available ...Dmitry Stogov2021-03-101-2/+2
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-03-082-0/+86
|\ \ | |/
| * Fix #51903: simplexml_load_file() doesn't use HTTP headersChristoph M. Becker2021-03-082-0/+86
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-03-082-1/+42
|\ \ | |/
| * Fix #80838: HTTP wrapper waits for HTTP 1 response after HTTP 101manuel2021-03-082-1/+42
* | Add supports for FreeBSD's PROT_MAX to let mprotect knows X flag can be appli...David Carlier2021-03-051-0/+3
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-03-051-1/+1
|\ \ | |/
| * Print error code if CreateMutex() failsChristoph M. Becker2021-03-051-1/+1
* | Fix ASAN warning (Zend/zend_string.h:165:2: runtime error: null pointer passe...Dmitry Stogov2021-03-041-1/+5
* | Fix #80825: ZipArchive::isCompressionMethodSupported does not existChristoph M. Becker2021-03-031-1/+1
* | Fix test wrt. server.inc changesChristoph M. Becker2021-03-031-3/+3
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-03-032-13/+31
|\ \ | |/
| * Fix #78719: http wrapper silently ignores long Location headersChristoph M. Becker2021-03-032-13/+31
* | Fixed bug #80802: (zend_jit_fetch_indirect_var assert failure with tracing JIT)Dmitry Stogov2021-03-012-1/+50
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-03-011-0/+93
|\ \ | |/
| * Fix #80751: Comma in recipient name breaks email deliveryChristoph M. Becker2021-03-011-0/+93
| * Fixed bug #80805Nikita Popov2021-03-012-4/+33