summaryrefslogtreecommitdiff
path: root/ext/skeleton/skeleton.c
Commit message (Expand)AuthorAgeFilesLines
* Remove proto comments from C filesMax Semenik2020-07-061-10/+5
* Generate function entries for another batch of extensionsMáté Kocsis2020-04-051-10/+1
* Repair ext_skel.php to create the basic framework for a PHP extensionZoDream2020-03-231-2/+2
* Add stubs for aliasesMáté Kocsis2020-02-181-4/+4
* Convert the example skeleton extension to use arginfo stubsCraig Duncan2019-11-181-10/+1
* Remove local variablesPeter Kokot2019-02-031-1/+0
* skeleton: support PHP 7.2Vincent JARDIN2019-01-021-0/+7
* Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+1
* Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* Redesigned ext_skel to be written entirely in PHP with no dependencies, this ...Kalle Sommer Nielsen2017-07-231-119/+54
* Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-031-1/+1
* Merge branch 'pull-request/1235'Stanislav Malyshev2015-04-181-4/+3
|\
| * modify skeleton confirm_extname_compiled王星星2015-04-121-3/+2
| * modify skeleton.c function王星星2015-04-121-1/+1
|/
* made ZEND_TSRMLS_CACHE_* macros look like function callsAnatol Belski2015-02-161-2/+2
* trailing whitespace removalStanislav Malyshev2015-01-101-4/+4
* integrated the static tsrmls cache into ext/skelAnatol Belski2014-12-171-0/+6
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-1/+1
* first show to make 's' work with size_tAnatol Belski2014-08-271-1/+1
* There is memleakXinchen Hui2014-05-081-1/+3
* update skeletonkrakjoe2014-05-081-1/+1
* fixed skeleton to produce the normalized ext version macrosAnatol Belski2013-10-141-1/+1
* Slightly modernize ext_skel and sekelton/Johannes Schlüter2013-07-171-61/+56
* Fix typoCarson McDonald2013-04-051-1/+1
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-3/+3
* Added automatic module globals managementDmitry Stogov2006-06-151-1/+0
* MFHfoobar2005-12-051-1/+1
* ok, re-adding this mostly un-maintained awk/sed/sh nightmare for now ...Hartmut Holzgraefe2003-06-291-0/+167
* ext_skel is no more, and ext_skel_ng is moving to PEAR::PECL_GenHartmut Holzgraefe2003-06-291-167/+0
* Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings.foobar2003-03-071-1/+1
* Oops, FOO_VERSION doesn't existRasmus Lerdorf2001-12-021-1/+1
* Make ext_skel generate backward compatible module sourcesRasmus Lerdorf2001-12-021-1/+5
* These were supposed to matchRasmus Lerdorf2001-10-271-2/+2
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
* fixed name of global variables in ext/skelton.Rui Hirokawa2001-10-061-2/+2
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* New extensions should put this in by defaultSterling Hughes2001-08-241-2/+2
* sync with CODING_STANDARDSZeev Suraski2001-08-161-1/+2
* Commit a bit of random plane hacking.Rasmus Lerdorf2001-08-161-8/+5
* More ext_skel cleanupRasmus Lerdorf2001-08-091-0/+19
* BeautifyZeev Suraski2001-08-021-1/+1
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-6/+0
* added missing includefoobar2001-06-241-0/+1
* added missing ending fold tag.foobar2001-06-241-0/+1
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-1/+2
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-7/+36
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
* hartmfixed and extended the ini parameter and module globals stuffHartmut Holzgraefe2001-05-011-0/+2