summaryrefslogtreecommitdiff
path: root/Zend/zend_modules.h
Commit message (Expand)AuthorAgeFilesLines
* - Year++Felipe Pena2012-01-011-1/+1
* - Added ZEND_MOD_END macro to use in the end of zend_module_dep[]Felipe Pena2011-08-061-0/+2
* - Year++Felipe Pena2011-01-011-1/+1
* marked char pointer arguments as const in lots ofHartmut Holzgraefe2010-10-141-1/+1
* - 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
* Build IDsStanislav Malyshev2009-01-171-2/+6
* 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-1/+1
* - Removed zend_arg_defs.cFelipe Pena2008-07-071-7/+0
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-1/+1
* Updated API version numbersDmitry Stogov2007-09-291-1/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-15/+15
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* fix typoAntony Dovgal2006-06-221-2/+2
* MFH: Added automatic module globals management.Dmitry Stogov2006-06-151-4/+19
* - MFH as discussedMarcus Boerger2006-05-091-1/+1
* Fix a bug that would not fill in the fifth argument to preg_replace()Andrei Zmievski2006-04-061-0/+1
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
* bump API numberAntony Dovgal2005-09-221-1/+1
* Bump up the yearfoobar2005-08-031-1/+1
* Improved PHP extension loading mechanism with support for module dependencies...Dmitry Stogov2005-06-171-4/+27
* Allowed return by refrence from internal functionsDmitry Stogov2005-06-161-1/+1
* fix shutdown so that dl()'d modules are unloaded after all the dtors haveWez Furlong2005-03-151-0/+1
* - Need zend_Compile.h for struct _zend_arg_info definiton (thanks to JoeAndi Gutmans2005-02-241-3/+1
* - Bump API versionMarcus Boerger2004-10-301-1/+1
* including zend_compile.h for NetWare as NetWare uses MetroWerks Code warrior ...Anantha Kesari H Y2004-10-181-0/+3
* - Bump API number due to empty_string changeAndi Gutmans2004-07-191-1/+1
* - modifyable -> modifiableAndi Gutmans2004-04-121-1/+1
* - Replaced the exec_finished hook by the zend_post_deactive hook forDerick Rethans2004-03-161-1/+1
* - Bump API number so that it actually differs from PHP 4. This is neededDerick Rethans2004-03-161-1/+1
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
* Attempt at fixing the linkage problem in Win32Zeev Suraski2003-08-311-5/+5
* ntroduce infrastructure for supplying information about arguments,Zeev Suraski2003-08-031-4/+6
* Add exec_finished() callback for modules - this is the last place where theZeev Suraski2003-07-301-3/+2
* 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
* fix wrong dereferenciationHarald Radi2003-01-121-1/+1
* #@!$$grml*$%Harald Radi2003-01-121-2/+2
* partially revert previous commit andHarald Radi2003-01-121-2/+2
* added zend_ini_entry to zend_modules_entry asHarald Radi2003-01-121-1/+4
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* - MFZE1Derick Rethans2002-06-301-1/+1
* - Nice catch by Derick. GINIT is dead.Andi Gutmans2002-02-021-2/+0
* Happy New Year.Sebastian Bergmann2002-01-061-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* MFZE1: Introduced extension version numbers (Stig)Sebastian Bergmann2001-10-121-4/+10