philip Sun Jan 19 17:10:19 2003 EDT Modified files: /phpdoc/en/chapters install.windows.xml Log: Closes bug #16790. Mentions gd2 dll and cli. Index: phpdoc/en/chapters/install.windows.xml diff -u phpdoc/en/chapters/install.windows.xml:1.21 phpdoc/en/chapters/install.windows.xml:1.22 --- phpdoc/en/chapters/install.windows.xml:1.21 Sat Jan 18 00:00:06 2003 +++ phpdoc/en/chapters/install.windows.xml Sun Jan 19 17:10:19 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.21 $ --> +<!-- $Revision: 1.22 $ --> <sect1 id="install.windows"> <title>Installation on Windows systems</title> <para> @@ -137,7 +137,9 @@ PHP 4 for Windows comes in two flavours - a CGI executable (php.exe), and several SAPI modules (for example: php4isapi.dll). The latter form is new to PHP 4, and provides significantly improved performance and - some new functionality. + some new functionality. There is also a CLI version which is + further described in the <link linkend="features.commandline"> + commandline chapter</link>. </para> <warning> <simpara> @@ -744,6 +746,11 @@ <row> <entry>php_gd.dll</entry> <entry><link linkend="ref.image">GD</link> library image functions</entry> + <entry>None</entry> + </row> + <row> + <entry>php_gd2.dll</entry> + <entry><link linkend="ref.image">GD2</link> library image functions</entry> <entry>None</entry> </row> <row>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php