summaryrefslogtreecommitdiff
path: root/ext/skeleton/skeleton.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed possible overflow again.Sean Bright2001-04-061-1/+1
* Make this message more grammatically correct.Jon Parise2001-04-061-1/+1
* Fixed possible overflow.Sean Bright2001-04-061-1/+1
* Get rid of HAVE_EXTNAME. This dates back to PHP 3 where source filesSascha Schumann2000-12-011-7/+0
* Get ext_skel working againRasmus Lerdorf2000-10-051-0/+5
* Use ZEND_DECLARE_MODULE_GLOBALS instead of equivalent #if ZTS/#else/#endifSascha Schumann2000-10-041-5/+1
* Fix some small issues.Sterling Hughes2000-10-031-1/+1
* Tiny wording fixRasmus Lerdorf2000-07-161-1/+1
* - Fixed incorrect code generated when all parameters are optional.Jouni Ahto2000-06-151-27/+3
* - #ifdef COMPILE_DL_FOOAndi Gutmans2000-06-101-1/+1
* # Cosmetic fixes and a typo.Jouni Ahto2000-06-091-3/+3
* - Cosmetic changes.Jouni Ahto2000-06-091-28/+31
* - As Sascha requested.Jouni Ahto2000-06-091-8/+3
* - Added skeleton module creating script.Jouni Ahto2000-06-091-0/+144