mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Closes bug #16790. Mentions gd2 dll and cli.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@112742 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
322a94cc14
commit
070778bf8e
1 changed files with 9 additions and 2 deletions
|
@ -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>
|
||||
|
@ -746,6 +748,11 @@
|
|||
<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>
|
||||
<entry>php_gettext.dll</entry>
|
||||
<entry><link linkend="ref.gettext">Gettext</link> functions</entry>
|
||||
|
|
Loading…
Reference in a new issue