summaryrefslogtreecommitdiff
path: root/ext/spl/spl_iterators.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #68816 - pointer to local outside of scopeStanislav Malyshev2015-01-141-1/+2
* trailing whitespace removalStanislav Malyshev2015-01-101-128/+128
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-326/+326
* fix datatype mismatchesAnatol Belski2014-10-291-6/+9
* Merge branch 'PHP-5.6'Tjerk Meesters2014-10-141-7/+36
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Tjerk Meesters2014-10-141-5/+52
| |\
| | * Fixed bug #68128Tjerk Meesters2014-10-141-5/+52
* | | Remove zend_get_class_entry functionNikita Popov2014-10-091-1/+1
* | | Move smart_str implementation into Zend/Nikita Popov2014-09-211-1/+1
* | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | | Avoid double IS_INTERNED() checkDmitry Stogov2014-09-191-1/+1
* | | first show to make 's' work with size_tAnatol Belski2014-08-271-2/+2
* | | master renames phase 1Anatol Belski2014-08-251-92/+92
* | | mostly fixes to spl, but also some otherAnatol Belski2014-08-171-34/+34
* | | fix macros in the 5 basic extensionsAnatol Belski2014-08-161-57/+57
* | | cleanupDmitry Stogov2014-08-131-7/+1
* | | Merge branch 'master' into phpngDmitry Stogov2014-08-121-1/+1
|\ \ \
| * \ \ Merge branch 'PHP-5.6'Xinchen Hui2014-08-111-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2014-08-111-1/+1
| | |\ \ | | | |/
| | | * Fixed bug #67813 (CachingIterator::__construct InvalidArgumentException wrong...Xinchen Hui2014-08-111-1/+1
* | | | update zend_make_printable_zval to take TSRM contextkrakjoe2014-08-111-3/+3
* | | | Merge branch 'master' into phpngDmitry Stogov2014-08-041-17/+92
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.6'Stanislav Malyshev2014-07-261-16/+82
| |\ \ \ | | |/ /
| | * | Fix SPL objects initialization checksStanislav Malyshev2014-07-261-16/+82
* | | | Changed zend_make_printable_zval() to return "use_copy" instead of additional...Dmitry Stogov2014-07-091-5/+3
* | | | Fixed add_refXinchen Hui2014-06-281-1/+1
* | | | Merge branch 'master' into phpngXinchen Hui2014-06-011-0/+2
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.6'Xinchen Hui2014-06-011-0/+2
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2014-06-011-0/+2
| | |\ \ | | | |/
| | | * Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2014-06-011-0/+2
| | | |\
| | | | * Fixed bug #67359 (Segfault in recursiveDirectoryIterator)Xinchen Hui2014-06-011-0/+2
| | | | * Bump yearXinchen Hui2014-01-031-1/+1
* | | | | Make they are in the same style of Z_ISREFXinchen Hui2014-05-031-4/+4
* | | | | Split IS_BOOL into IS_FALSE and IS_TRUEDmitry Stogov2014-04-301-3/+3
* | | | | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'PHP-5.6'Etienne Kneuss2014-04-091-1/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'PHP-5.5' into PHP-5.6Etienne Kneuss2014-04-091-1/+2
| | |\ \ \ | | | |/ /
| | | * | fixed bug66702 : regexiterator's invert flag doesn't work as expectedJoshua Thijssen2014-04-091-1/+2
| | | * | Bump yearXinchen Hui2014-01-031-1/+1
* | | | | Moved zend_literal->cache_slot right into zval.Dmitry Stogov2014-04-171-2/+2
* | | | | Fixed memory leaksDmitry Stogov2014-04-161-1/+1
* | | | | Fix ZTS buildNikita Popov2014-04-091-2/+2
* | | | | Temporary refcounting fixDmitry Stogov2014-04-101-7/+7
* | | | | Fixed destruction of objects and iterators on unclean request shutdown and GC...Dmitry Stogov2014-04-091-8/+3
* | | | | Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), ...Dmitry Stogov2014-04-031-2/+2
* | | | | Changed data layout to allow more efficient operationsDmitry Stogov2014-04-021-1/+1
* | | | | Refactored data structures to keep zend_object* instead of a whole zval in so...Dmitry Stogov2014-03-281-18/+17
* | | | | Fixed wrong assignmentDmitry Stogov2014-03-221-1/+1
* | | | | Fixed refcountingDmitry Stogov2014-03-221-2/+2
* | | | | Fixed refcountingDmitry Stogov2014-03-221-1/+1