#
b1745163 |
| 23-Oct-2000 |
Hartmut Holzgraefe |
added a regression test skeleton file plus a partintro in xml documentation template
|
Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1, php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1, PRE_FILE_COMPILE_API_CHANGE, PRE_METHOD_CALL_SEPERATE_FIX_PATCH, php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC |
|
#
a67157c2 |
| 24-Jun-2000 |
Hartmut Holzgraefe |
<funcprototype> added to xml generation
|
#
3fb9b8f4 |
| 17-Jun-2000 |
Jouni Ahto |
- Missed one if() and cosmetic changes.
|
#
495a957c |
| 15-Jun-2000 |
Jouni Ahto |
- Fixed incorrect code generated when all parameters are optional. - Fixed handling of grouped optional parameters. - Added an option to generate xml documentation. - Added an option not
- Fixed incorrect code generated when all parameters are optional. - 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.
show more ...
|
#
d64c9d28 |
| 11-Jun-2000 |
Jouni Ahto |
- Avoid generating unnecessary switch statemets. - Add a test if argument was given (if it is optional) before trying to fetch a resource and a note that something should be done if it wasn
- Avoid generating unnecessary switch statemets. - Add a test if argument was given (if it is optional) before trying to fetch a resource and a note that something should be done if it wasn't. - Some cosmetic fixes in the code generated. - Some other small fixes in the code generated, already forgotten.
show more ...
|
#
88426390 |
| 10-Jun-2000 |
Jouni Ahto |
- Fix incorrect code creation when an optional argument is resource type.
|
#
f3c1222d |
| 10-Jun-2000 |
Jouni Ahto |
- Fix typos, add default case to switch and other small things.
|
#
b54f9152 |
| 10-Jun-2000 |
Jouni Ahto |
- Automatically generate C code to handle arguments passed to a PHP function based on function proto. # Very cool! Try yourself, put for example the following line in file funcs: # bool
- Automatically generate C code to handle arguments passed to a PHP function based on function proto. # Very cool! Try yourself, put for example the following line in file funcs: # bool drawtext(string text, resource font, int x, int y [, resource color]) # and then run ./ext_skel foobar /full/path/to/funcs and then look at # foobar.c...
show more ...
|