summaryrefslogtreecommitdiff
path: root/ext/spl/spl_engine.c
Commit message (Expand)AuthorAgeFilesLines
* Use zend_dval_to_lval() in spl_offset_convert_to_long()Nikita Popov2020-08-271-1/+1
* Cleanup SPL instantiation codeNikita Popov2020-07-231-7/+0
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* year++Xinchen Hui2018-01-021-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | Fixed bug #70853 (SplFixedArray throws exception when using ref variable as i...Xinchen Hui2015-11-041-0/+4
* | CleanupDmitry Stogov2015-09-251-2/+0
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-2/+2
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-1/+1
* | master renames phase 1Anatol Belski2014-08-251-5/+5
* | mostly fixes to spl, but also some otherAnatol Belski2014-08-171-2/+2
* | fix some cases with fast zppAnatol Belski2014-08-161-1/+1
* | fix macros in the 5 basic extensionsAnatol Belski2014-08-161-3/+3
* | Simplified and optimized ZEND_HANDLE_NUMERIC()Dmitry Stogov2014-06-031-1/+5
* | Split IS_BOOL into IS_FALSE and IS_TRUEDmitry Stogov2014-04-301-2/+6
* | Use better data structures (incomplete)Xinchen Hui2014-02-161-1/+1
* | Use better data structures (incomplete)Xinchen Hui2014-02-111-7/+4
|/
* 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