| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed bug #60240 (invalid read/writes when unserializing specially crafted st... | Michael Wallner | 2011-12-02 | 2 | -5/+8 |
* | fix bug #60082 (Crash in ArrayObject() when using recursive references) | Antony Dovgal | 2011-11-18 | 1 | -1/+10 |
* | functor? Where did that come from? | Rasmus Lerdorf | 2011-11-14 | 1 | -1/+1 |
* | Adjusting error messages | Lars Strojny | 2011-11-14 | 1 | -1/+1 |
* | - Fixed bug #60261 (phar dos null pointer) | Felipe Pena | 2011-11-11 | 1 | -1/+4 |
* | add 3rd parameter to arg info for splfileobject fgetcsv/setcsvcontrol (bug #6... | Peter Cowburn | 2011-11-02 | 2 | -0/+31 |
* | - Reverted changes that required constructor overrides to invoke the parent | Gustavo André dos Santos Lopes | 2011-10-29 | 9 | -367/+148 |
* | Changed silent conversion of array to string to produce a notice. (Patrick) | Stanislav Malyshev | 2011-10-21 | 6 | -1/+23 |
* | - Fixed bug #60042 (spl_autoload_call may manipulate a dangling pointer) | Felipe Pena | 2011-10-12 | 1 | -0/+1 |
* | Fixed bug #55807 (Wrong value for splFileObject::SKIP_EMPTY) | Hannes Magnusson | 2011-09-30 | 1 | -1/+1 |
* | Use the default stream context for FilesystemIterator, GlobIterator and (Recu... | Hannes Magnusson | 2011-09-30 | 1 | -1/+1 |
* | Test for non-string replacement, bug#54304 | Hannes Magnusson | 2011-09-12 | 1 | -0/+26 |
* | Allow replacement to be any scalar value | Hannes Magnusson | 2011-09-12 | 1 | -1/+11 |
* | - nuke unused var | Pierre Joye | 2011-09-09 | 1 | -1/+0 |
* | - improve r316420, function must return a value | Pierre Joye | 2011-09-09 | 1 | -1/+1 |
* | - improve r316420 (SplFileObject cannot and should not accept directories) | Pierre Joye | 2011-09-08 | 1 | -10/+0 |
* | MFH: adapt check for __construct bypass | Etienne Kneuss | 2011-09-08 | 1 | -0/+1 |
* | - improve r316420 (SplFileObject cannot and should not accept directories) | Pierre Joye | 2011-09-08 | 2 | -9/+20 |
* | - force LF | Pierre Joye | 2011-09-08 | 4 | -4/+4 |
* | SplFileObject does not accept directories. It did not check for that and blin... | Etienne Kneuss | 2011-09-08 | 4 | -27/+35 |
* | Fix cleanup routines | Hannes Magnusson | 2011-09-07 | 3 | -5/+6 |
* | fix skipif description | Xinchen Hui | 2011-09-07 | 1 | -1/+1 |
* | - use a more portable name for the filename | Pierre Joye | 2011-09-06 | 1 | -1/+1 |
* | - use something we know it exists... | Pierre Joye | 2011-09-06 | 1 | -2/+2 |
* | - skip on win, name.. name. are not valid names | Pierre Joye | 2011-09-06 | 1 | -0/+6 |
* | Add skipifs for bug#54971 (patch by datibbaw@) | Hannes Magnusson | 2011-08-30 | 1 | -0/+4 |
* | Fix CID 593 Mark the missing break by an explicit comment, we DO intend to fa... | Etienne Kneuss | 2011-08-12 | 1 | -1/+2 |
* | Fix CID 538/539, explicitely check for something that should never occur | Etienne Kneuss | 2011-08-12 | 1 | -4/+10 |
* | Fix CID 547, make static analyzer happy | Etienne Kneuss | 2011-08-12 | 1 | -1/+3 |
* | Fix CID 1211, unused intern variable | Etienne Kneuss | 2011-08-12 | 1 | -3/+0 |
* | Sizeof mismatch | Xinchen Hui | 2011-08-08 | 1 | -1/+1 |
* | Wrong sizeof | Xinchen Hui | 2011-08-08 | 1 | -1/+1 |
* | added (recursive)callbackfilteriterator to spl_classes() (bug #55287) | Peter Cowburn | 2011-07-27 | 2 | -0/+4 |
* | - use cwd_expand now | Pierre Joye | 2011-07-26 | 1 | -4/+1 |
* | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 6 | -36/+36 |
* | Added forgotten tests cases for class_uses() from commit rev. 313640 | Stefan Marr | 2011-07-24 | 5 | -0/+629 |
* | Added missing class_uses(..) function to SPL to mirror class_implements(..). | Stefan Marr | 2011-07-23 | 4 | -0/+50 |
* | Delete empty test files (old MQ tests) | Pierrick Charron | 2011-07-22 | 1 | -0/+0 |
* | - remove magic quotes support, functions are kept (see the NEWS entry for the... | Pierre Joye | 2011-07-22 | 1 | -22/+0 |
* | - remove magic quotes support, functions are kept (see the NEWS entry for the... | Pierre Joye | 2011-07-22 | 2 | -19/+1 |
* | Fix crash | Etienne Kneuss | 2011-07-12 | 1 | -2/+2 |
* | Fix #48860 Implement Serialization for DLL | Etienne Kneuss | 2011-07-12 | 2 | -1/+184 |
* | Fixed bug #54971 (Wrong result when using iterator_to_array with use_keys on ... | Pierrick Charron | 2011-06-28 | 2 | -0/+47 |
* | fixed temp directory names in spl tests | Knut Urdalen | 2011-06-25 | 2 | -4/+4 |
* | fixed/refactored some spl tests related to owner/group retrieval | Knut Urdalen | 2011-06-25 | 4 | -71/+56 |
* | - Drop C++ style comments | Felipe Pena | 2011-06-10 | 1 | -1/+1 |
* | - Added new parameter parsing option (p - for valid path (string without null... | Felipe Pena | 2011-06-06 | 1 | -1/+1 |
* | - Possible fix for bug #54609 (Certain implementation(s) of SplFixedArray cau... | Felipe Pena | 2011-06-05 | 1 | -4/+1 |
* | - Fixed bug #54970 (SplFixedArray::setSize() isn't resizing) | Felipe Pena | 2011-06-02 | 2 | -0/+40 |
* | Fixed bug #54323 (Accessing unset()'ed ArrayObject's property causes crash) | Dmitry Stogov | 2011-04-07 | 2 | -1/+52 |