summaryrefslogtreecommitdiff
path: root/ext/spl/spl_dllist.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Fixed compilation warningsDmitry Stogov2016-06-221-1/+2
* Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-1/+1
* Fix bug #71735: Double-free in SplDoublyLinkedList::offsetSetStanislav Malyshev2016-03-201-1/+0
* Useless check (part of #71753)Xinchen Hui2016-03-101-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
* | Merge branch 'PHP-5.6'Stanislav Malyshev2015-09-021-0/+1
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-09-011-0/+1
| |\
| | * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-09-011-0/+1
| | |\
| | | * Fix bug #70366 - use-after-free vulnerability in unserialize() with SplDoubly...Stanislav Malyshev2015-09-011-0/+1
| * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-08-041-12/+13
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-08-041-12/+13
| | |\ \ | | | |/
| | | * Fixed bug #70169 (Use After Free Vulnerability in unserialize() with SplDoubl...Stanislav Malyshev2015-08-011-12/+13
| | | * Fixed Bug #67538 (SPL Iterators use-after-free)Xinchen Hui2014-07-241-2/+5
| | | * Bump yearXinchen Hui2014-01-031-1/+1
| | * | Bump yearXinchen Hui2015-01-151-1/+1
| * | | bump yearXinchen Hui2015-01-151-1/+1
* | | | fix mergeStanislav Malyshev2015-08-041-12/+7
* | | | Get rid of ZVAL_ZVAL() macro usages. Replace them with more clear and optimal...Dmitry Stogov2015-07-011-5/+12
* | | | Fix more proto commentsRasmus Lerdorf2015-06-231-8/+8
* | | | Implement GC for spl dllNikita Popov2015-04-161-0/+29
* | | | Use object apply count in var_dump / print_rNikita Popov2015-04-151-36/+24
* | | | Use specialized macro for string zval creationDmitry Stogov2015-03-121-1/+1
* | | | Move zend_object->guards into additional slot of zend_object->properties_tabl...Dmitry Stogov2015-02-041-1/+1
* | | | bump yearXinchen Hui2015-01-151-1/+1
* | | | trailing whitespace removalStanislav Malyshev2015-01-101-14/+14
* | | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-98/+98
* | | | fix datatype mismatch warningAnatol Belski2014-10-291-1/+1
* | | | Remove retval member in spl_dllistNikita Popov2014-10-121-6/+2
* | | | Move smart_str implementation into Zend/Nikita Popov2014-09-211-1/+1
* | | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | | | reduce the struct size by 8 byte on 64 bitAnatol Belski2014-09-171-1/+1
* | | | first show to make 's' work with size_tAnatol Belski2014-08-271-1/+1
* | | | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-6/+6
* | | | master renames phase 1Anatol Belski2014-08-251-30/+30
* | | | more fixes to ext/splAnatol Belski2014-08-201-1/+1
* | | | mostly fixes to spl, but also some otherAnatol Belski2014-08-171-14/+14
* | | | fix macros in the 5 basic extensionsAnatol Belski2014-08-161-20/+20
* | | | Merge branch 'master' into testDmitry Stogov2014-07-071-2/+4
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Xinchen Hui2014-07-021-2/+5
| |\ \ \ | | |/ /
| | * | Fixed Bug #67538 (SPL Iterators use-after-free)Xinchen Hui2014-07-021-2/+5
| | * | Bump yearXinchen Hui2014-01-031-1/+1
* | | | Merge branch 'master' into phpngDmitry Stogov2014-06-181-1/+0
|\ \ \ \ | |/ / /
| * | | Fix Request #67453 Allow to unserialize empty data.Remi Collet2014-06-171-1/+0
* | | | Use reference counting instead of zval duplicationDmitry Stogov2014-06-051-5/+0
* | | | Make they are in the same style of Z_ISREFXinchen Hui2014-05-031-8/+8
* | | | Fixed compilation warningsDmitry Stogov2014-04-221-2/+2
* | | | Combine HashTable.flags and HashTable.nApplyCount into single 32-bit wordDmitry Stogov2014-04-211-1/+1
* | | | Fixed memory leakDmitry Stogov2014-04-151-3/+3