summaryrefslogtreecommitdiff
path: root/Zend/zend_API.c
Commit message (Expand)AuthorAgeFilesLines
* Delay EG(exception) check on slow pathDmitry Stogov2019-07-081-6/+30
* Fix arginfo leak in disable_functionsNikita Popov2019-06-281-0/+1
* Support full variance if autoloading is usedNikita Popov2019-06-111-1/+1
* Allow exceptions in __toString()Nikita Popov2019-06-051-4/+15
* Revert "Fix bug #62397 - disable_functions does not work with eval."Joe Watkins2019-06-031-12/+0
* Better hot/cold code splittingDmitry Stogov2019-05-311-1/+1
* Mark "cold" functionsDmitry Stogov2019-05-291-3/+3
* Merge branch 'PHP-7.3' into PHP-7.4Joe Watkins2019-05-291-1/+1
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Joe Watkins2019-05-291-1/+1
| |\
| | * disabled functions must not have return typeJoe Watkins2019-05-291-1/+1
| * | Fix more dl() interned string assertionsNikita Popov2019-04-181-8/+18
* | | Accept flags argument in zend_lookup_class_ex()Nikita Popov2019-05-271-1/+1
* | | Fix bug #62397 - disable_functions does not work with eval.Benjamin Eberlei2019-05-141-0/+12
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-04-181-8/+18
|\ \ \
| * | | Fix more dl() interned string assertionsNikita Popov2019-04-181-8/+18
| |/ /
* | | Fix dl() module unloading in post deactivateNikita Popov2019-04-181-0/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2019-04-171-4/+4
|\ \ \ | |/ /
| * | Fixed dl() function. It failed in DEBUG build without opcache because of asse...Dmitry Stogov2019-04-171-4/+4
* | | Fixed bug #77877 (call_user_func() passes $this to satatic methods).Dmitry Stogov2019-04-111-0/+4
* | | Fixed bug #74345Nikita Popov2019-03-201-4/+5
* | | Free trampolines from get_closure in is_callableNikita Popov2019-03-111-19/+19
* | | Use "quick" macro variants for known argument numbersDmitry Stogov2019-02-181-6/+6
* | | Assign (un)serialize_func during compilationNikita Popov2019-02-151-1/+7
* | | Fixed bug #77613 (method visibility change) (reverted ZEND_ACC_CTOR and ZEND_...Dmitry Stogov2019-02-141-0/+2
* | | Remove local variablesPeter Kokot2019-02-031-10/+0
* | | Adios, yearly copyright rangesZeev Suraski2019-01-301-1/+1
* | | Merge branch 'PHP-7.3'Dmitry Stogov2019-01-241-0/+11
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Dmitry Stogov2019-01-241-0/+11
| |\ \ | | |/
| | * Fixed bug #77494 (Disabling class causes segfault on member access)Dmitry Stogov2019-01-241-0/+11
| | * Trim trailing whitespace in source code filesPeter Kokot2018-10-131-5/+5
| | * Fixed bug #75797Massimiliano Braglia2018-08-221-2/+5
| * | Future-proof email addressesZeev Suraski2018-11-011-3/+3
* | | Improved ZEND_TRY_ASSIGN... API to avoid unnecessary double copying and reduc...Dmitry Stogov2019-01-181-0/+127
* | | Implement typed propertiesNikita Popov2019-01-111-13/+66
* | | Reuse add_property_zval_ex() instead of code duplicationDmitry Stogov2018-12-191-36/+8
* | | Removed add_get_assoc_*() and add_get_index_*() API functionsDmitry Stogov2018-12-191-65/+0
* | | Replace add_index_zval() and add_next_index_zval() functions by macrosDmitry Stogov2018-12-191-13/+0
* | | Replace zend_hash_apply... with ZEND_HASH_FOREACH...Dmitry Stogov2018-12-191-41/+22
* | | Update email addresses. We're still @Zend, but future proofing it...Zeev Suraski2018-11-011-3/+3
* | | Inlining in the most frequently used code pathsDmitry Stogov2018-10-231-7/+21
* | | Immutable clases and op_arrays.Dmitry Stogov2018-10-171-12/+10
* | | Classify object handlers are required/optionalNikita Popov2018-10-161-14/+1
* | | Allocate only necessary space for static properties of internal classes in ZT...Dmitry Stogov2018-10-011-0/+10
* | | Class constants and default property values can't be IS_REFERENCE anymore.Dmitry Stogov2018-09-181-1/+0
* | | Replace ZEND_ACC_ANON_BOUND, ZEND_ACC_UNRESOLVED_PARENT and ZEND_ACC_UNRESOLV...Dmitry Stogov2018-09-181-1/+1
* | | Remove HAVE_STDARG_HPeter Kokot2018-09-181-2/+0
* | | Remove unused ZEND_FILE_LINE in i_zval_ptr_dtorNikita Popov2018-09-161-1/+1
* | | Make visibilty check in is_callable() to be consistent with zend_std_get_meth...Dmitry Stogov2018-09-131-31/+16
* | | Get rid of ZEND_ACC_CTOR, ZEND_ACC_DTOR and ZEND_ACC_IMPLEMENTED_ABSTRACTDmitry Stogov2018-09-051-4/+2
|/ /
* | Fixed zend_read_static_propertyXinchen Hui2018-08-141-1/+1