nlopess Sun Aug 8 12:33:29 2004 EDT
Modified files: /phpdoc/en/install/windows extensions.xml Log: remove intructions to move files to the windows folders add some PHP 5 extensions http://cvs.php.net/diff.php/phpdoc/en/install/windows/extensions.xml?r1=1.3&r2=1.4&ty=u Index: phpdoc/en/install/windows/extensions.xml diff -u phpdoc/en/install/windows/extensions.xml:1.3 phpdoc/en/install/windows/extensions.xml:1.4 --- phpdoc/en/install/windows/extensions.xml:1.3 Fri Aug 6 12:58:59 2004 +++ phpdoc/en/install/windows/extensions.xml Sun Aug 8 12:33:29 2004 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <sect1 id="install.windows.extensions"> <title>Installation of extensions on Windows</title> <para> @@ -26,8 +26,9 @@ <para> The default location <literal>PHP</literal> searches for extensions is - <filename class="directory">c:\php4\extensions</filename>. To change this setting to reflect - your setup of <literal>PHP</literal> edit your &php.ini; file: + <filename class="directory">c:\php4\extensions</filename> in PHP 4 and + <filename class="directory">c:\php5</filename> in PHP 5. To change this + setting to reflect your setup of PHP edit your &php.ini; file: <itemizedlist> <listitem> <para> @@ -68,20 +69,16 @@ <para> Some of the extensions need extra DLLs to work. Couple of them can be found in the distribution package, in the - <filename class="directory">c:\php\dlls\</filename> folder but some, for example Oracle + <filename class="directory">C:\php\dlls\</filename> folder in PHP 4 or + in the main folder in PHP 5, but some, for example Oracle (<filename>php_oci8.dll</filename>) require DLLs which are not bundled - with the distribution package. Copy the bundled DLLs from - <filename class="directory">c:\php\dlls</filename> folder to your Windows - <varname>PATH</varname>, safe places are: - <simplelist> - <member>c:\windows\system for Windows 9x/Me</member> - <member>c:\winnt\system32 for Windows NT/2000</member> - <member>c:\windows\system32 for Windows XP</member> - </simplelist> - If you have them already installed on your system, overwrite them only - if something doesn't work correctly (Before overwriting them, it is a - good idea to make a backup of them, or move them to another folder - - just in case something goes wrong). + with the distribution package. If you are installing PHP 4, copy the + bundled DLLs from <filename class="directory">C:\php\dlls</filename> + folder to the main <filename class="directory">C:\php</filename> + folder. Don't forget to include <filename + class="directory">C:\php</filename> in the system + <varname>PATH</varname> (this process is explained in a separate <link + linkend="faq.installation.addtopath">FAQ entry</link>). </para> </listitem> </itemizedlist> @@ -310,6 +307,18 @@ <entry>Requires: <filename>ntwdblib.dll</filename> (bundled)</entry> </row> <row> + <entry>php_mysql.dll</entry> + <entry><link linkend="ref.mysql">MySQL</link> functions</entry> + <entry>PHP >= 5.0.0, requires <filename>libmysql.dll</filename> + (bundled)</entry> + </row> + <row> + <entry>php_mysqli.dll</entry> + <entry><link linkend="ref.mysqli">MySQLi</link> functions</entry> + <entry>PHP >= 5.0.0, requires <filename>libmysqli.dll</filename> + (bundled)</entry> + </row> + <row> <entry>php_oci8.dll</entry> <entry><link linkend="ref.oci8">Oracle 8</link> functions</entry> <entry>Requires: Oracle 8.1+ client libraries</entry> @@ -355,6 +364,11 @@ <entry>NT only!</entry> </row> <row> + <entry>php_soap.dll</entry> + <entry><link linkend="ref.soap">SOAP</link> functions</entry> + <entry>PHP >= 5.0.0</entry> + </row> + <row> <entry>php_sockets.dll</entry> <entry><link linkend="ref.sockets">Socket</link> functions</entry> <entry>None</entry> @@ -363,6 +377,11 @@ <entry>php_sybase_ct.dll</entry> <entry><link linkend="ref.sybase">Sybase</link> functions</entry> <entry>Requires: Sybase client libraries</entry> + </row> + <row> + <entry>php_tidy.dll</entry> + <entry><link linkend="ref.tidy">Tidy</link> functions</entry> + <entry>PHP >= 5.0.0</entry> </row> <row> <entry>php_tokenizer.dll</entry>