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
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 ...
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
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