summaryrefslogtreecommitdiff
path: root/Zend/zend_API.h
Commit message (Expand)AuthorAgeFilesLines
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-1/+1
* - Next step in namespaces, using / as namespace separator.Marcus Boerger2008-11-041-1/+1
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-1/+1
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-1/+1
* mark empty_fcall_info and empty_fcall_info_cache as constant. a few less byte...Nuno Lopes2008-08-121-2/+2
* - MFH: Constness (Added const qualifier to several function parameters)Felipe Pena2008-08-121-27/+27
* - MFH: Added parameter TSRMLS_DC in zend_is_callable()Felipe Pena2008-08-021-1/+1
* Fixed is_callable/call_user_func mess that had done different things for very...Dmitry Stogov2008-07-261-1/+2
* LSB parent/self forwardingDmitry Stogov2008-07-241-22/+21
* deprecate zend_get_parameters_exStanislav Malyshev2008-06-271-1/+1
* MFH: Add array_init_size() and use it where array size is known at initializa...Matt Wilmas2008-05-271-2/+3
* Added API to use namesapces in internal extensionsDmitry Stogov2008-05-121-0/+27
* Lazy EG(active_symbol_table) initializationDmitry Stogov2008-04-291-0/+2
* MFH: Added new macro for check void parameters.Felipe Pena2008-03-101-1/+2
* [DOC]Marcus Boerger2008-02-011-2/+3
* Fixed comilation warningsDmitry Stogov2008-01-241-16/+15
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* - MFH from HEAD:Jani Taskinen2007-11-021-49/+88
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-9/+9
* Added support for __callstatic() magic method (missing part). (Sara)Dmitry Stogov2007-09-291-0/+1
* Added support for __callstatic() magic method. (Sara)Dmitry Stogov2007-09-291-0/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-27/+27
* WIN64 supportDmitry Stogov2007-04-161-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* - Fixed incorrect function names on FreeBSD where inet_pton() was namedHannes Magnusson2006-12-201-0/+3
* New memory managerDmitry Stogov2006-07-181-1/+0
* MFH: Added automatic module globals management.Dmitry Stogov2006-06-151-0/+8
* - MFH zend_fcall_info_*() and parameter parsing option 'f'Marcus Boerger2006-06-071-0/+20
* fix error messages when converting objects to other typesAntony Dovgal2006-05-251-0/+1
* - MFH as discussedMarcus Boerger2006-05-091-38/+43
* - Add missing function for completenessMarcus Boerger2006-03-051-0/+1
* - MFH: Function deprecation flagMarcus Boerger2006-02-251-0/+2
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
* - Simplify and synch is_callable_ex() with actual execution codeMarcus Boerger2005-12-161-0/+2
* Fixed bug #34729 (Crash in ZTS mode under Apache)Dmitry Stogov2005-12-011-0/+6
* Fixed bug #34879 (str_replace, array_map corrupt negative array indexes on 64...Dmitry Stogov2005-10-281-12/+12
* - MFH zend_is_callable_ex() returns zend_class_entry* if availableMarcus Boerger2005-10-251-1/+1
* Support for class constants and static members for internal classesDmitry Stogov2005-09-011-0/+17
* Bump up the yearfoobar2005-08-031-1/+1
* - Add convenience function zend_is_callable_ex() and base zend_is_callableMarcus Boerger2005-07-281-0/+2
* Fixed bug in new module statrup mechanismDmitry Stogov2005-07-181-2/+2
* Fixed bug #33512 (Add missing support for isset()/unset() overloading to comp...Dmitry Stogov2005-07-071-1/+6
* Fixed bug #31158 (array_splice on $GLOBALS crashes)Dmitry Stogov2005-07-041-0/+2
* Restored old behavior of zend_statup_module()Dmitry Stogov2005-06-301-2/+2
* fix various "Class entry requested for an object without PHP class" messagesStanislav Malyshev2005-06-271-0/+1
* Improved PHP extension loading mechanism with support for module dependencies...Dmitry Stogov2005-06-171-2/+3
* Allowed return by refrence from internal functionsDmitry Stogov2005-06-161-1/+1
* Added array type hinting. (This patch requires full re-make)Dmitry Stogov2005-05-261-4/+5
* Fixed bug #29210 (Function: is_callable - no support for private and protecte...Dmitry Stogov2005-04-271-1/+5
* - Add ReflectionProperty::getDocComment()Marcus Boerger2005-04-191-0/+1