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

2003-04-04 Thread Tracy
ject: [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=/us

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

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

2003-04-04 Thread tracy
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 "m