summaryrefslogtreecommitdiff
path: root/Zend/zend_extensions.h
Commit message (Expand)AuthorAgeFilesLines
* - Interned string related callbacks moved turned from compiler_globals into r...Dmitry Stogov2010-05-251-1/+1
* Updated version numbersDmitry Stogov2010-04-201-1/+1
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
* Bump version to 5.3.0 and API Nos. upJohannes Schlüter2009-06-261-1/+1
* add utility macroStanislav Malyshev2009-04-081-2/+3
* Added ability to check build_id by extensionDmitry Stogov2009-04-081-1/+1
* MFH Fix Zend extensionsJohannes Schlüter2009-01-171-1/+1
* Build IDsStanislav Malyshev2009-01-171-4/+4
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: Constness (Added const qualifier to several function parameters)Felipe Pena2008-08-121-3/+3
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Updated API version numbersDmitry Stogov2007-09-291-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Optimized zend_try/zend_catch macroses (eliminated memcpy())Dmitry Stogov2006-05-191-1/+1
* - MFH as discussedMarcus Boerger2006-05-091-4/+4
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
* - MFH zend_is_callable_ex() returns zend_class_entry* if availableMarcus Boerger2005-10-251-1/+1
* Fixed bug #31177 (menory leaks and corruption because of incorrect refcounting)Dmitry Stogov2005-10-201-1/+1
* Bump up the yearfoobar2005-08-031-1/+1
* Improved PHP extension loading mechanism with support for module dependencies...Dmitry Stogov2005-06-171-1/+1
* Allowed return by refrence from internal functionsDmitry Stogov2005-06-161-1/+1
* Fix so that extensions like xdebug, can overload opcodes in all execution mod...Dmitry Stogov2005-06-101-1/+1
* - Bump API versionMarcus Boerger2004-10-301-1/+1
* - Revert API bumpAndi Gutmans2004-09-091-2/+2
* - Recommit:Andi Gutmans2004-09-091-2/+2
* - Roll back VM commitAndi Gutmans2004-09-091-2/+2
* - Bump the API number to work around this major breakage.Derick Rethans2004-09-091-2/+2
* - Bump API number due to empty_string changeAndi Gutmans2004-07-191-1/+1
* - Add commentAndi Gutmans2004-04-141-0/+3
* - Fix API no of Engine 2. The first number is the engine version and theAndi Gutmans2004-04-131-1/+1
* - modifyable -> modifiableAndi Gutmans2004-04-121-1/+1
* wrap ZEND_API prototypes into BEGIN_EXTERN_C/END_EXTERN_CHartmut Holzgraefe2004-02-181-3/+7
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
* updating license information in the headers.James Cox2003-06-101-1/+1
* - Added some missing CVS $Id$ tags, headers and footers.foobar2003-02-011-0/+9
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Increased the API number. (re: floats patch)Ilia Alshanetsky2002-10-131-1/+1
* Propmote API NO year, so that it will never be the same as ZE1 API NOStanislav Malyshev2002-09-251-1/+1
* - Someone screwed this up.Andi Gutmans2002-09-211-1/+1
* Support for __get, __set and __call in classes.Stanislav Malyshev2002-09-041-1/+1
* Happy New Year.Sebastian Bergmann2002-01-061-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* More TSRMLS_FETCH workZeev Suraski2001-07-311-1/+1
* - Merge faster hash implementation.Andi Gutmans2001-07-101-1/+1
* - Update copyright yearAndi Gutmans2001-02-261-1/+1
* fix a couple of warningsThies C. Arntzen2001-01-231-2/+2
* This needs updating as wellZeev Suraski2000-12-241-1/+1
* Update API numberZeev Suraski2000-11-201-1/+1
* - Remove unused functionAndi Gutmans2000-11-131-1/+0
* - Use typedef's for function pointers so that we can easily define arraysAndi Gutmans2000-11-131-13/+30