From fe78a5bb6b5af4a81da919d60282b084364b361a Mon Sep 17 00:00:00 2001 From: Uwe Schindler Date: Sun, 17 Aug 2003 22:15:07 +0000 Subject: [PATCH] some more infos to ini settings git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@138148 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/install.iplanet.xml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/chapters/install.iplanet.xml b/chapters/install.iplanet.xml index ba484496ca..8601a491cb 100644 --- a/chapters/install.iplanet.xml +++ b/chapters/install.iplanet.xml @@ -1,5 +1,5 @@ - + Servers-Netscape, iPlanet and SunONE @@ -160,8 +160,10 @@ Service fn="php4_execute" type="magnus-internal/x-httpd-php" [inikey=value inike ]]> (PHP >= 4.3.3) As additional parameters you can add some special &php.ini;-values, for example you - can set a docroot specific to the context php4_execute - is called. + can set a docroot="/path/to/docroot" specific to the context php4_execute + is called. For boolean ini-keys please use 0/1 as value, not "On","Off",... + (this will not work correctly), e.g. zlib.output_compression=1 instead of + zlib.output_compression="On" @@ -325,8 +327,10 @@ Service fn="php4_execute" type="magnus-internal/x-httpd-php" [inikey=value inike ]]> (PHP >= 4.3.3) As additional parameters you can add some special &php.ini;-values, for example you - can set a docroot specific to the context php4_execute - is called. + can set a docroot="/path/to/docroot" specific to the context php4_execute + is called. For boolean ini-keys please use 0/1 as value, not "On","Off",... + (this will not work correctly), e.g. zlib.output_compression=1 instead of + zlib.output_compression="On"