summaryrefslogtreecommitdiff
path: root/ext/spl/spl_engine.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
|
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * 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 ↵Xinchen Hui2015-11-041-0/+4
| | | | | | | | index)
* | 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
| | | | | Cleanup only, no function change. Patch by ircmaxell.
* - 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
| | | | | | | | | | - Fix issues with info-class/file-class in SPL directory handling classes - Add SimpleXMLElement::count() - Drop erroneous RecursiveDirectoryIterator::getSubPathInfo() - Drop dead code - Add tests - Update docu
* 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
| | | | | | | | | | - Remove all overloading hooks -> array_read/array_access must be rewritten - Remove all basic iterators - Remove all 'spl_' prefixing exposed to user level - Add RecursiveIterator, RecursiveIteratorIterator - Add DirectoryIterator, DirectoryTreeIterator - Add some examples
* Extensions that do opcode hooking must provide the removed functions/macrosMarcus Boerger2003-08-211-5/+4
| | | | | themselves now.
* 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
| | | | | - Unify names of remaining c-function/macro names
* 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
| | | | | | - Convert some static inline functions to macros - Faster was of function call parameter stack building
* 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
|