summaryrefslogtreecommitdiff
path: root/scripts/ext_skel_ng/php_function.php
Commit message (Collapse)AuthorAgeFilesLines
* ext_skel is no more, and ext_skel_ng is moving to PEAR::PECL_GenHartmut Holzgraefe2003-06-291-426/+0
|
* thoughts about a new proto parser ...Hartmut Holzgraefe2003-06-211-2/+49
|
* typo fixHartmut Holzgraefe2003-06-201-1/+1
|
* doing the trick like in extension_parser.phpHartmut Holzgraefe2003-05-201-1/+1
|
* no RCS keyword expansion in template, 2nd tryHartmut Holzgraefe2003-05-201-1/+1
|
* - new method to generate test cases for functionsHartmut Holzgraefe2003-05-201-3/+36
| | | | | - beginning support for "pass by reference" parameters
* 'stream' parameter support in proto parser and code generationHartmut Holzgraefe2003-05-091-0/+10
|
* use PHP 5 style constructorHartmut Holzgraefe2003-04-261-54/+56
| | | | | plus whitespace/coding style changes
* whitespace changes in generated codeHartmut Holzgraefe2003-04-241-13/+13
|
* Resource handling fixed and improved:Hartmut Holzgraefe2003-04-231-17/+111
| | | | | | | | | | | - resources may have an additional type specifier in prototypes - the 'alloc' attribute specifies whether to emalloc/efree the resource payload in generated code or not Example code generation for function return types Small docbook generation fixes in function documentation
* make sure the function name in the proto matches the functionHartmut Holzgraefe2003-03-151-0/+5
|
* - support for "callback" typeHartmut Holzgraefe2003-02-281-7/+10
| | | | | - proto syntax errors are now passed back to the top level parser
* - code generation: resources and phpinfo logoHartmut Holzgraefe2003-02-241-24/+30
| | | | | | | | | - duplicate code elimination for prototype parsing - improved phpinfo block (incl. logo) - some input error checking - documentation generation for ini-directives, constants and resources
* code for the special functions MINIT, MSHUTDOWN, RINIT, RSHUTDOWN, MINFOHartmut Holzgraefe2003-02-191-3/+19
| | | | | | and for private internal C helper functions may now be embedded into the XML specification
* next generation ext_skel script - initial checkinHartmut Holzgraefe2003-02-191-0/+210