summaryrefslogtreecommitdiff
path: root/Zend/zend_interfaces.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix signed/unsigned mismatchAnatol Belski2014-09-151-1/+2
* master renames phase 2Anatol Belski2014-08-251-5/+5
* master renames phase 1Anatol Belski2014-08-251-4/+4
* first shot on merging the core fro the int64 branchAnatol Belski2014-08-161-4/+4
* Removed EG(called_scope) and use corresponding value from EG(current_execute_...Dmitry Stogov2014-07-031-3/+4
* C89 compatAnatol Belski2014-05-131-1/+2
* Make they are in the same style of Z_ISREFXinchen Hui2014-05-031-2/+2
* Prevented modification of constant argumentsDmitry Stogov2014-04-161-2/+2
* Fixed destruction of objects and iterators on unclean request shutdown and GC...Dmitry Stogov2014-04-091-1/+0