From 9478f633e5b30192e2f19cd057265086ae0fa228 Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Mon, 9 Jun 2003 15:17:40 +0000 Subject: [PATCH] finished unfinished sentence ;-) webserver restart required after changes to php.ini git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@130738 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/install.windows.xml | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/chapters/install.windows.xml b/chapters/install.windows.xml index a064b94567..59cd1f1f70 100644 --- a/chapters/install.windows.xml +++ b/chapters/install.windows.xml @@ -1,5 +1,5 @@ - + Installation on Windows systems @@ -681,7 +681,8 @@ doc_root = c:\apache\htdocs // for Apache It is possible to do minor customization to the build process by editing the main/config.win32.h file. For example you can - change the builtin extensions, the location of &php.ini; and + change the default location of &php.ini;, the builtin extensions, and the + default location for your extensions. Next you may want to build the CLI version which is designed to use @@ -736,7 +737,9 @@ doc_root = c:\apache\htdocs // for Apache - Edit your &php.ini; file: + The default location PHP searches for extensions is + c:\php4\extensions. To change this setting to reflect + your setup of PHP edit your &php.ini; file: @@ -757,8 +760,8 @@ extension_dir = c:/php/extensions/ Enable the extension(s) in &php.ini; you want to use by uncommenting the - extension=php_*.dll lines in &php.ini;. This is done by deleting the - leading ; form the extension you want to load. + extension=php_*.dll lines in &php.ini;. This is done + by deleting the leading ; form the extension you want to load. Enable <link linkend="ref.bzip2">Bzip2</link> extension for PHP-Windows @@ -771,7 +774,7 @@ extension=php_bz2.dll ]]> - + @@ -794,6 +797,12 @@ extension=php_bz2.dll + + + If you are running a server module version of PHP + remember to restart your webserver to reflect your changes to &php.ini;. + +