Re: [PHP-DEV] Shared PHP library

2002-04-27 Thread Yasuo Ohgaki
Stig S. Bakken wrote: > On Sat, 2002-04-20 at 17:53, Andrei Zmievski wrote: > >>I would like to know if we can modify the build process to build and >>install a PHP library, without any SAPI modules, so that libphp.a and >>libphp.so get installed in the appropriate locations. I need this in >>ord

Re: [PHP-DEV] Shared PHP library

2002-04-27 Thread Markus Fischer
Hi, that would be great expandation of PHP. For example, TCL has quite a nice interface to start an interpreter, (virtually) compile a script into byte code, bind simple C types to TCL variables, eval/call function in TCL and have the output in the bound C variables ...

Re: [PHP-DEV] Shared PHP library

2002-04-20 Thread Stig S. Bakken
On Sat, 2002-04-20 at 17:53, Andrei Zmievski wrote: > I would like to know if we can modify the build process to build and > install a PHP library, without any SAPI modules, so that libphp.a and > libphp.so get installed in the appropriate locations. I need this in > order to develop PHP support f

[PHP-DEV] Shared PHP library

2002-04-20 Thread Andrei Zmievski
I would like to know if we can modify the build process to build and install a PHP library, without any SAPI modules, so that libphp.a and libphp.so get installed in the appropriate locations. I need this in order to develop PHP support for some applications, since they will need to link against t