summaryrefslogtreecommitdiff
path: root/ext/spl/spl_engine.c
Commit message (Collapse)AuthorAgeFilesLines
* Use zend_dval_to_lval() in spl_offset_convert_to_long()Nikita Popov2020-08-271-1/+1
| | | | Avoid fptoi UB and use the standard PHP conversion behavior.
* Cleanup SPL instantiation codeNikita Popov2020-07-231-7/+0
|
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
| | | | Closes GH-4732.
* Remove local variablesPeter Kokot2019-02-031-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch removes the so called local variables defined per file basis for certain editors to properly show tab width, and similar settings. These are mainly used by Vim and Emacs editors yet with recent changes the once working definitions don't work anymore in Vim without custom plugins or additional configuration. Neither are these settings synced across the PHP code base. A simpler and better approach is EditorConfig and fixing code using some code style fixing tools in the future instead. This patch also removes the so called modelines for Vim. Modelines allow Vim editor specifically to set some editor configuration such as syntax highlighting, indentation style and tab width to be set in the first line or the last 5 lines per file basis. Since the php test files have syntax highlighting already set in most editors properly and EditorConfig takes care of the indentation settings, this patch removes these as well for the Vim 6.0 and newer versions. With the removal of local variables for certain editors such as Emacs and Vim, the footer is also probably not needed anymore when creating extensions using ext_skel.php script. Additionally, Vim modelines for setting php syntax and some editor settings has been removed from some *.phpt files. All these are mostly not relevant for phpt files neither work properly in the middle of the file.
* 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
|\ | | | | | | | | * 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
|