summaryrefslogtreecommitdiff
path: root/ext/skeleton
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - Avoid generating unnecessary switch statemets.Jouni Ahto2000-06-111-26/+57
* - Fix incorrect code creation when an optional argument is resource type.Jouni Ahto2000-06-101-9/+19
* - #ifdef COMPILE_DL_FOOAndi Gutmans2000-06-102-6/+1
* - Fix typos, add default case to switch and other small things.Jouni Ahto2000-06-101-16/+19
* - Automatically generate C code to handle arguments passed to a PHP functionJouni Ahto2000-06-101-0/+137
* # Still a typo.Jouni Ahto2000-06-091-1/+1
* # Cosmetic fixes and a typo.Jouni Ahto2000-06-092-4/+4
* - Cosmetic changes.Jouni Ahto2000-06-093-60/+64