summaryrefslogtreecommitdiff
path: root/ext/spl
Commit message (Expand)AuthorAgeFilesLines
* Fix arginfoHannes Magnusson2008-11-301-0/+1
* MFH: Fix protoHannes Magnusson2008-11-301-1/+1
* Fixed bug #46409 (__invoke method called outside of object context when using...Dmitry Stogov2008-11-272-10/+10
* - MFHDavid Coallier2008-11-223-10/+11
* CSArnaud Le Blanc2008-11-191-2/+2
* Improved ArrayObject performance (made spl_hash_verify_pos() an O(1)Arnaud Le Blanc2008-11-191-32/+72
* MFH: Fix #46241 (stacked error_handlers, error_handling in general)Etienne Kneuss2008-11-194-17/+79
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-178-92/+1
* MFH: Fix #46421 (Take care about /)Etienne Kneuss2008-11-061-4/+4
* MFH: Fix #45976 (Move SXE from SPL to SimpleXML)Etienne Kneuss2008-11-0612-710/+3
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-028-1/+92
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-248-92/+1
* initialize optional varsArnaud Le Blanc2008-10-212-6/+6
* Fix #46317 (Iterator class not properly checked)Etienne Kneuss2008-10-193-22/+6
* MFH: fix memleakAntony Dovgal2008-10-171-0/+2
* Replacing explicit object ID with %dZoe Slattery2008-10-171-4/+4
* Committing for Robin FernandesZoe Slattery2008-10-1742-0/+3693
* Fix #46222 (Allow indirect modifications of Arrays inside ArrayObject + fix E...Etienne Kneuss2008-10-052-6/+47
* MFH: Fix #46192 (Serialization of ArrayObject with objects as storage)Etienne Kneuss2008-09-292-1/+41
* - MFH: Fixed bug #46160 (SPL - Memory leak when exception is throwed in offse...Felipe Pena2008-09-232-0/+16
* - New testFelipe Pena2008-09-221-0/+11
* - MFH: Fixed bug #46088 (RegexIterator::accept - segfault)Felipe Pena2008-09-221-1/+5
* Fixed bug #46115 (Memory leak when calling a method using Reflection)Dmitry Stogov2008-09-192-2/+17
* MFH: Fix #45656 (new Class silenting exceptions in autoloaders)Etienne Kneuss2008-09-151-0/+12
* MFH: Fixed #46053 (SplFileObject::seek - Endless loop)Arnaud Le Blanc2008-09-112-1/+15
* MFH: Fixed #46051 (SplFileInfo::openFile - memory overlap)Arnaud Le Blanc2008-09-112-0/+15
* MFH: Fixed bug #46031 (Segfault in AppendIterator::next)Arnaud Le Blanc2008-09-092-0/+12
* no zstr in 5_3Rob Richards2008-08-251-2/+2
* MFHJani Taskinen2008-08-251-24/+22
* MFH: Fix #45826 (Custom serialization)Etienne Kneuss2008-08-252-55/+262
* - Add new testMarcus Boerger2008-08-241-0/+34
* - Remove crapJani Taskinen2008-08-151-1/+1
* MFHJani Taskinen2008-08-141-1/+1
* MFHJani Taskinen2008-08-141-1/+3
* - MFH Improve exception linkingMarcus Boerger2008-08-141-8/+2
* - MFH EXPECT rather than EXPECTFMarcus Boerger2008-08-111-1/+1
* MFH: Fix error_handling usage in various extensionsEtienne Kneuss2008-08-084-78/+30
* MFH: Test the catching of chains of exceptionsEtienne Kneuss2008-08-081-2/+13
* Improve ArrayObject::exchangeArray() behaviour with objects and CoW reference...Robin Fernandes2008-08-043-65/+185
* MFH: Fix clone + add testsEtienne Kneuss2008-08-033-0/+40
* MFH: Remove cast and fix mem errorsEtienne Kneuss2008-08-031-2/+3
* - MFH: Added parameter TSRMLS_DC in zend_is_callable()Felipe Pena2008-08-021-1/+1
* Fixed memory leakDmitry Stogov2008-07-291-2/+7
* Removed warningDmitry Stogov2008-07-291-1/+6
* MFH: Increase coverage a bitEtienne Kneuss2008-07-281-0/+12
* Fixed is_callable/call_user_func mess that had done different things for very...Dmitry Stogov2008-07-262-5/+5
* MFH: Fix bug #45622 (isset($arrayObject->p) misbehaves with ArrayObject::ARRA...Arnaud Le Blanc2008-07-262-6/+56
* Fixed uninitialised dataDmitry Stogov2008-07-251-0/+1
* MFH: Fixed bug #45614 (ArrayIterator::current(), ::key() can show 1st private...Arnaud Le Blanc2008-07-242-6/+62
* LSB parent/self forwardingDmitry Stogov2008-07-241-2/+11