Re: [PHP-DEV] Compiling PHP as Apache 2 static module?

2002-11-08 Thread Melvyn Sopacua
At 14:06 11/8/2002 -0500, Robert Twitty wrote: Is it possible to compile PHP as an Apache 2.0 static module. None of PHP 's configure indicate that this is possible. Nor does any other Apache mod. There's no support for that, in Apache, last time I looked. Believe me - I'm waiting too :) Met

[PHP-DEV] Compiling PHP as Apache 2 static module?

2002-11-08 Thread Robert Twitty
Is it possible to compile PHP as an Apache 2.0 static module. None of PHP 's configure indicate that this is possible. -- bob -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] compiling php

2002-08-21 Thread Alex Green
Hi All, what does this mean? /bin/sh libtool --silent --mode=compile gcc -Iext/zlib/ -I/usr/local/www/php4-200208210300/ext/zlib/ -DPHP_ATOM_INC -I/ usr/local/www/php4-200208210300/include -I/usr/local/www/php4-200208210300/m ain -I/usr/local/www/php4-200208210300 -I/usr/local/www/apache2/2.0.

Re: [PHP-DEV] Compiling PHP as a NLM

2001-04-25 Thread Davin Thompson
actually, I am using GCC here is a page that may be of some interest to you http://www.penguin.cz/~mhi/nlm/NLM-HOWTO/NLM-HOWTO.html I finaly figured out that I could set all the options I needed in the file "config_vars.mk", now i am fighting with POSIX   it does not want to die M

Re: [PHP-DEV] Compiling PHP as a NLM

2001-04-25 Thread Matt White
Davin; I've been wanting to do this for a while (compile PHP as an Apache/NetWare module). If you need help, please let me know. I don't have a NetWare compiler, but I've been needing a reason to get one. The flags that are being passed into GCC control the way it compiles (In order... All wa

[PHP-DEV] Compiling PHP as a NLM

2001-04-25 Thread Davin Thompson
I am currently attempting to compile PHP as an NLM.  Unfortunately, my programming skills fall short of the task, but I am wading my way through it.  What I am currently stuck on is where in the php4 configure script (if this is the right place to do it at) should I add the following to have it p

Re: [PHP-DEV] compiling PHP with oracle

2001-01-11 Thread Paul Mindeman
Paco Ortiz wrote: > Hi: > > >> PHP as a DSO with Oracle support does work. > > > yes, that's how I believe it has to be... > >> You need to make sure that >> $ORACLE_HOME is in Apache's path > > > do you mean that when I compile and configure apache, $ORACLE_HOME is properly set? No,

RE: [PHP-DEV] compiling PHP with oracle

2001-01-11 Thread Paco Ortiz
Hi: > PHP as a DSO with Oracle support does work. yes, that's how I believe it has to be... >You need to make sure that > $ORACLE_HOME is in Apache's path do you mean that when I compile and configure apache, $ORACLE_HOME is properly set? >and that the libctlnsh.so.8.0 file is

Re: [PHP-DEV] compiling PHP with oracle

2001-01-11 Thread Paul Mindeman
Paco Ortiz wrote: > Hi: > > >> Did anybody have any problems with compiling PHP 4.0x with oracle? >> (--with-oci8) > > > no problem at all with this combination: > > - PIII 800MHz -256MB > - Red Hat 6.2 > - Apache 1.3.12 > - PHP 4.0.3pl1 > - Oracle 8.1.6 > > Only one tip: PHP as a loadable

RE: [PHP-DEV] compiling PHP with oracle

2001-01-11 Thread Paco Ortiz
Hi: > Did anybody have any problems with compiling PHP 4.0x with oracle? > (--with-oci8) no problem at all with this combination: - PIII 800MHz -256MB - Red Hat 6.2 - Apache 1.3.12 - PHP 4.0.3pl1 - Oracle 8.1.6 Only one tip: PHP as a loadable module of Apache DOESN'T SEEM to wo

Re: [PHP-DEV] compiling PHP with oracle

2001-01-11 Thread Cynic
I don't know if this is of any interest, but I successfully built php4-200101100845 with OCI8 on NT5. I haven't tested it yet, but the extension shows as loaded in phpinfo(). At 14:39 11.1. 2001, Andrzej Kiesz wrote the following: --

[PHP-DEV] compiling PHP with oracle

2001-01-11 Thread Andrzej Kiesz
Did anybody have any problems with compiling PHP 4.0x with oracle? (--with-oci8) -- (` _ _ _ |_ (_)|||(_)(_)|\|_| [EMAIL PROTECTED]' - Andrzej Kiesz - http://sport.wp.pl -- PHP Development Mailing List To unsubscribe, e-mail: [EMAIL PROTECTED] For add