summaryrefslogtreecommitdiff
path: root/ext/spl/spl_observer.c
Commit message (Expand)AuthorAgeFilesLines
* Fix #69264: __debugInfo() ignored while extending SPL classesChristoph M. Becker2020-04-061-7/+17
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-09-231-0/+3
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-09-231-0/+3
| |\
| | * Fix signed integer overflow in SplObjectStorage unserializationNikita Popov2019-09-231-0/+3
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-09-161-0/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-09-161-0/+2
| |\ \ | | |/
| | * Fix leak in SplObjectStorage unserializationNikita Popov2019-09-161-0/+2
| | * year++Xinchen Hui2018-01-021-1/+1
* | | Fixed some arg infos to match documentationJaroslav HanslĂ­k2019-05-221-4/+4
* | | Fix bug #77866: Port Serializable SPL classes to use __unserialize()Nikita Popov2019-04-101-0/+74
* | | Remove local variablesPeter Kokot2019-02-031-9/+0
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | | Clean up unnecessary ternary expressions and simplify some returnsGabriel Caruso2018-12-031-1/+1
* | | Use ZEND_THIS macro to hide implementation details in extensions code.Dmitry Stogov2018-11-151-38/+38
* | | Replace getThis() by EX(This), when additional check is not necessary.Dmitry Stogov2018-11-141-38/+38
* | | Fix some misspellingsGabriel Caruso2018-08-121-1/+1
|/ /
* | 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-6/+6
* | Uze ZVAL_COPY_DEREF() instead of ZVAL_DEREF() and ZVAL_COPY()Dmitry Stogov2018-07-091-2/+1
* | Export standard object handlers, to avoid indirect accessDmitry Stogov2018-05-311-2/+2
* | Removed useless zval_ptr_dtor()Dmitry Stogov2018-05-291-1/+0
* | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-3/+3
* | Improve HashTable iterators handling:Dmitry Stogov2018-03-221-1/+1
* | Remove return types from some magic method in protosGabriel Caruso2018-03-091-1/+1
* | Fix some misspellingsGabriel Caruso2018-02-061-1/+1
* | year++Xinchen Hui2018-01-021-1/+1
* | Refactored recursion pretectionDmitry Stogov2017-10-061-5/+6
* | Refactored array creation API. array_init() and array_init_size() are convert...Dmitry Stogov2017-09-201-2/+1
|/
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-10-121-6/+8
|\
| * Fix bug #73257 and bug #73258 - SplObjectStorage unserialize allows use of no...Stanislav Malyshev2016-10-101-6/+8
* | Fixed compilation warningsDmitry Stogov2016-06-221-4/+4
* | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-1/+1
* | Merge branch 'PHP-7.0'Nikita Popov2016-03-201-5/+5
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-03-201-5/+5
| |\
| | * Fixed bug #67582Nikita Popov2016-03-201-5/+5
* | | Merge branch 'PHP-7.0'Nikita Popov2016-03-181-4/+1
|\ \ \ | |/ /
| * | Fix bug #71838Nikita Popov2016-03-181-4/+1
* | | Merge branch 'PHP-7.0'Stanislav Malyshev2016-02-011-0/+2
|\ \ \ | |/ /
| * | Fix bug #71313 - Use-after-free vulnerability in SPL(SplObjectStorage, unseri...Stanislav Malyshev2016-01-171-0/+2
* | | Use handle as hash in SplObjectStorageNikita Popov2016-01-301-38/+53
|/ /
* | 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.5' into PHP-5.6Stanislav Malyshev2015-09-011-0/+2
| |\
| | * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-09-011-0/+2
| | |\
| | | * Fix bug #70365 - use-after-free vulnerability in unserialize() with SplObject...Stanislav Malyshev2015-09-011-0/+2
* | | | Drop HAVE_PACKED_OBJECT_VALUENikita Popov2015-10-061-39/+1
* | | | fix mergeStanislav Malyshev2015-08-041-16/+12
* | | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-08-041-0/+2
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-08-041-30/+32
| |\ \ \ | | |/ /