> Is there a script available to generate the necessary base .xml
> files by reading the proto definitions of an extension?
> It appears as though there must/might be. If so, I need to
> run it on the mcve extension. If not, please let me know
> too, so I can get started on the long way around.
Nevermind on this ... I wrote a quick C program to do this
for me. I've attached it for anyone else that wants it
Just:
gcc -Wall -O3 -o xml_proto xml_proto.c
Then pass the php extension.c file to the new program,
and it will spit out a crapload of files based on
the protos. Worked for me.
Is there a script available to generate the necessary base .xml
files by reading the proto definitions of an extension?
It appears as though there must/might be. If so, I need to
run it on the mcve extension. If not, please let me know
too, so I can get started on the long way around.
Thanks.
-B