summaryrefslogtreecommitdiff
path: root/ext/skeleton/php_skeleton.h
Commit message (Collapse)AuthorAgeFilesLines
* TSRMG => TSRMLSYasuo Ohgaki2002-04-111-2/+2
|
* More ext_skel cleanupRasmus Lerdorf2001-08-091-5/+12
|
* Fix the .h file (untested)Zeev Suraski2001-08-021-3/+1
|
* hartmfixed and extended the ini parameter and module globals stuffHartmut Holzgraefe2001-05-011-7/+8
| | | | | once again: someone test this please!
* Get rid of HAVE_EXTNAME. This dates back to PHP 3 where source filesSascha Schumann2000-12-011-11/+0
| | | | | were unconditionally compiled. It is not necessary in PHP 4.
* Revert.Sterling Hughes2000-11-201-2/+0
|
* *** empty log message ***Sterling Hughes2000-11-191-0/+2
|
* Get ext_skel working againRasmus Lerdorf2000-10-051-10/+7
|
* Fix some small issues.Sterling Hughes2000-10-031-1/+1
|
* Rename macros which begin with underscore to appropiate macros. The generalSascha Schumann2000-07-031-3/+3
| | | | | | | rule is: macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'`
* - Fixed incorrect code generated when all parameters are optional.Jouni Ahto2000-06-151-25/+2
| | | | | | | | | | | | - Fixed handling of grouped optional parameters. - Added an option to generate xml documentation. - Added an option not to be nice and helpful and create all kinds of comments and testing functions. - Added on option to create function stubs only. - Added options --assing-params and --string-lens that change the generated code. - Updated documentation.
* - #ifdef COMPILE_DL_FOOAndi Gutmans2000-06-101-5/+0
| | | | | - #if HAVE_FOO
* # Still a typo.Jouni Ahto2000-06-091-1/+1
|
* # Cosmetic fixes and a typo.Jouni Ahto2000-06-091-1/+1
|
* - Cosmetic changes.Jouni Ahto2000-06-091-30/+31
| | | | | | - Optionally, create function entries, stubs and declarations from names listed in a file.
* - As Sascha requested.Jouni Ahto2000-06-091-4/+8
|
* Change COMPILE_DL to COMPILE_DL_EXTNAMESascha Schumann2000-06-091-1/+1
|
* - Added skeleton module creating script.Jouni Ahto2000-06-091-0/+87