summaryrefslogtreecommitdiff
path: root/ext/spl
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #60240 (invalid read/writes when unserializing specially crafted st...Michael Wallner2011-12-022-5/+8
* fix bug #60082 (Crash in ArrayObject() when using recursive references)Antony Dovgal2011-11-181-1/+10
* functor? Where did that come from?Rasmus Lerdorf2011-11-141-1/+1
* Adjusting error messagesLars Strojny2011-11-141-1/+1
* - Fixed bug #60261 (phar dos null pointer)Felipe Pena2011-11-111-1/+4
* add 3rd parameter to arg info for splfileobject fgetcsv/setcsvcontrol (bug #6...Peter Cowburn2011-11-022-0/+31
* - Reverted changes that required constructor overrides to invoke the parentGustavo André dos Santos Lopes2011-10-299-367/+148
* Changed silent conversion of array to string to produce a notice. (Patrick)Stanislav Malyshev2011-10-216-1/+23
* - Fixed bug #60042 (spl_autoload_call may manipulate a dangling pointer)Felipe Pena2011-10-121-0/+1
* Fixed bug #55807 (Wrong value for splFileObject::SKIP_EMPTY)Hannes Magnusson2011-09-301-1/+1
* Use the default stream context for FilesystemIterator, GlobIterator and (Recu...Hannes Magnusson2011-09-301-1/+1
* Test for non-string replacement, bug#54304Hannes Magnusson2011-09-121-0/+26
* Allow replacement to be any scalar valueHannes Magnusson2011-09-121-1/+11
* - nuke unused varPierre Joye2011-09-091-1/+0
* - improve r316420, function must return a valuePierre Joye2011-09-091-1/+1
* - improve r316420 (SplFileObject cannot and should not accept directories)Pierre Joye2011-09-081-10/+0
* MFH: adapt check for __construct bypassEtienne Kneuss2011-09-081-0/+1
* - improve r316420 (SplFileObject cannot and should not accept directories)Pierre Joye2011-09-082-9/+20
* - force LFPierre Joye2011-09-084-4/+4
* SplFileObject does not accept directories. It did not check for that and blin...Etienne Kneuss2011-09-084-27/+35
* Fix cleanup routinesHannes Magnusson2011-09-073-5/+6
* fix skipif descriptionXinchen Hui2011-09-071-1/+1
* - use a more portable name for the filenamePierre Joye2011-09-061-1/+1
* - use something we know it exists...Pierre Joye2011-09-061-2/+2
* - skip on win, name.. name. are not valid namesPierre Joye2011-09-061-0/+6
* Add skipifs for bug#54971 (patch by datibbaw@)Hannes Magnusson2011-08-301-0/+4
* Fix CID 593 Mark the missing break by an explicit comment, we DO intend to fa...Etienne Kneuss2011-08-121-1/+2
* Fix CID 538/539, explicitely check for something that should never occurEtienne Kneuss2011-08-121-4/+10
* Fix CID 547, make static analyzer happyEtienne Kneuss2011-08-121-1/+3
* Fix CID 1211, unused intern variableEtienne Kneuss2011-08-121-3/+0
* Sizeof mismatchXinchen Hui2011-08-081-1/+1
* Wrong sizeofXinchen Hui2011-08-081-1/+1
* added (recursive)callbackfilteriterator to spl_classes() (bug #55287)Peter Cowburn2011-07-272-0/+4
* - use cwd_expand nowPierre Joye2011-07-261-4/+1
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-256-36/+36
* Added forgotten tests cases for class_uses() from commit rev. 313640Stefan Marr2011-07-245-0/+629
* Added missing class_uses(..) function to SPL to mirror class_implements(..).Stefan Marr2011-07-234-0/+50
* Delete empty test files (old MQ tests)Pierrick Charron2011-07-221-0/+0
* - remove magic quotes support, functions are kept (see the NEWS entry for the...Pierre Joye2011-07-221-22/+0
* - remove magic quotes support, functions are kept (see the NEWS entry for the...Pierre Joye2011-07-222-19/+1
* Fix crashEtienne Kneuss2011-07-121-2/+2
* Fix #48860 Implement Serialization for DLLEtienne Kneuss2011-07-122-1/+184
* Fixed bug #54971 (Wrong result when using iterator_to_array with use_keys on ...Pierrick Charron2011-06-282-0/+47
* fixed temp directory names in spl testsKnut Urdalen2011-06-252-4/+4
* fixed/refactored some spl tests related to owner/group retrievalKnut Urdalen2011-06-254-71/+56
* - Drop C++ style commentsFelipe Pena2011-06-101-1/+1
* - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-061-1/+1
* - Possible fix for bug #54609 (Certain implementation(s) of SplFixedArray cau...Felipe Pena2011-06-051-4/+1
* - Fixed bug #54970 (SplFixedArray::setSize() isn't resizing)Felipe Pena2011-06-022-0/+40
* Fixed bug #54323 (Accessing unset()'ed ArrayObject's property causes crash)Dmitry Stogov2011-04-072-1/+52