philip Thu Mar 31 22:01:27 2005 EDT
Modified files: /phpdoc/en/install/windows extensions.xml Log: Update list of built in extensions to include PHP 5 changes, and link to these extensions. Also rewrite the built in intro. http://cvs.php.net/diff.php/phpdoc/en/install/windows/extensions.xml?r1=1.9&r2=1.10&ty=u Index: phpdoc/en/install/windows/extensions.xml diff -u phpdoc/en/install/windows/extensions.xml:1.9 phpdoc/en/install/windows/extensions.xml:1.10 --- phpdoc/en/install/windows/extensions.xml:1.9 Tue Feb 22 06:13:56 2005 +++ phpdoc/en/install/windows/extensions.xml Thu Mar 31 22:01:26 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.9 $ --> +<!-- $Revision: 1.10 $ --> <sect1 id="install.windows.extensions"> <title>Installation of extensions on Windows</title> <para> @@ -12,18 +12,44 @@ <para> The DLLs for PHP extensions are prefixed with <literal>php_</literal>. </para> - <note> - <para> - In PHP 4.3.1 BCMath, Calendar, COM, Ctype, FTP, MySQL, ODBC, Overload, - PCRE, Session, Tokenizer, WDDX, XML and Zlib support is - <emphasis>built in</emphasis>. You don't need to load any additional - extensions in order to use these functions. See your distributions - <filename>README.txt</filename> or <filename>install.txt</filename> - or <link linkend ="install.windows.extensions.overview">this table</link> - for a list of built in modules. - </para> - </note> - + <para> + Many extensions are <emphasis>built into</emphasis> the Windows version + of PHP. This means additional DLL files, and the + <link linkend="ini.extension">extension</link> directive, are + <emphasis>not</emphasis> used to load these extensions. The Windows + <link linkend ="install.windows.extensions.overview">PHP Extensions</link> + table lists extensions that require, or used to require, additional PHP + DLL files. Here's a list of built in extensions: + </para> + <para> + In PHP 4 (updated PHP 4.3.11): + <link linkend="ref.bc">BCMath</link>, + <link linkend="ref.calendar">Caledar</link>, + <link linkend="ref.com">COM</link>, + <link linkend="ref.ctype">Ctype</link>, + <link linkend="ref.ftp">FTP</link>, + <link linkend="ref.mysql">MySQL</link>, + <link linkend="ref.uodbc">ODBC</link>, + <link linkend="ref.overload">Overload</link>, + <link linkend="ref.pcre">PCRE</link>, + <link linkend="ref.session">Session</link>, + <link linkend="ref.tokenizer">Tokenizer</link>, + <link linkend="ref.wddx">WDDX</link>, + <link linkend="ref.xml">XML</link>&listendand; + <link linkend="ref.zlib">Zlib</link> + </para> + <para> + In PHP 5 (updated PHP 5.0.4), the following changes exist. Built in: + <link linkend="ref.dom">DOM</link>, + <link linkend="ref.libxml">LibXML</link>, + <link linkend="ref.iconv">Iconv</link>, + <link linkend="ref.simplexml">SimpleXML</link>, + <link linkend="ref.spl">SPL</link>&listendand; + <link linkend="ref.sqlite">SQLite</link>. + And the following are no longer built in: + <link linkend="ref.mysql">MySQL</link> and + <link linkend="ref.overload">Overload</link>. + </para> <para> The default location PHP searches for extensions is <filename class="directory">c:\php4\extensions</filename> in PHP 4 and