summaryrefslogtreecommitdiff
path: root/Zend/zend_interfaces.c
Commit message (Expand)AuthorAgeFilesLines
* Support full variance if autoloading is usedNikita Popov2019-06-111-2/+2
* Replace ZVAL_COPY() and ZVAL_COPY_VALUE() for IS_OBJECT by cheaper macrosDmitry Stogov2019-05-281-1/+2
* Forbid use of not fully linked classesNikita Popov2019-05-231-2/+2
* Fixed bug #77633Dmitry Stogov2019-02-181-2/+14
* Remove local variablesPeter Kokot2019-02-031-10/+0
* Adios, yearly copyright rangesZeev Suraski2019-01-301-1/+1
* Micro optimizationsDmitry Stogov2018-10-171-26/+40
* Replace ZEND_ACC_ANON_BOUND, ZEND_ACC_UNRESOLVED_PARENT and ZEND_ACC_UNRESOLV...Dmitry Stogov2018-09-181-2/+2
* Get rid of ZEND_ACC_CTOR, ZEND_ACC_DTOR and ZEND_ACC_IMPLEMENTED_ABSTRACTDmitry Stogov2018-09-051-1/+1
* Keep information about unresolved interfaces in zend_class_entry->interface_...Dmitry Stogov2018-08-231-3/+7
* Fix some misspellingsGabriel Caruso2018-08-121-1/+1
* Removed useless IS_UNDEF checksDmitry Stogov2018-07-311-5/+3
* 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-15/+36
* Fixed ability to call plain functions through zend_call_method()Dmitry Stogov2018-06-251-6/+13
* zend_fcall_info_cache.calling_scope is not used by zend_call_function() and d...Dmitry Stogov2018-05-031-1/+0
* year++Xinchen Hui2018-01-021-1/+1
* zend_fcall_info_cache.initialized is removed (zend_fcall_info_cache is initia...Dmitry Stogov2017-12-271-1/+0
* Move constants into read-only data segmentDmitry Stogov2017-12-141-6/+6
* Move zend_object_iterator_funcs structures into read-only data segmentDmitry Stogov2017-12-141-1/+1
* further sync for vim mode linesAnatol Belski2017-07-041-0/+2
* "Countable" interface is moved from SPL to CoreDmitry Stogov2017-05-251-0/+18
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Drop dead code in zend_call_methodNikita Popov2016-10-291-9/+0
* Merge branch 'PHP-7.1'Nikita Popov2016-10-291-10/+8
|\
| * Optimize __get etcNikita Popov2016-10-291-10/+8
* | Drop some pieces of commented-out codeNikita Popov2016-09-041-19/+0
|/
* Removed "zend_fcall_info.function_table". It was assigned in many places, but...Dmitry Stogov2016-04-271-1/+0
* Removed zend_fcall_info.symbol_tableDmitry Stogov2016-03-021-1/+0
* bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* Use NULL where possible for exception classAaron Piotrowski2015-07-071-1/+1
* Remove need to pass error levelAaron Piotrowski2015-07-031-1/+1
* Enable throwing custom exceptions from errorsAaron Piotrowski2015-07-031-1/+1
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-17/+17
* Rename interface macrosAaron Piotrowski2015-06-171-10/+7
* Move definition of Throwable to zend_exceptions.h/cAaron Piotrowski2015-06-151-43/+5
* Update exception error messagesAaron Piotrowski2015-06-141-2/+4
* Throwable method signatures.Aaron Piotrowski2015-05-181-2/+12
* Remodel exceptions based on Throwable interfaceAaron Piotrowski2015-05-161-1/+19
* Don't propogate "fake" EX(called_scope) and EX(This) into each internal funct...Dmitry Stogov2015-04-231-6/+9
* Convert fatal errors into EngineExceptionDmitry Stogov2015-04-021-1/+2
* Convert fatal errors into EngineExceptionsDmitry Stogov2015-04-021-1/+3
* Use zend_error_noreturn() for fatal errorsDmitry Stogov2015-04-011-6/+6
* bump yearXinchen Hui2015-01-151-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-2/+2
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-39/+39
* Fixed compilation warningsDmitry Stogov2014-12-121-4/+4
* fix signature, zend_string is used for function nameAnatol Belski2014-10-281-1/+1
* Remove support for classes without class entriesNikita Popov2014-10-091-2/+1
* revamp serialization to work with size_t for SerializableAnatol Belski2014-09-151-4/+4