summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix Bug #80800 imap_open() fails when the flags parameter includes CL_EXPUNGEGeorge Peter Banyard2021-02-275-4/+131
* | Merge branch 'PHP-7.4' into PHP-8.0Felipe Pena2021-02-251-0/+9
|\ \ | |/
| * Fix memleak on ReflectionFunction and ReflectionGenerator classes when callin...Felipe Pena2021-02-251-0/+9
* | Merge branch 'PHP-7.4' into PHP-8.0Remi Collet2021-02-251-1/+2
|\ \ | |/
| * skip test with openssl < 1.1.0Remi Collet2021-02-251-1/+2
* | crc32 module, clang spurious warning removal.David CARLIER2021-02-251-3/+7
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-02-251-2/+2
|\ \ | |/
| * mysqlnd pam fix test error messageDaniel Black2021-02-251-2/+2
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-02-242-2/+2
|\ \ | |/
| * Fix potential file collision in dom testsNikita Popov2021-02-242-2/+2
* | Fixed bug #80782 (DASM_S_RANGE_VREG on PHP_INT_MIN-1)Dmitry Stogov2021-02-242-4/+31
* | Fixed bug #80786Nikita Popov2021-02-232-10/+36
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-02-223-3/+66
|\ \ | |/
| * Fix #75776: Flushing streams with compression filter is brokenChristoph M. Becker2021-02-223-3/+66
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-02-222-1/+17
|\ \ | |/
| * Fix #80771: phpinfo(INFO_CREDITS) displays nothing in CLIChristoph M. Becker2021-02-222-1/+17
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-02-223-9/+30
|\ \ | |/
| * Fix #80774: session_name() problem with backslashChristoph M. Becker2021-02-223-9/+30
* | Avoid signed integer overflow in substr()Nikita Popov2021-02-182-2/+12
* | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-02-172-0/+20
|\ \ | |/
| * Fix #80763: msgfmt_format() does not accept DateTime referencesChristoph M. Becker2021-02-172-0/+20