summaryrefslogtreecommitdiff
path: root/ext/spl
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.4' into PHP-5.5Ferenc Kovacs2013-11-064-12/+12
|\
| * fix many parallel test issuesptarjan2013-11-064-12/+12
| * Cleanup temp test fileChristopher Jones2013-11-061-0/+4
* | Fixed minor bug in test.Levi Morrison2013-09-121-1/+1
* | Fix bug #64782: SplFileObject constructor make $context optionalNikita Popov2013-09-122-1/+22
* | Merge branch 'PHP-5.4' into PHP-5.5Christopher Jones2013-08-142-2/+2
|\ \ | |/
| * Reduce (some) compile noise of 'unused variable' and 'may be used uninitializ...Christopher Jones2013-08-142-2/+2
* | fix compiler warning, use longs for hashesStanislav Malyshev2013-08-041-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-08-043-4/+4
|\ \ | |/
| * non living code related typo fixesVeres Lajos2013-08-043-4/+4
* | Merge commit 'e55f08a' into PHP-5.5Rasmus Lerdorf2013-08-021-0/+2
|\ \ | |/
| * This test will only work if gc is enabledRasmus Lerdorf2013-08-021-0/+2
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-07-252-1/+349
|\ \ | |/
| * Fixed bug #65328 (Segfault when getting SplStack object Value)Xinchen Hui2013-07-252-1/+349
* | Expand the ZEND_STRL macro to handle platforms where strncmp() is a macro.Adam Harvey2013-07-231-1/+1
* | Fix bug #61697 - spl_autoload_functions returns lambda functions incorrectlyStanislav Malyshev2013-07-212-4/+11
* | Added recursivetreeiterator::setPostfix() methodJoshua Thijssen2013-07-212-1/+111
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-07-151-2/+2
|\ \ | |/
| * fix invalid variable name at ext/spl/internal/multipleiterator.inc (key() met...sasezaki2013-07-151-1/+1
| * fix invalid variable name at ext/spl/internal/multipleiterator.inckazusuke sasezaki2013-07-151-1/+1
| * typo fixesVeres Lajos2013-07-157-7/+7
| * Add a __wakeup() method to SplFixedArray, thereby fixing serialising anAdam Harvey2013-06-282-0/+85
* | typo fixesVeres Lajos2013-07-157-7/+7
* | Cleanup temp test fileChristopher Jones2013-07-101-0/+4
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-06-271-6/+8
|\ \ | |/
| * Fixed bug #65136 (RecursiveDirectoryIterator segfault)Xinchen Hui2013-06-271-6/+8
* | Merge branch 'PHP-5.4' into PHP-5.5Felipe Pena2013-06-252-1/+32
|\ \ | |/
| * - Fixed bug #62672 (Error on serialize of ArrayObject) patch by: lior dot k a...Felipe Pena2013-06-252-1/+32
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-06-252-0/+17
|\ \ | |/
| * Fixed Bug #61828 (Memleak when calling Directory(Recursive)Iterator/Spl(Temp)...Xinchen Hui2013-06-252-0/+17
| * Merge branch 'pull-request/320'Stanislav Malyshev2013-06-172-8/+8
| * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-103-5/+5
* | Merge branch 'pull-request/320'Stanislav Malyshev2013-06-172-8/+8
* | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-103-5/+5
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-06-091-6/+13
|\ \ | |/
| * Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2013-06-091-6/+13
| |\
| | * Fixed bug #64997 (Segfault while using RecursiveIteratorIterator on 64-bits s...Xinchen Hui2013-06-091-6/+13
* | | fix memory leakXinchen Hui2013-03-211-1/+1
* | | fix C89 compatAnatol Belski2013-03-191-3/+3
* | | Fix #48358 add() method for SplDoublyLinkedLisMark Baker2013-03-196-4/+155
* | | Merge branch 'PHP-5.4' into PHP-5.5Etienne Kneuss2013-03-161-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Etienne Kneuss2013-03-161-1/+1
| |\ \ | | |/
| | * Remove spurious int cast in between two longsEtienne Kneuss2013-03-161-1/+1
* | | Fixed test after nick previous fixXinchen Hui2013-03-161-1/+1
* | | Forgot to remove some now unused variablesNikita Popov2013-03-121-3/+0
* | | Add support for non-scalar Iterator keys in foreachNikita Popov2013-03-129-173/+113
* | | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-02-262-1/+23
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Stanislav Malyshev2013-02-262-1/+23
| |\ \ | | |/
| | * Bug #52861: unset fails with ArrayObject and deep arraysMike Willbanks2013-02-262-1/+23
* | | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-02-242-10/+44
|\ \ \ | |/ /