summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Fix #77911: Wrong warning for session.sid_bits_per_characterChristoph M. Becker2019-04-171-1/+1
* Fixed bug #77909: DatePeriod::__construct() with invalid recurrence count valueIgnace Nyamagana Butera2019-04-172-0/+23
* Fix tests for non English environmentsChristoph M. Becker2019-04-172-2/+2
* Fixed bug #77895Nikita Popov2019-04-152-1/+14
* Fix uninitialized cert_capturedNikita Popov2019-04-151-1/+1
* Fixed bug #77882Nikita Popov2019-04-152-0/+46
* Fix tests wrt. internationalizationChristoph M. Becker2019-04-123-7/+7
* Fix key leaks in mb_convert_encoding()Nikita Popov2019-04-122-4/+22
* Fix potential OPcache file cache related issuesAnatol Belski2019-04-111-1/+9
* Fix phar:// include handling with file cacheAnatol Belski2019-04-102-1/+76
* Fix 29nb_async_connect.phptNikita Popov2019-04-101-3/+5
* Fix pgsql use after free trying to reuse closed connectionNikita Popov2019-04-103-8/+46
* Fix use after free on pg_close() of default connectionNikita Popov2019-04-102-5/+22
* Preserve keys in emulate_read_fd_set()twosee2019-04-082-4/+43
* Fixed bug #77853Nikita Popov2019-04-083-4/+22
* Fixed bug #77844Nikita Popov2019-04-081-0/+19
* Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-04-063-4/+4
|\
| * Always use ZEND_SECURE_ZERO() when cleaning up dataStanislav Malyshev2019-04-065-5/+7
* | Follow up #77849 PDOStatement objects in undefined state after cloneJoe Watkins2019-04-062-17/+19
* | Fix bug #77849 Disable cloning of PDO handle/connection objects to avoid segf...Cameron Porter2019-04-062-0/+24
* | Fixed CFG construction for SWITCH opcodesDmitry Stogov2019-04-031-2/+2
* | Merge branch 'PHP-7.1' into PHP-7.2Remi Collet2019-04-021-1/+1
|\ \ | |/
| * fix paste issueRemi Collet2019-04-021-1/+1
* | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2019-04-021-2/+2
|\ \ | |/
| * Pointer arithmetic on void pointers is illegalChristoph M. Becker2019-04-021-2/+2
* | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-04-023-15/+41
|\ \ | |/
| * Fixed bug #77831 - Heap-buffer-overflow in exif_iif_add_value in EXIFStanislav Malyshev2019-04-023-15/+41
* | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-03-313-0/+20
|\ \ | |/
| * Fix bug #77753 - Heap-buffer-overflow in php_ifd_get32sStanislav Malyshev2019-03-313-0/+20
* | Fix #77827: preg_match does not ignore \r in regex flagsChristoph M. Becker2019-03-312-0/+15
* | Fixed SKIPIF when --disable-mbregex is usedMatteo Beccati2019-03-3018-15/+63
* | Fix test expectationChristoph M. Becker2019-03-291-1/+1
* | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-03-287-17/+28
|\ \ | |/
| * Validate subject encoding in mb_split and mb_ereg_matchNikita Popov2019-03-272-5/+12
| * Validate pattern against mbregex encodingNikita Popov2019-03-276-15/+31
| * SQLite3: add DEFENSIVE config for SQLite >= 3.26.0 as a mitigation strategy a...bohwaz2019-03-113-0/+50
| * Sync with behavior change in OpenSSL 1.1.1bAnatol Belski2019-03-081-1/+1
* | Fix bug #77680: Correctly implement recursive mkdir on FTP streamVlad Temian2019-03-253-27/+70
* | Fixed bug #72175Nikita Popov2019-03-251-6/+8
* | ensure pcre.jit=1 for these testsRemi Collet2019-03-222-0/+9
* | Fixed bug #77772Nikita Popov2019-03-222-14/+34
* | Fix tests after fix for #76717Remi Collet2019-03-204-0/+1304
* | Fixed bug #77765Vlad Temian2019-03-192-1/+23
* | Fix #77578: Crash when php unloadChristoph M. Becker2019-03-182-2/+25
* | Simplfy test caseXinchen Hui2019-03-181-26/+9
* | Make test independent of icu versionNikita Popov2019-03-181-3/+3
* | Allow DateTimeImmutable in datefmt_format_object()Nikita Popov2019-03-182-1/+13
* | Partial fix for bug #77751Nikita Popov2019-03-182-7/+24
* | Fixed bug #77743Nikita Popov2019-03-182-2/+42
* | Fix unused variable warningNikita Popov2019-03-181-2/+1