summaryrefslogtreecommitdiff
path: root/ext/spl/spl_engine.c
Commit message (Expand)AuthorAgeFilesLines
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* Fixed bug #63236 (Executable permission on various source files)Xinchen Hui2012-10-091-0/+0
* Fix bug #60596: Code Cleanup Removing Superfluous If StatementNikita Popov2012-03-041-6/+3
* - Year++Felipe Pena2012-01-011-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: Implements C arrays wrapperEtienne Kneuss2008-06-061-0/+20
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-2/+2
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Fix Win32 compilation.Frank M. Kromann2006-03-141-1/+1
* - Fix issues with not/double calling of constructors of SPL iteratorsMarcus Boerger2006-03-051-14/+0
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* Update copyrightMarcus Boerger2004-01-081-1/+1
* Make these inlineMarcus Boerger2003-12-101-30/+0
* Major update:Marcus Boerger2003-11-091-174/+26
* Extensions that do opcode hooking must provide the removed functions/macrosMarcus Boerger2003-08-211-5/+4
* spl_call_method returns the zval* if usedMarcus Boerger2003-08-161-3/+14
* SimplifyMarcus Boerger2003-08-161-19/+19
* - Reduce number of c-functions/macros involved in function invocationMarcus Boerger2003-08-071-1/+6
* Switch to use zend_call_function() what shortens spl codeMarcus Boerger2003-08-071-149/+42
* Latest zend updatesMarcus Boerger2003-08-031-8/+3
* Update and remove parts no longer possibleMarcus Boerger2003-07-161-4/+6
* - Remove namespace leftoversMarcus Boerger2003-06-171-31/+35
* License updateMarcus Boerger2003-06-121-5/+5
* WS and removing unecessary thingsMarcus Boerger2003-06-111-11/+11
* Goodbye namespacesMarcus Boerger2003-06-041-2/+0
* Optimize interface checksMarcus Boerger2003-05-291-20/+13
* Optimizing by caching class entries, too.Marcus Boerger2003-05-241-16/+4
* Fixes and optimizationsMarcus Boerger2003-05-241-59/+163
* Interfaces only implement interfacesMarcus Boerger2003-05-021-8/+38
* Add spl extensionMarcus Boerger2003-05-011-0/+223