pan wrote:
"Robby Russell" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]

Trying to use own php.ini file (rather than the one that the webserver
sees by default) for a web site (on a box that has many websites that
utilize the other) and used the following instructions, but it doesn't
seem to notice my own php.ini file.

> When the PHP interpreter starts up, it behaves according to settings
> specified in any availabe php.ini file. The Web server will look for
> this file in the following locations and in the following order:
>
> 1. The directory from which the PHP script was called 2. The root of
> your Web directory  3. The Web server's default php.ini

Any thoughts?


rtfm on ini_set()



That's not going to help the OP load a seperate ini file for virtual domains. ini_set() is good if you only need to change a few settings, but it would be a pain to set all the ini settings (not to mention that I don't think ini_set() will change all the ini settings).


--
***********************************************************************
*  _  __       __      __       _                      * John  Nichel *
* | |/ /___ __ \ \    / /__ _ _| |__ ___  __ ___ _ __  * 716.856.9675 *
* | ' </ -_) _` \ \/\/ / _ \ '_| / /(_-<_/ _/ _ \ '  \ * 737 Main St. *
* |_|\_\___\__, |\_/\_/\___/_| |_\_\/__(_)__\___/_|_|_|* Suite #150   *
*          |___/                                       * Buffalo, NY  *
* http://www.KegWorks.com            [EMAIL PROTECTED] * 14203 - 1321 *
***********************************************************************

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



Reply via email to