ID: 8879 Updated by: [EMAIL PROTECTED] -Reported By: [EMAIL PROTECTED] +Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Feature/Change Request Operating System: Solaris / iPlanet -PHP Version: 4.0.4pl1 +PHP Version: 4.3.1-dev New Comment:
Trying to assign this to my address since this person no longer works for Sonera.. Previous Comments: ------------------------------------------------------------------------ [2001-01-24 05:28:57] [EMAIL PROTECTED] In php.ini you can only set one value for the various php configuration variables (doc_root, open_basedir etc.). It is possible to compile php with different paths to php.ini and set the values there, but it won't work with virtual servers. How about allowing to set those values at runtime by passing parameters to php4_execute? -- ... <Client urlhost="www.domain.com"> NameTrans fn="document-root" root="/path/to/document/root" Service fn="php4_execute" type="magnus-internal/x-httpd-php" doc_root="/path/to/document/root" </Client> ... -- Is this possible? ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=8879&edit=1
