summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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
* | | 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
* | | 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
* | | Remove the deprecated is_real() functionMáté Kocsis2020-05-014-162/+14
* | | Try to make regression test for Bug #69900 consistentAlex Dowad2020-05-011-3/+3
* | | Use ascii lowercase if locale is default CXinchen Hui2020-04-301-18/+22
* | | Do not inherit LC_CTYPE locale from environmentNikita Popov2020-04-303-1/+0
* | | Treat invalid characters in basename() consistentlyNikita Popov2020-04-292-7/+10
* | | Clean up naming in basename() implementationNikita Popov2020-04-291-30/+24
* | | Remove dead codeNikita Popov2020-04-291-42/+38
* | | Revert "Merge branch 'sse2_strtolower' of https://github.com/laruence/php-src"Nikita Popov2020-04-291-22/+18
* | | Enclose contents of CLEAN sections in PHP tagsChristoph M. Becker2020-04-292-6/+5
* | | Merge branch 'sse2_strtolower' of https://github.com/laruence/php-srcXinchen Hui2020-04-291-18/+22
|\ \ \
| * | | Use ascii lowercase if locale is default CXinchen Hui2020-04-281-18/+22
* | | | Fix ifunc resolver return type warningNikita Popov2020-04-281-2/+5
* | | | Fixed bug #79526 (`__sleep` error message doesn't include the name of the class)Xinchen Hui2020-04-282-2/+38
* | | | Merge branch 'filesize/value-errors' of https://github.com/carusogabriel/php-srcXinchen Hui2020-04-281-37/+23
|\ \ \ \
| * | | | Reduce code duplication using for loopGabriel Caruso2020-04-271-37/+23
| |/ / /
* | | | Use EXPECT instead of EXPECTF when possible EXPECTF logic in run tests is co...Gabriel Caruso2020-04-2787-78/+78
|/ / /
* | | Fix #36365: scandir duplicates file name at every 65535th fileChristoph M. Becker2020-04-241-0/+27
* | | Add get_debug_type() functionYour Name2020-04-234-0/+110
* | | Merge branch 'PHP-7.4'Nikita Popov2020-04-232-28/+14
|\ \ \ | |/ /
| * | Fix bug #79447Nicolas Grekas2020-04-232-28/+14
* | | Drop unnecessary stdint and inttypes header checksGeorge Peter Banyard2020-04-222-11/+3
* | | Skip non-existing properties returned by __sleep()Nicolas Grekas2020-04-224-14/+7
* | | Diagnose missing format specifier at end of stringNikita Popov2020-04-2210-28/+35
* | | Emit diagnostic on unknown printf specifierNikita Popov2020-04-2241-1068/+255
* | | Remove some redundant sprintf variation testsNikita Popov2020-04-2245-8289/+0
* | | printf: Unify error caseNikita Popov2020-04-221-10/+9
* | | printf: Report error if missing padding characterNikita Popov2020-04-222-6/+16
* | | Remove redundant vfprintf/vsprintf variation testsNikita Popov2020-04-2154-4993/+0
* | | Fix number of required parameters in printfNikita Popov2020-04-212-5/+12
* | | Fix #71417: fread() does not report zlib.inflate errorsChristoph M. Becker2020-04-201-0/+4
* | | Remove support for EBCDICNikita Popov2020-04-201-30/+0
* | | Improve a last couple of argument error messagesMáté Kocsis2020-04-2030-85/+85
* | | Merge branch 'PHP-7.4'Nikita Popov2020-04-201-2/+1
|\ \ \ | |/ /
| * | Fix file name clash in touch_variation1.phptNikita Popov2020-04-201-2/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2020-04-201-1/+3
|\ \ \ | |/ /
| * | Fix bug #67369 ArrayObject serializatino drops the iterator classAlex Dowad2020-04-201-1/+3