Fw: [PHP-DOC] cvs: phpdoc /en/chapters install.windows.xml
[email protected] ("Salah Faya")
| Newsgroups | php.doc.ar |
|---|---|
| Message-ID | <[email protected]> |
طھط؛ظٹظٹط± ظپظٹ ط§ظ„ظ…ظ„ظپطŒ ظٹط±ط¬ظ‰ طھطط¯ظٹط« ط§ظ„طھط¹ط±ظٹط¨ ط¹ظ„ظ‰ ط¢ط®ط± ظ†ط³ط®ط© طھظ…طھ طھط±ط¬ظ…طھظ‡ط§/ظ…ط±ط§ط¬ط¹طھظ‡ط§ ----- Original Message ----- From: "Friedhelm Betz" <[email protected]> To: <[email protected]> Sent: Monday, June 09, 2003 6:17 PM Subject: [PHP-DOC] cvs: phpdoc /en/chapters install.windows.xml > betz Mon Jun 9 11:17:40 2003 EDT > > Modified files: > /phpdoc/en/chapters install.windows.xml > Log: > finished unfinished sentence ;-) > webserver restart required after changes to php.ini > > > Index: phpdoc/en/chapters/install.windows.xml > diff -u phpdoc/en/chapters/install.windows.xml:1.34 phpdoc/en/chapters/install.windows.xml:1.35 > --- phpdoc/en/chapters/install.windows.xml:1.34 Wed Jun 4 04:33:34 2003 > +++ phpdoc/en/chapters/install.windows.xml Mon Jun 9 11:17:40 2003 > @@ -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 @@ > <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 @@ > </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 @@ > <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 @@ > ]]> > </programlisting> > </example> > - </para> > + </para> > </listitem> > <listitem> > <para> > @@ -794,6 +797,12 @@ > </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> > > > > -- > PHP Documentation Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > >