summaryrefslogtreecommitdiff
path: root/ext/skeleton
Commit message (Expand)AuthorAgeFilesLines
* typo fixHartmut Holzgraefe2001-12-181-1/+1
* improved xml generatioimproved xml generationHartmut Holzgraefe2001-12-151-13/+20
* editor preferences for XML files updatedHartmut Holzgraefe2001-12-121-1/+5
* 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-162-8/+14
* Add TSRMLS_CCRasmus Lerdorf2001-08-131-1/+1
* Faster wrong_param check for functions that take no parametersRasmus Lerdorf2001-08-131-6/+7
* Save spec_opt for each function.Andrei Zmievski2001-08-121-1/+2
* Fix it up a bit.Andrei Zmievski2001-08-121-13/+14
* Oops, missing () thereRasmus Lerdorf2001-08-121-1/+1
* Changed ext_skel to use zend_parse_parameters() for argument parsing inAndrei Zmievski2001-08-111-109/+39
* More ext_skel cleanupRasmus Lerdorf2001-08-092-5/+31
* Fixed a bunch of problems hereRasmus Lerdorf2001-08-081-43/+47
* Fix the .h file (untested)Zeev Suraski2001-08-021-3/+1
* We no longer need any FETCH's for internal functionsZeev Suraski2001-08-021-3/+2
* TSRM fix for ext_skel - probably more neededRasmus Lerdorf2001-08-021-1/+1
* BeautifyZeev Suraski2001-08-022-3/+3
* 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
* added generation of CREDITS and EXPERIMENTAL to ext_skelHartmut Holzgraefe2001-05-022-0/+1
* hartmfixed and extended the ini parameter and module globals stuffHartmut Holzgraefe2001-05-012-7/+10
* a backslash was missing (+ whitespace)Hartmut Holzgraefe2001-04-251-4/+4
* 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-012-18/+0
* Revert.Sterling Hughes2000-11-201-2/+0
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-201-0/+0
* *** empty log message ***Sterling Hughes2000-11-191-0/+2
* support for short comments was added to ext_skel proto filesHartmut Holzgraefe2000-10-311-2/+7
* added a regression test skeleton fileHartmut Holzgraefe2000-10-232-1/+28
* Get ext_skel working againRasmus Lerdorf2000-10-052-10/+12
* Use ZEND_DECLARE_MODULE_GLOBALS instead of equivalent #if ZTS/#else/#endifSascha Schumann2000-10-041-5/+1
* Fix some small issues.Sterling Hughes2000-10-032-2/+2
* Tiny wording fixRasmus Lerdorf2000-07-162-2/+2
* Rename macros which begin with underscore to appropiate macros. The generalSascha Schumann2000-07-031-3/+3
* <funcprototype> added to xml generationHartmut Holzgraefe2000-06-241-1/+3
* - Missed one if() and cosmetic changes.Jouni Ahto2000-06-171-22/+20
* - Fixed incorrect code generated when all parameters are optional.Jouni Ahto2000-06-153-101/+199