History log of /PHP-5.5/ext/skeleton/create_stubs (Results 26 – 29 of 29)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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 ...


12