diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/debian/control b/debian/control index bc9863e1c..daec7134d 100644 --- a/debian/control +++ b/debian/control @@ -46,7 +46,7 @@ Suggests: php-pear Description: server-side, HTML-embedded scripting language (apache 1.3 module) This package provides the PHP5 module for the Apache 1.3 webserver (as found in the apache, apache-ssl, and apache-perl packages). To use php5 - with Apache 2.0, you probably want libapache2-mod-php5 instead. + with Apache 2, you probably want libapache2-mod-php5 instead. . ${php:Extensions} . @@ -63,8 +63,8 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, mime-support (>= 2.03-1), ${apache2 Conflicts: libapache2-mod-php4 Provides: ${php:Provides} Suggests: php-pear -Description: server-side, HTML-embedded scripting language (apache 2.0 module) - This package provides the PHP5 module for the Apache 2.0 webserver (as +Description: server-side, HTML-embedded scripting language (apache 2 module) + This package provides the PHP5 module for the Apache 2 webserver (as found in the apache2-mpm-prefork package). Please note that this package ONLY works with Apache's prefork MPM, as it is not compiled thread-safe. To use php5 with Apache 1.3, you probably want libapache-mod-php5 instead. @@ -86,7 +86,7 @@ Conflicts: php3 (<= 3.0.18-1) Suggests: php-pear Description: server-side, HTML-embedded scripting language (CGI binary) This package provides the /usr/lib/cgi-bin/php5 CGI interpreter built - for use in apache 1.3 or apache 2.0 with mod_actions, or any other CGI + for use in apache 1.3 or apache 2 with mod_actions, or any other CGI httpd that supports a similar mechanism. Note that MOST apache users probably want the libapache-mod-php5 or libapache2-mod-php5 packages. . @@ -136,12 +136,14 @@ Package: php-pear Architecture: all Depends: php5-cli | php4-cli, php5-common (>= ${Source-Version}) Recommends: gnupg +Suggests: php5-dev | php4-dev Replaces: php4-pear (<< 4:4.4.0-0) Description: PEAR - PHP Extension and Application Repository This package contains the base PEAR classes for PHP, as well as the PEAR installer. Many PEAR classes are already packaged for Debian, and can be easily identified by names beginning with "php-", such as php-db and - php-auth. + php-auth. Note: to build and install precompiled PECL extensions, you + will need one of the php development packages installed. . PHP5 is an HTML-embedded scripting language. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown @@ -164,7 +166,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${php:Depends}, php5-common (= ${Source-Version}) Description: GD module for php5 This package provides a module for handling graphics directly from PHP - scripts. It supports the PNG, JPEG, XPM and ttf fonts. + scripts. It supports the PNG, JPEG, XPM formats as well as Freetype/ttf fonts. . PHP5 is an HTML-embedded scripting language. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown |