summaryrefslogtreecommitdiff
path: root/ext/spl
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-5.3' into PHP-5.4Etienne Kneuss2013-03-161-1/+1
|\ | | | | | | | | * PHP-5.3: Remove spurious int cast in between two longs
| * Remove spurious int cast in between two longsEtienne Kneuss2013-03-161-1/+1
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Stanislav Malyshev2013-02-262-1/+23
|\ \ | |/ | | | | | | * PHP-5.3: Bug #52861: unset fails with ArrayObject and deep arrays
| * Bug #52861: unset fails with ArrayObject and deep arraysMike Willbanks2013-02-262-1/+23
| | | | | | | | When checking to make into a reference write, readwrite are checked but not unset
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2013-02-242-10/+44
|\ \ | |/ | | | | | | Conflicts: ext/spl/spl_fixedarray.c
| * Fixed bug #64264 (SPLFixedArray toArray problem)Xinchen Hui2013-02-242-11/+42
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2013-02-171-0/+25
|\ \ | |/
| * Fixed bug #64228 (RecursiveDirectoryIterator always assumes SKIP_DOTS)Xinchen Hui2013-02-172-1/+27
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Nikita Popov2013-01-303-2/+25
|\ \ | |/
| * Fixed bug #64106: Segfault on SplFixedArray[][x] = y when extendedNikita Popov2013-01-303-2/+25
| |
* | Merge branch 'bug64023' into PHP-5.4Gustavo Lopes2013-01-222-0/+24
|\ \ | |/ | | | | | | | | | | | | | | * bug64023: Fix bug #64023 (__toString() & SplFileInfo) Conflicts: Zend/zend_vm_def.h Zend/zend_vm_execute.h
| * Fix bug #64023 (__toString() & SplFileInfo)Gustavo Lopes2013-01-222-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | Defining a __toString() method was having no effect when concatenating the object. This was because the cast_object() handler would ignore __toString(). Using echo() directly would actually use __toString(), but this was a bug: the ECHO handler would try zend_std_cast_object_tostring() before cast_object(), but cast_object() should have priority as zend_std_cast_object_tostring() assumes an object with a zend_class_entry.
| * Happy New Year~Xinchen Hui2013-01-0122-22/+22
| |
* | Revert "Apply the fputcsv test fix to SplFileObject_fputcsv.phpt. Mea culpa."Adam Harvey2013-01-151-5/+5
| | | | | | | | This reverts commit 0510701474e8d99b5b30139b5599e44f9b555a5a.
* | Apply the fputcsv test fix to SplFileObject_fputcsv.phpt. Mea culpa.Adam Harvey2013-01-151-5/+5
| |
* | Happy New YearXinchen Hui2013-01-0122-22/+22
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-12-131-1/+1
|\ \ | |/
| * MFHXinchen Hui2012-12-131-1/+1
| |
* | Use get_gc instead of hacks of get_propertiesDmitry Stogov2012-12-051-12/+5
| |
* | Fixed bug #63680 (Memleak in splfixedarray with cycle reference)Dmitry Stogov2012-12-052-1/+35
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-1040-0/+0
|\ \ | |/
| * Remove executable permission on incXinchen Hui2012-10-1040-0/+0
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-10140-0/+0
|\ \ | |/
| * Remove executable permission on phptXinchen Hui2012-10-10141-0/+0
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-0916-0/+0
|\ \ | |/
| * Fixed bug #63236 (Executable permission on various source files)Xinchen Hui2012-10-0916-0/+0
| |
* | Fixed bug #63184 test ↵Xinchen Hui2012-10-011-1/+1
| | | | | | | | (ext/spl/tests/RecursiveDirectoryIterator_getSubPathname_basic.phpt failed)
* | Fix testXinchen Hui2012-10-011-2/+0
| |
* | Remove meaningless md5 string && Attempt to fix #63184Xinchen Hui2012-09-292-31/+29
| |
* | fix unix/win dir separatorsAnatoliy Belsky2012-09-272-11/+11
| |
* | Merging PR #116Lars Strojny2012-09-182-0/+110
| |
* | Remove extra blank in notice message, should act as same as vmXinchen Hui2012-09-0118-56/+56
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-09-012-37/+87
|\ \ | |/ | | | | | | Conflicts: ext/spl/spl_array.c
| * Fixed bug #62987 (Assigning to ArrayObject[null][something] overrides all ↵Xinchen Hui2012-09-012-32/+88
| | | | | | | | | | | | undefined variables) The get_zval_ptr_ptr of spl_array handler should act as same as the vm's
| * Fixed bug #62904 (Crash when cloning an object which inherits SplFixedArray)Xinchen Hui2012-08-232-4/+27
| |
* | Fixed bug #62904 (Crash when cloning an object which inherits SplFixedArray)Xinchen Hui2012-08-232-4/+27
| |
* | Implemented FR #62840 (Add sort flag to ArrayObject::ksort)Xinchen Hui2012-08-213-22/+70
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Felipe Pena2012-08-191-1/+0
|\ \ | |/ | | | | | | * PHP-5.3: - Value stored to var is never used
| * - Value stored to var is never usedFelipe Pena2012-08-191-1/+0
| |
| * missed the test scriptXinchen Hui2012-07-211-0/+15
| |
| * Fixed bug #62616 (ArrayIterator::count() from IteratorIterator instance ↵Xinchen Hui2012-07-211-0/+2
| | | | | | | | gives Segmentation fault)
* | more test script for #62328Xinchen Hui2012-08-131-0/+24
| |
* | Fixed bug #62616 (ArrayIterator::count() from IteratorIterator instance ↵Xinchen Hui2012-07-212-0/+17
| | | | | | | | gives Segmentation fault)
* | Fixed bug #61527 (Recursive/ArrayIterator gives misleading notice when array ↵Stanislav Malyshev2012-07-142-55/+126
| | | | | | | | empty or moved to the end)
* | removed unneccesary arrat and ini settingsdonnut2012-07-1411-31/+0
| |
* | addition SplFileObject testsdonnut2012-07-1416-0/+323
| |
* | new tests from PHP TestFest June 2012donnut2012-07-1416-0/+359
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-07-124-45/+2
|\ \ | |/ | | | | | | * PHP-5.3: reverted changes for #62477
| * reverted changes for #62477Anatoliy Belsky2012-07-124-45/+2
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-07-114-2/+45
|\ \ | |/ | | | | | | * PHP-5.3: Fixed bug #62477 LimitIterator int overflow