summaryrefslogtreecommitdiff
path: root/ext/spl
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4'Nikita Popov2019-06-191-3/+7
|\
| * Fix various instances of memcpy null ubNikita Popov2019-06-191-2/+6
| * Remove copy argument from php_glob_stream_get_path/patternNikita Popov2019-06-191-1/+1
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-172-4/+4
|\ \ | |/
| * Fix file conflicts in SplFileObject fputcsv testsNikita Popov2019-06-172-4/+4
* | Remove bogus quieting in AppendIterator::append()Nikita Popov2019-06-172-2/+2
* | Don't verify arginfo types for internal functionsNikita Popov2019-06-174-4/+4
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-111-12/+1
|\ \ | |/
| * Register class before fetching parentNikita Popov2019-06-111-12/+1
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-06-061-2/+2
|\ \ | |/
| * Cheaper checks for exceptions thrown from __toString()Dmitry Stogov2019-06-061-2/+2
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-053-22/+26
|\ \ | |/
| * Allow exceptions in __toString()Nikita Popov2019-06-053-22/+26
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-051-1/+2
|\ \ | |/
| * Avoid concurrent directory writes in FilesystemIterator testNikita Popov2019-06-051-1/+2
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-05-286-11/+19
|\ \ | |/
| * Replace ZVAL_COPY() and ZVAL_COPY_VALUE() for IS_OBJECT by cheaper macrosDmitry Stogov2019-05-286-11/+19
* | Merge branch 'PHP-7.4'Christoph M. Becker2019-05-274-16/+0
|\ \ | |/
| * Make more tests run on WindowsGabriel Caruso2019-05-274-16/+0
* | Merge branch 'PHP-7.4'Nikita Popov2019-05-226-17/+17
|\ \ | |/
| * Fixed some arg infos to match documentationJaroslav HanslĂ­k2019-05-226-17/+17
* | Merge branch 'PHP-7.4'Nikita Popov2019-05-141-1/+1
|\ \ | |/
| * Add RETURN_EMPTY_ARRAY() / RETVAL_EMPTY_ARRAY()Nikita Popov2019-05-141-1/+1
* | Merge branch 'PHP-7.4'Peter Kokot2019-05-121-5/+3
|\ \ | |/
| * Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-5/+3
* | Merge branch 'PHP-7.4'Peter Kokot2019-05-111-2/+1
|\ \ | |/
| * Fix comment to match the future zts configuration optionPeter Kokot2019-05-111-2/+1
* | Merge branch 'PHP-7.4'Peter Kokot2019-05-071-28/+28
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Peter Kokot2019-05-071-28/+28
| |\
| | * Convert CRLF line endings to LFPeter Kokot2019-05-071-28/+28
* | | Merge branch 'PHP-7.4'Peter Kokot2019-04-282-1/+25
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Peter Kokot2019-04-282-1/+25
| |\ \ | | |/
| | * Merge branch 'PHP-7.2' into PHP-7.3Peter Kokot2019-04-282-1/+25
| | |\
| | | * Fix #77024: SplFileObject::__toString() may return arrayCraig Duncan2019-04-282-1/+25
* | | | Merge branch 'PHP-7.4'Gabriel Caruso2019-04-191-1/+1
|\ \ \ \ | |/ / /
| * | | Fix typo in commentsFabien Villepinte2019-04-191-1/+1
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-04-161-0/+52
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-04-161-0/+52
| |\ \ \ | | |/ /
| | * | Fix second part of bug #77903Nikita Popov2019-04-161-4/+4
| | * | Partial fix for bug #77903Nikita Popov2019-04-161-0/+52
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-04-151-1/+2
|\ \ \ \ | |/ / /
| * | | Correctly destroy reference in ArrayObject sortNikita Popov2019-04-151-1/+2
* | | | Merge branch 'PHP-7.4'Gabriel Caruso2019-04-142-2/+0
|\ \ \ \ | |/ / /
| * | | Remove HAVE_* for always available extensionsGabriel Caruso2019-04-142-2/+0
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-04-111-1/+1
|\ \ \ \ | |/ / /
| * | | Fix error message in spl_autoload testNikita Popov2019-04-111-1/+1
* | | | Remove redundant $this args in SplObjectStorage implementationNikita Popov2019-04-101-23/+24
* | | | Merge branch 'PHP-7.4'Nikita Popov2019-04-1010-17/+390
|\ \ \ \ | |/ / /
| * | | Fix bug #77866: Port Serializable SPL classes to use __unserialize()Nikita Popov2019-04-1010-17/+390
* | | | Merge branch 'PHP-7.4'Peter Kokot2019-04-021-1/+4
|\ \ \ \ | |/ / /