Jouni Ahto
88426390a8
- Fix incorrect code creation when an optional argument is resource type.
2000-06-10 09:45:27 +00:00
Andi Gutmans
f79e3fa02f
- #ifdef COMPILE_DL_FOO
...
- #if HAVE_FOO
2000-06-10 08:50:24 +00:00
Jouni Ahto
f3c1222da3
- Fix typos, add default case to switch and other small things.
2000-06-10 05:47:22 +00:00
Jouni Ahto
b54f915280
- 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...
2000-06-10 03:53:11 +00:00
Jouni Ahto
796ff183b0
# Still a typo.
2000-06-09 23:37:05 +00:00
Jouni Ahto
dee9053cb6
# Cosmetic fixes and a typo.
2000-06-09 21:47:20 +00:00
Jouni Ahto
420d668f33
- Cosmetic changes.
...
- Optionally, create function entries, stubs and declarations from names
listed in a file.
2000-06-09 18:04:17 +00:00
Jouni Ahto
216067b63f
- As Sascha requested.
2000-06-09 03:38:37 +00:00
Sascha Schumann
a4a4de55f7
Change COMPILE_DL to COMPILE_DL_EXTNAME
2000-06-09 02:59:47 +00:00
Jouni Ahto
c9dfab5024
- Added skeleton module creating script.
2000-06-09 02:51:43 +00:00