Re: [PHP] PHP oop in C

2001-01-29 Thread John Donagher
Take a look at the domxml extension code, for one example. There are other extensions that do this as well. John On Mon, 29 Jan 2001 [EMAIL PROTECTED] wrote: > Hello, > > Does anyone know how to take a PHP class and move it directly into PHP's C > code, OR (even better) to move it into C co

[PHP] PHP oop in C

2001-01-29 Thread matt . wong
Hello, Does anyone know how to take a PHP class and move it directly into PHP's C code, OR (even better) to move it into C code that compiles in a separate binary object (e.g. myobj.o), and is then linked to the php executable (or httpd executable)? For example, how can I move this code into