summaryrefslogtreecommitdiff
path: root/ext/skeleton
Commit message (Expand)AuthorAgeFilesLines
* 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
* - As Sascha requested.Jouni Ahto2000-06-093-134/+11
* Change COMPILE_DL to COMPILE_DL_EXTNAMESascha Schumann2000-06-091-1/+1
* - Added skeleton module creating script.Jouni Ahto2000-06-094-0/+363