summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2020-04-142-2/+11
* Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-03-313-3/+18
|\
| * Fix #79413: session_create_id() fails for active sessionsChristoph M. Becker2020-03-313-3/+18
* | Don't check directory nlink in stat testsNikita Popov2020-03-302-69/+2
* | Fix #74940: DateTimeZone loose comparison always trueChristoph M. Becker2020-03-302-43/+77
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-03-301-0/+5
|\ \ | |/
| * Fix #79427: Integer Overflow in shmop_open()Christoph M. Becker2020-03-301-0/+5
* | Merge branch 'PHP-7.3' into PHP-7.4Remi Collet2020-03-291-1/+2
|\ \ | |/
| * Fix #79424 ext/zip: don't use gl_pathc after call to globfreeMax Rees2020-03-291-1/+2
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-03-261-1/+1
|\ \ | |/
| * Add missing 'skip' to bug79332.phpt skip messageLukas Berger2020-03-261-1/+1
* | Explicitly declare the char as signed in zend_ffi_val.George Peter Banyard2020-03-261-1/+1
* | Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2020-03-252-3/+41
|\ \ | |/
| * Fixed bug #79412 (Opcache chokes and uses 100% CPU on specific script).Dmitry Stogov2020-03-252-3/+41
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-03-252-0/+17
|\ \ | |/
| * Fix bug #79410 (system() swallows last chunk if it is exactly 4095 bytes with...Christian Schneider2020-03-252-0/+17
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-03-231-0/+19
|\ \ | |/
| * Add test fileNikita Popov2020-03-231-0/+19
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-03-234-6/+16
|\ \ | |/
| * Handle NULL caller_call_oplineNikita Popov2020-03-234-6/+16
* | Fix leak on Windows as wellChristoph M. Becker2020-03-231-0/+5
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-03-231-1/+1
|\ \ | |/
| * Fix test for WindowsChristoph M. Becker2020-03-231-1/+1
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-03-232-38/+65
|\ \ | |/
| * Fix #79200: Some iconv functions cut Windows-1258Christoph M. Becker2020-03-232-38/+65
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-03-232-13/+29
|\ \ | |/
| * Fix #79393: Null coalescing operator failing with SplFixedArrayChristoph M. Becker2020-03-232-13/+29
* | Fix RSA memory leak in mysqlnd authNikita Popov2020-03-231-0/+3
* | unneeded after fixRemi Collet2020-03-201-1/+0
* | Merge branch 'PHP-7.3' into PHP-7.4Remi Collet2020-03-201-0/+15
|\ \ | |/
| * Fix Bug #79296 ZipArchive::open fails on empty fileRemi Collet2020-03-201-0/+15
* | Fix potential test conflictChristoph M. Becker2020-03-201-1/+1
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-03-192-0/+25
|\ \ | |/
| * Fix #79396: DateTime hour incorrect during DST jump forwardNate Brunette2020-03-192-0/+25
| * Fix testStanislav Malyshev2020-03-161-1/+1
| * Fix bug #79329 - get_headers should not accept \0Stanislav Malyshev2020-03-161-1/+1
| * Fixed bug #79282Stanislav Malyshev2020-03-162-1/+21
| * Fix #79371: mb_strtolower (UTF-32LE): stack-buffer-overflowChristoph M. Becker2020-03-162-1/+15
* | Improve FFI test suite for WindowsChristoph M. Becker2020-03-1811-52/+64
* | Make bug52820.phpt more robustNikita Popov2020-03-181-6/+6
* | Fix testStanislav Malyshev2020-03-161-1/+1
* | Fix bug #79329 - get_headers should not accept \0Stanislav Malyshev2020-03-161-1/+1
* | Fixed bug #79282Stanislav Malyshev2020-03-162-1/+21
* | Fix #79283: Segfault in libmagic patch contains a buffer overflowChristoph M. Becker2020-03-163-26/+76
* | Fix #79371: mb_strtolower (UTF-32LE): stack-buffer-overflowChristoph M. Becker2020-03-162-1/+15
* | Don't specify ports in socket_export_stream-4.phptNikita Popov2020-03-161-5/+5
* | identation fixDmitry Stogov2020-03-121-1/+1
* | Call global code of preloaded script in global contextDmitry Stogov2020-03-121-3/+44
* | Avoid "Anonymous class wasn't preloaded" error by lazely loading of not prelo...Dmitry Stogov2020-03-123-5/+34
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-03-122-2/+24
|\ \ | |/