mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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
This commit is contained in:
parent
c3a79c0877
commit
9478f633e5
1 changed files with 15 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.34 $ -->
|
||||
<!-- $Revision: 1.35 $ -->
|
||||
<sect1 id="install.windows">
|
||||
<title>Installation on Windows systems</title>
|
||||
<para>
|
||||
|
@ -681,7 +681,8 @@ doc_root = c:\apache\htdocs // for Apache
|
|||
<simpara>
|
||||
It is possible to do minor customization to the build process by editing
|
||||
the <filename>main/config.win32.h</filename> 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.
|
||||
</simpara>
|
||||
<simpara>
|
||||
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
|
|||
</note>
|
||||
|
||||
<para>
|
||||
Edit your &php.ini; file:
|
||||
The default location <literal>PHP</literal> searches for extensions is
|
||||
<filename>c:\php4\extensions</filename>. To change this setting to reflect
|
||||
your setup of <literal>PHP</literal> edit your &php.ini; file:
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
|
@ -757,8 +760,8 @@ extension_dir = c:/php/extensions/
|
|||
<listitem>
|
||||
<para>
|
||||
Enable the extension(s) in &php.ini; you want to use by uncommenting the
|
||||
<literal>extension=php_*.dll</literal> lines in &php.ini;. This is done by deleting the
|
||||
leading ; form the extension you want to load.
|
||||
<literal>extension=php_*.dll</literal> lines in &php.ini;. This is done
|
||||
by deleting the leading ; form the extension you want to load.
|
||||
<example>
|
||||
<title>Enable <link linkend="ref.bzip2">Bzip2</link> extension for PHP-Windows</title>
|
||||
<programlisting role="ini">
|
||||
|
@ -771,7 +774,7 @@ extension=php_bz2.dll
|
|||
]]>
|
||||
</programlisting>
|
||||
</example>
|
||||
</para>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
|
@ -794,6 +797,12 @@ extension=php_bz2.dll
|
|||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
<note>
|
||||
<simpara>
|
||||
If you are running a server module version of <literal>PHP</literal>
|
||||
remember to restart your webserver to reflect your changes to &php.ini;.
|
||||
</simpara>
|
||||
</note>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue