summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* Use ZPP instead of custom type checksMáté Kocsis2020-09-049-181/+162
* Use the canonical order of types in array|string ZPP error messagesMáté Kocsis2020-09-045-5/+5
* Extract common flock codeGeorge Peter Banyard2020-09-042-17/+25
* Release call trampolines in zpp fccNikita Popov2020-09-042-14/+13
* Make gethostbyname() test more liberalNikita Popov2020-09-041-2/+2
* Warning to Error promotion in ext/standardGeorge Peter Banyard2020-09-039-48/+48
* Refactor parts of SPL Dir/SplFileObjectGeorge Peter Banyard2020-09-034-25/+31
* Merge branch 'PHP-7.4'Nikita Popov2020-09-0212-13/+33
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-09-0212-13/+33
| |\
| | * Fix binary-safety of parse_urlNikita Popov2020-09-0212-13/+33
* | | X86: Fast CRC32 computation using PCLMULQDQ instructionFrank Du2020-09-027-3/+444
* | | Fix trampoline leak in array_mapNikita Popov2020-08-312-0/+7
* | | Fix bug #80018: Tolerate var_dump() printing floats in exponential notation i...Jamie Liu2020-08-319-47/+47
* | | Improve type declarations for Zend APIsGeorge Peter Banyard2020-08-282-15/+5
* | | Promote incomplete class to modification to ErrorNikita Popov2020-08-284-39/+54
* | | Throw Error instead of E_ERROR when calling method on incomplete classNikita Popov2020-08-282-12/+19
* | | Remove unused BG(str_ebuf) globalNikita Popov2020-08-281-2/+1
* | | Export and reuse zend_is_valid_class_name APINikita Popov2020-08-281-7/+4
* | | Use zend_string when storing incomplete class nameNikita Popov2020-08-283-8/+7
* | | Store incomplete_class entry as normal globalNikita Popov2020-08-284-15/+11
* | | Merge branch 'PHP-7.4'Nikita Popov2020-08-272-0/+21
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-08-272-0/+21
| |\ \ | | |/
| | * Require non-negative length in stream_get_contents()Nikita Popov2020-08-272-0/+21
* | | Clean up strtok implementationNikita Popov2020-08-273-18/+23
* | | Drop various unused macros/APIsGeorge Peter Banyard2020-08-264-6/+6
* | | Merge branch 'PHP-7.4'Nikita Popov2020-08-261-1/+1
|\ \ \ | |/ /
| * | Fix file name clash in testNikita Popov2020-08-261-1/+1
* | | Drop a spurious zend_string_releaseNikita Popov2020-08-241-1/+0
* | | Clean up setlocale implementationNikita Popov2020-08-241-96/+92
* | | Remove php_my_setlocale workaroundNikita Popov2020-08-241-14/+3
* | | Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-08-242-1/+14
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-08-242-1/+14
| |\ \ | | |/
| | * Fix #79986: str_ireplace bug with diacritics charactersChristoph M. Becker2020-08-242-1/+14
* | | Fix more basic function stubsTyson Andre2020-08-182-8/+8
* | | Use ZPP callable check for Windows specific functionsGeorge Peter Banyard2020-08-132-5/+3
* | | Allow number_format to be only passed 3 argumentsGeorge Peter Banyard2020-08-133-24/+35
* | | Fix param name in PHPDocMáté Kocsis2020-08-132-2/+2
* | | Add all the missing parameter types to stubsMáté Kocsis2020-08-1310-60/+64
* | | Make strftime tests musl compatibleNikita Popov2020-08-132-7/+9
* | | Drop redundant arg count checkGeorge Peter Banyard2020-08-133-13/+5
* | | Rename standard array function parameters to $arrayTyson Andre2020-08-1143-1390/+1390
* | | Merge branch 'PHP-7.4'Nikita Popov2020-08-112-10/+16
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-08-112-10/+16
| |\ \ | | |/
| | * Fixed bug #79951Nikita Popov2020-08-112-10/+16
* | | Merge branch 'PHP-7.4'Nikita Popov2020-08-101-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-08-101-1/+1
| |\ \ | | |/
| | * Check the correct listNikita Popov2020-08-101-1/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2020-08-102-10/+14
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-08-102-10/+14
| |\ \ | | |/
| | * Fix bug #79944Nikita Popov2020-08-102-10/+14