On Sat, 2002-11-30 at 19:35, From Laura wrote:
> Hello,
>
> I am trying to install the latest version of php. I got errors on the
> ./configure --with-oci8=/my/oracle/home/directory. I have the following
> setup:
> Oracle 8.1.7 for linux
> Apache: 1.3.20-16
> red hat 7.2
You might try
./conf
Hello,
I am trying to install the latest version of php. I got errors on the
./configure --with-oci8=/my/oracle/home/directory. I have the following
setup:
Oracle 8.1.7 for linux
Apache: 1.3.20-16
red hat 7.2
Oracle works like a charm but the oracle install itself was tricky requiring
some r
I'm working on getting the following install working under OS 10.2.2:
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/share/man \
--with-apxs=/usr/sbin/apxs \
--with-mysql \
--with-gd=/usr/local \
--with-png-dir=/usr/local \
--with-zlib-dir=/usr/local \
--with
John
So, are any of the pre-defined vars being set?
What does produce?
Rich
-Original Message-
From: John Coder [mailto:[EMAIL PROTECTED]]
Sent: 30 November 2002 10:37
To: [EMAIL PROTECTED]
Subject: Re: [PHP-INST] variable $PHP_SELF
On Sat, 2002-11-30 at 05:23, DaMouse wrote:
> use $_S
php-install Digest 30 Nov 2002 18:37:10 - Issue 1141
Topics (messages 9276 through 9278):
Re: variable $PHP_SELF
9276 by: DaMouse
9278 by: John Coder
mac os 10.1.4 textedit help
9277 by: carrot
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTE
On Sat, 2002-11-30 at 05:23, DaMouse wrote:
> use $_SERVER['PHP_SELF']
Nope that didn't do the trick I have register globals on. so it must be
something else in the ini file.
>
> - Original Message -
> From: John Coder <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Saturday, Novem
hello
i am running os 10.1.4 and downloaded php4.1.2 (i think) and i am having a
few truobles, i have followed the instructions on php.net and got stuck on
number 4, this is where i have to do this; sudo open -a textedit
/etc/httpd/httpd.conf , i have done this and the httpd.conf file opens in
te
use $_SERVER['PHP_SELF']
- Original Message -
From: John Coder <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, November 30, 2002 4:48 AM
Subject: [PHP-INST] variable $PHP_SELF
> I recently upgraded to php-4.3.0RC2 and I'm having probs with the
> $PHP_SELF variable. where in