summaryrefslogtreecommitdiff
path: root/ext/spl/spl_fixedarray.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Get rid of ZVAL_ZVAL() macro usages. Replace them with more clear and optimal...Dmitry Stogov2015-07-011-4/+8
* | Remove unnecessary retval members in SPLNikita Popov2015-04-151-15/+9
* | Always throw TypeException on throwing zpp failuresNikita Popov2015-04-061-8/+1
* | Fixed indentation. Fixed comment style. Fixed commented out code.Danack2015-03-161-4/+4
* | Fixed SplFixedArray and tests.Danack2015-03-011-0/+7
* | 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-21/+21
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-86/+86
* | fix datatype mismatchesAnatol Belski2014-10-291-3/+3
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-5/+5
* | master renames phase 1Anatol Belski2014-08-251-36/+36
* | fixed splfixedarrayAnatol Belski2014-08-181-1/+1
* | mostly fixes to spl, but also some otherAnatol Belski2014-08-171-19/+19
* | fix macros in the 5 basic extensionsAnatol Belski2014-08-161-22/+22
* | Use reference counting instead of zval duplicationDmitry Stogov2014-06-051-6/+6
* | Use new iterator macrosXinchen Hui2014-05-191-24/+11
* | Merge branch 'master' into phpngDmitry Stogov2014-05-131-1/+1
|\ \
| * \ Merge branch 'PHP-5.6'Stanislav Malyshev2014-05-111-1/+1
| |\ \ | | |/
| | * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-05-111-1/+1
| | |\
| | | * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-05-111-1/+1
| | | |\
| | | | * Fix bug #67247 spl_fixedarray_resize integer overflowStanislav Malyshev2014-05-111-1/+1
| | | | * Bump yearXinchen Hui2014-01-031-1/+1
| | | | * Add a __wakeup() method to SplFixedArray, thereby fixing serialising anAdam Harvey2013-06-281-0/+33
| | | * | Bump yearXinchen Hui2014-01-031-1/+1
* | | | | Make they are in the same style of Z_ISREFXinchen Hui2014-05-031-8/+8
* | | | | Fixed destruction of objects and iterators on unclean request shutdown and GC...Dmitry Stogov2014-04-091-5/+1
* | | | | Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), ...Dmitry Stogov2014-04-031-1/+0
* | | | | Refactored GC (incomplete)Dmitry Stogov2014-03-191-0/+1
* | | | | IS_UNDEF should never goes to user script landXinchen Hui2014-03-151-1/+1
* | | | | Fixed fixed_array returning initializingXinchen Hui2014-03-151-1/+1
* | | | | Fixed fixedarray iterator fetchingXinchen Hui2014-03-151-6/+6
* | | | | Fixed fixed_array fetchingXinchen Hui2014-03-151-2/+2
* | | | | Fixing SplFixedArray (this probably will be revert, just show what the proble...Xinchen Hui2014-03-081-29/+36
* | | | | Fixed refcount handlingXinchen Hui2014-02-281-6/+9
* | | | | Fixed Z_ADDREFXinchen Hui2014-02-281-1/+0
* | | | | Revert "Move zend_objects_store_put out of zend_object_std_init"Xinchen Hui2014-02-281-1/+0
* | | | | Move zend_objects_store_put out of zend_object_std_initXinchen Hui2014-02-281-0/+1
* | | | | Fixed object creating (std_init calls store_put now)Xinchen Hui2014-02-271-2/+0
* | | | | Various fixes related to read_property(), read_dimension() and iterators refa...Dmitry Stogov2014-02-271-1/+1
* | | | | Refactoring zend_iterator (incompleted)Xinchen Hui2014-02-271-29/+20
* | | | | Fixed iterators API. zend_iterator_init() has to be used in each get_iterator...Dmitry Stogov2014-02-261-0/+3
* | | | | Use better data structures (incomplete)Xinchen Hui2014-02-161-1/+1
* | | | | Use better data structures (incomplete)Xinchen Hui2014-02-161-186/+161
|/ / / /
* | | | Merge branch 'PHP-5.6'Xinchen Hui2014-01-031-1/+1
|\ \ \ \ | |/ / /
| * | | Bump yearXinchen Hui2014-01-031-1/+1