summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* Fix test casesChristoph M. Becker2020-07-102-22/+2
* Merge branch 'PHP-7.4'Nikita Popov2020-07-101-5/+5
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-07-101-5/+5
| |\
| | * Fixed bug #79817Nikita Popov2020-07-101-5/+5
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-07-103-8/+9
|\ \ \ | |/ /
| * | Enable further ext/standard/tests/file tests on WindowsChristoph M. Becker2020-07-103-8/+9
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-07-1010-12/+9
|\ \ \ | |/ /
| * | Fix skip reasonsChristoph M. Becker2020-07-1010-12/+9
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-07-1013-68/+74
|\ \ \ | |/ /
| * | Enable symlink_link_linkinfo_is_link_* tests on WindowsChristoph M. Becker2020-07-1013-68/+74
* | | Implement match expressionIlija Tovilo2020-07-091-5/+5
* | | Use ZPP string|array union check in PCRE extensionGeorge Peter Banyard2020-07-091-2/+2
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-07-092-5/+5
|\ \ \ | |/ /
| * | Prevent parallel test conflictsChristoph M. Becker2020-07-092-5/+5
* | | Remove no_separation flagNikita Popov2020-07-071-8/+0
* | | Don't allow separation in array functionsNikita Popov2020-07-0711-146/+74
* | | Refactor levenshtein()George Peter Banyard2020-07-078-134/+163
* | | Remove proto comments from C filesMax Semenik2020-07-0657-1261/+630
* | | Avoid some unnecessary uses of no_separation=0Nikita Popov2020-07-063-5/+5
* | | display info about system used to build and its providerRemi Collet2020-07-061-0/+6
* | | Fix sapi_windows_vt100_support() arginfoChristoph M. Becker2020-07-062-3/+3
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-07-032-12/+12
|\ \ \ | |/ /
| * | Fix tests for x86 WindowsChristoph M. Becker2020-07-032-12/+12
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-07-031-0/+7
|\ \ \ | |/ /
| * | Skip test if SeCreateSymbolicLinkPrivilege is not givenChristoph M. Becker2020-07-031-0/+7
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-07-029-15/+323
|\ \ \ | |/ /
| * | Enable readlink_realpath_* tests on WindowsChristoph M. Becker2020-07-029-15/+374
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-07-0217-115/+61
|\ \ \ | |/ /
| * | Enable most lstat_stat_* tests on WindowsChristoph M. Becker2020-07-0217-115/+61
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-07-025-28/+14
|\ \ \ | |/ /
| * | Extract test helper function for SeCreateSymbolicLinkPrivilege checkChristoph M. Becker2020-07-025-28/+14
* | | Use correct ZPP mechanism in get_class_methods()codinghuang2020-07-022-29/+37
* | | Make HashContexts serializable.Eddie Kohler2020-06-302-0/+2
* | | Move __alignof__ support check into main configure.ac.Eddie Kohler2020-06-301-17/+0
* | | Add ZPP macros for class name or object parametersMáté Kocsis2020-06-301-57/+61
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-06-302-1/+16
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-06-302-1/+16
| |\ \ | | |/
| | * Fix #70362: Can't copy() large 'data://' with open_basedirChristoph M. Becker2020-06-302-1/+16
* | | Replace EXPECTF when possibleFabien Villepinte2020-06-2914-12/+12
* | | Drop non-well formed numeric strings from math function testsGeorge Peter Banyard2020-06-2817-180/+12
* | | Drop non-well formed numeric strings in array function testsGeorge Peter Banyard2020-06-282-14/+3
* | | Drop non-well formed numeric strings in strings function testsGeorge Peter Banyard2020-06-282-11/+1
* | | Cache __unserialize() instead of unserialize()Nikita Popov2020-06-262-21/+10
* | | Fix uninitialized reads in min/maxNikita Popov2020-06-261-6/+4
* | | Make sorting stableNikita Popov2020-06-2510-190/+358
* | | Fix {{{ comment to match function name for php_replace_controlchars_exAlex Dowad2020-06-241-1/+1
* | | Clean house in cryptographic hashing codeAlex Dowad2020-06-246-262/+6
* | | Fix typos in test cases for crypt_sha{256,512}Alex Dowad2020-06-242-4/+4
* | | Remove unnecessary PHPDoc-alike blocks from testsMáté Kocsis2020-06-241776-10206/+417
* | | Fix potential use-after-scope if crypt_r is usedNikita Popov2020-06-241-6/+4