Re: [PHP] php.ini file not being updated with install

2003-04-04 Thread Tracy
Mark Douglas wrote:

> If you are using php as a DSO, you need to restart your webserver to load
> the new install.

> Mark

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Friday, April 04, 2003 9:25 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] php.ini file not being updated with install


> Hello Everyone,
> I updated php recently in order to add the --with-ldap part.
> so my config.nice file now looks like:

> './configure' 
> '--with-apache=../apache_1.3.27' 
> '--with-mysql=/usr' 
> '--with-oci8=/opt/oracle/product/9.2.0' 
> '--enable-sigchild' 
> '--with-ldap' 
> "$@"

> To update php, I ran "make clean" then the above ./configure line
> and then:
> make 
> make install

> Now it looks like my command line php executable has been updated and is
> able to connect to ldap.
> However if I check out my phpinfo() from the web, it does not show the 
> new "Build Date".  It still shows all the information from the last time I
> complied php and still cannot connect to ldap.

> Could anyone please help??
> Thanks,
> Tracy

Actually I restarted my webserver serveral times and even tried rebooting 
for the changes to take affect but nothing.. 
Thanks though.  I really appreicate your help.
Tracy




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP] php.ini file not being updated with install

2003-04-04 Thread Mark Douglas
If you are using php as a DSO, you need to restart your webserver to load
the new install.

Mark

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Friday, April 04, 2003 9:25 PM
To: [EMAIL PROTECTED]
Subject: [PHP] php.ini file not being updated with install


Hello Everyone,
I updated php recently in order to add the --with-ldap part.
so my config.nice file now looks like:

'./configure' \
'--with-apache=../apache_1.3.27' \
'--with-mysql=/usr' \
'--with-oci8=/opt/oracle/product/9.2.0' \
'--enable-sigchild' \
'--with-ldap' \
"$@"

To update php, I ran "make clean" then the above ./configure line
and then:
make 
make install

Now it looks like my command line php executable has been updated and is
able to connect to ldap.
However if I check out my phpinfo() from the web, it does not show the 
new "Build Date".  It still shows all the information from the last time I
complied php and still cannot connect to ldap.

Could anyone please help??
Thanks,
Tracy


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php