summaryrefslogtreecommitdiff
path: root/ext/skeleton/php_skeleton.h
Commit message (Expand)AuthorAgeFilesLines
* Remove local variablesPeter Kokot2019-02-031-1/+0
* Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+1
* Redesigned ext_skel to be written entirely in PHP with no dependencies, this ...Kalle Sommer Nielsen2017-07-231-39/+10
* Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-031-1/+1
* switch to the unified globals accessor where appropriateAnatol Belski2015-07-291-6/+2
* made ZEND_TSRMLS_CACHE_* macros look like function callsAnatol Belski2015-02-161-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-2/+2
* integrated the static tsrmls cache into ext/skelAnatol Belski2014-12-171-8/+6
* second shot on removing TSRMLS_*Anatol Belski2014-12-141-2/+2
* master renames phase 1Anatol Belski2014-08-251-1/+1
* fixes to ext/skeletonAnatol Belski2014-08-191-1/+1
* fixed skeleton to produce the normalized ext version macrosAnatol Belski2013-10-141-0/+2
* Slightly modernize ext_skel and sekelton/Johannes Schlüter2013-07-171-9/+0
* Improved PHP binary size and startup speed with GCC4 visibility control (Nuno)Dmitry Stogov2008-01-301-2/+4
* typo fixAndrey Hristov2004-02-021-1/+1
* ok, re-adding this mostly un-maintained awk/sed/sh nightmare for now ...Hartmut Holzgraefe2003-06-291-0/+56
* ext_skel is no more, and ext_skel_ng is moving to PEAR::PECL_GenHartmut Holzgraefe2003-06-291-56/+0
* 64 bit corrections to parameters to OnUpdateInt Bug #20994 (Dave)David Hill2003-03-101-1/+1
* TSRMG => TSRMLSYasuo Ohgaki2002-04-111-2/+2
* More ext_skel cleanupRasmus Lerdorf2001-08-091-5/+12
* Fix the .h file (untested)Zeev Suraski2001-08-021-3/+1
* hartmfixed and extended the ini parameter and module globals stuffHartmut Holzgraefe2001-05-011-7/+8
* Get rid of HAVE_EXTNAME. This dates back to PHP 3 where source filesSascha Schumann2000-12-011-11/+0
* Revert.Sterling Hughes2000-11-201-2/+0
* *** empty log message ***Sterling Hughes2000-11-191-0/+2
* Get ext_skel working againRasmus Lerdorf2000-10-051-10/+7
* Fix some small issues.Sterling Hughes2000-10-031-1/+1
* Rename macros which begin with underscore to appropiate macros. The generalSascha Schumann2000-07-031-3/+3
* - Fixed incorrect code generated when all parameters are optional.Jouni Ahto2000-06-151-25/+2
* - #ifdef COMPILE_DL_FOOAndi Gutmans2000-06-101-5/+0
* # Still a typo.Jouni Ahto2000-06-091-1/+1
* # Cosmetic fixes and a typo.Jouni Ahto2000-06-091-1/+1
* - Cosmetic changes.Jouni Ahto2000-06-091-30/+31
* - As Sascha requested.Jouni Ahto2000-06-091-4/+8
* Change COMPILE_DL to COMPILE_DL_EXTNAMESascha Schumann2000-06-091-1/+1
* - Added skeleton module creating script.Jouni Ahto2000-06-091-0/+87