]> granicus.if.org Git - php/commit
- Automatically generate C code to handle arguments passed to a PHP function
authorJouni Ahto <jah@php.net>
Sat, 10 Jun 2000 03:53:11 +0000 (03:53 +0000)
committerJouni Ahto <jah@php.net>
Sat, 10 Jun 2000 03:53:11 +0000 (03:53 +0000)
commitb54f9152800f3e80ead28c58920992410a64dd90
treebc75ab0c8645f316115c123157e8f60bc613c1c4
parent01740bfb0d4648bbd4d85ea625150708e5544e64
- 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...
ext/ext_skel
ext/skeleton/create_stubs [new file with mode: 0755]