summaryrefslogtreecommitdiff
path: root/Zend/zend_API.h
Commit message (Expand)AuthorAgeFilesLines
* Happy New YearXinchen Hui2013-01-011-1/+1
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-08-041-0/+5
|\
| * Fixed bug #62744 (dangling pointers made by zend_disable_class)Xinchen Hui2012-08-041-0/+5
| * - Year++Felipe Pena2012-01-011-1/+1
| * - Added new macro to be used in the end of zend_function_entry declaration (G...Felipe Pena2011-07-251-0/+2
| * - Year++Felipe Pena2011-01-011-1/+1
* | - Year++Felipe Pena2012-01-011-1/+1
* | Fixed ZE specific compile warnings (Bug #55629)Dmitry Stogov2011-09-131-30/+30
* | - Added new macro to be used in the end of zend_function_entry declaration (G...Felipe Pena2011-07-251-0/+2
* | - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-061-0/+3
* | scalar types cleanupStanislav Malyshev2011-06-031-1/+1
* | - Year++Felipe Pena2011-01-011-1/+1
* | zend_collect_module_handlers() has to be called after zend_extensions startup...Dmitry Stogov2010-10-151-0/+1
* | marked char pointer arguments as const in lots ofHartmut Holzgraefe2010-10-141-6/+6
* | - Improved memory usageDmitry Stogov2010-09-151-8/+8
* | - Missing traits data initialization for internal classes (causing Reflection...Felipe Pena2010-08-141-0/+4
* | - Fix warning because the comparsion with literal (e.g. INIT_CLASS_ENTRY(...,...Felipe Pena2010-08-081-3/+4
* | - Fixed ZTS build (Kalle)Felipe Pena2010-08-051-1/+1
* | Use interned strings for class namesDmitry Stogov2010-08-051-1/+4
* | eliminated unnecessary iterations during request startup/shutdownDmitry Stogov2010-07-061-0/+1
* | Fixed ZTS buildDmitry Stogov2010-05-241-1/+1
* | Added caches to eliminate repeatable run-time bindings of functions, classes,...Dmitry Stogov2010-05-241-2/+3
* | - Added scalar typehinting.Derick Rethans2010-05-201-2/+3
* | spread some more constJohannes Schlüter2010-04-281-4/+4
* | Added a number of small performance tweaks and optimizationsDmitry Stogov2010-04-201-32/+43
|/
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
* - Fixed bug #48971 (Missing ZEND_NS_NAMED_FE macro)Jani Taskinen2009-07-281-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* Fixed bug #46409 (__invoke method called outside of object context when using...Dmitry Stogov2008-11-271-3/+3
* - 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