summaryrefslogtreecommitdiff
path: root/ext/skeleton
Commit message (Expand)AuthorAgeFilesLines
* skeleton: support PHP 7.2Vincent JARDIN2019-01-021-0/+7
* Merge branch 'PHP-7.2' into PHP-7.3Peter Kokot2018-10-191-1/+0
|\
| * Trim trailing whitespace in *.phptPeter Kokot2018-10-141-1/+1
| * Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+1
* | Trim trailing whitespace in *.phptPeter Kokot2018-10-143-3/+3
* | Sync leading and final newlines in source code filesPeter Kokot2018-10-143-3/+3
* | Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
* | Remove unused Git attributes identPeter Kokot2018-07-251-1/+0
* | improve extension skeleton generatorPedro Magalhães2018-02-222-0/+112
* | Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* | Added missing config.x.in files for ext_skelKalle Sommer Nielsen2017-08-112-0/+14
* | Redesigned ext_skel to be written entirely in PHP with no dependencies, this ...Kalle Sommer Nielsen2017-07-239-484/+105
|/
* awk: syntax errorthink2016-11-261-3/+3
* Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-032-2/+2
* Remove TSRMLS_* from code, they are not used anymoreStanislav Malyshev2016-02-171-1/+1
* switch to the unified globals accessor where appropriateAnatol Belski2015-07-291-6/+2
* 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-162-3/+3
* Fix the most obvious issues here.Rasmus Lerdorf2015-01-201-2/+2
* trailing whitespace removalStanislav Malyshev2015-01-102-6/+6
* integrated the static tsrmls cache into ext/skelAnatol Belski2014-12-172-8/+12
* second shot on removing TSRMLS_*Anatol Belski2014-12-141-2/+2
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-1/+1
* removed *.dsw and *.dsp filesAnatol Belski2014-09-281-113/+0
* Replaces php5 with php7, without whitespace changes.Florian MARGAINE2014-09-202-5/+5
* first show to make 's' work with size_tAnatol Belski2014-08-271-1/+1
* master renames phase 1Anatol Belski2014-08-251-1/+1
* fixes to ext/skeletonAnatol Belski2014-08-191-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-142-1/+3
* Slightly modernize ext_skel and sekelton/Johannes Schlüter2013-07-172-70/+56
* Fix typoCarson McDonald2013-04-051-1/+1
* Replace $Revision$ with $Id$ in keyword expansion enable filesDavid Soria Parra2012-03-201-1/+1
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* MFH: New way for check void parametersFelipe Pena2008-03-101-1/+1
* Improved PHP binary size and startup speed with GCC4 visibility control (Nuno)Dmitry Stogov2008-01-301-2/+4
* 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
* - don't use short tagAndrey Hristov2005-04-141-4/+6
* Opps.John Coggeshall2005-03-051-4/+15
* Starting tests....John Coggeshall2005-03-051-15/+4
* - Remove unused blocksMarcus Boerger2004-05-191-3/+0
* typo fixAndrey Hristov2004-02-021-1/+1
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-172-5/+5
* On win32 extensions starts with php_Frank M. Kromann2003-10-291-2/+2