summaryrefslogtreecommitdiff
path: root/ext/spl/spl_fixedarray.c
Commit message (Expand)AuthorAgeFilesLines
* Removed useless IS_UNDEF checksDmitry Stogov2018-07-311-6/+5
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Improved user iterator implementation to reduce zend_class_entry memory consu...Dmitry Stogov2018-07-121-11/+11
* Uze ZVAL_COPY_DEREF() instead of ZVAL_DEREF() and ZVAL_COPY()Dmitry Stogov2018-07-091-10/+5
* Export standard object handlers, to avoid indirect accessDmitry Stogov2018-05-311-1/+1
* Removed useless zval_ptr_dtor()Dmitry Stogov2018-05-291-3/+0
* Remove return types from some magic method in protosGabriel Caruso2018-03-091-2/+2
* Trailing whitespacesGabriel Caruso2018-01-031-1/+1
* year++Xinchen Hui2018-01-021-1/+1
* Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* Move zend_object_iterator_funcs structures into read-only data segmentDmitry Stogov2017-12-141-1/+1
* Add zend_object_alloc() APINikita Popov2017-11-251-1/+1
* RC manipulation cleanup 2Xinchen Hui2017-11-021-10/+3
* Avoid HashTable allocations for empty arrays (using zend_empty_array).Dmitry Stogov2017-10-241-1/+4
* Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-05-241-0/+15
|\
| * Fixed bug #74478jhdxr2017-05-241-0/+15
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-05-011-1/+1
|\ \ | |/
| * Fix typo in SplFixedArray has_dimension implementationNikita Popov2017-05-011-1/+1
| * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | Fix SplFixedArray::offsetGet() invocation for NULL offsetNikita Popov2016-10-151-1/+1
* | Remove extra pointer in SplFixedArrayLevi Morrison2016-08-111-85/+57
* | Fixed compilation warningsDmitry Stogov2016-06-221-1/+2
|/
* variable used out of scopeJoe Watkins2016-04-281-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
| * 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