summaryrefslogtreecommitdiff
path: root/ext/skeleton
Commit message (Expand)AuthorAgeFilesLines
...
* 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