summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4'Christoph M. Becker2020-05-051-0/+23
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-05-051-0/+23
| |\
| | * Fix #79566: Private SHM is not private on WindowsChristoph M. Becker2020-05-051-0/+23
* | | Fix mbfl default allocatorsNikita Popov2020-05-041-3/+0
* | | Spec mbfl allocators as infallibleNikita Popov2020-05-046-129/+29
* | | Remove persistent allocators from libmbflNikita Popov2020-05-042-24/+0
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-05-042-1/+19
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-05-042-1/+19
| |\ \ | | |/
| | * Fix #79561: dns_get_record() fails with DNS_ALLChristoph M. Becker2020-05-042-1/+19
* | | Change the default PDO error mode to exceptionsAllenJB2020-05-0413-6/+67
* | | Merge branch 'PHP-7.4'Nikita Popov2020-05-042-0/+27
|\ \ \ | |/ /
| * | Fixed bug #79548Nikita Popov2020-05-042-0/+27
* | | Extract one more function from proc_open() implementationNikita Popov2020-05-041-77/+84
* | | Clean up proc_open() implementationAlex Dowad2020-05-043-416/+423
* | | Remove unused is_persistent flagNikita Popov2020-05-041-1/+0
* | | Merge branch 'PHP-7.4'Nikita Popov2020-05-042-0/+16
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-05-042-0/+16
| |\ \ | | |/
| | * Fixed bug #79535Nikita Popov2020-05-042-4/+20
* | | Use ZPP int|string and add ValueError for Windows codepagesGeorge Peter Banyard2020-05-042-7/+3
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-05-041-0/+21
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-05-041-0/+21
| |\ \ | | |/
| | * Add basic sapi_windows_cp_conv() testChristoph M. Becker2020-05-041-0/+21
* | | Use libenchant2 if available on WindowsChristoph M. Becker2020-05-041-7/+17
* | | Use libenchant-2 when availableRemi Collet2020-05-041-16/+28
* | | Fix #79467: data:// wrappers are writableChristoph M. Becker2020-05-031-0/+9
* | | Use ZPP check for string|int|null arguments in array_column()George Peter Banyard2020-05-025-75/+146
* | | Don't raise bogus warning if writing completely failedChristoph M. Becker2020-05-021-2/+2
* | | Remove is_persistent flag from proc_open implementationNikita Popov2020-05-021-21/+19
* | | Convert UNKNOWN default values to null in ext/dateMáté Kocsis2020-05-025-105/+111
* | | Convert UNKNOWN default values to null in ext/calendarMáté Kocsis2020-05-025-20/+19
* | | Convert UNKNOWN default values to null in ext/bcmathMáté Kocsis2020-05-023-88/+105
* | | Fix miscellaneous typos in code comments/var namesTyson Andre2020-05-013-6/+6
* | | Remove the deprecated is_real() functionMáté Kocsis2020-05-014-162/+14
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-05-015-108/+7
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-05-015-108/+7
| |\ \ | | |/
| | * Fix #79528: Different object of the same xml between 7.4.5 and 7.4.4Christoph M. Becker2020-05-015-108/+7
| | * Updated to version 2020.1 (2020a)Derick Rethans2020-04-241-792/+830
| | * Add additional preg_match test caseGraham Campbell2020-04-231-0/+35
* | | Avoid spurious failures of MySQL INSERT packet overflow testAlex Dowad2020-05-011-13/+14
* | | Try to make regression test for Bug #69900 consistentAlex Dowad2020-05-011-3/+3
* | | Fix other typos in param name/code commentsTyson Andre2020-05-014-6/+6
* | | Better handling of IS_UNDEF variablesDmitry Stogov2020-04-301-34/+35
* | | Replace ZEND_ASSERT() by conditional compilation abort.Dmitry Stogov2020-04-303-7/+42
* | | Use ascii lowercase if locale is default CXinchen Hui2020-04-301-18/+22
* | | Do not inherit LC_CTYPE locale from environmentNikita Popov2020-04-304-1/+3
* | | Revert "Insert one more debug output"Nikita Popov2020-04-301-1/+0
* | | Completely remove disabled functions from function tableNikita Popov2020-04-3011-49/+43
* | | remove deprecated call and deprecate function to be removed in libenchant v2Remi Collet2020-04-3011-31/+74
* | | Code tweaks: Remove unneeded semicolonsAlex Dowad2020-04-294-5/+5
* | | Treat invalid characters in basename() consistentlyNikita Popov2020-04-292-7/+10