1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: php4-gd2
Section: web
Priority: extra
Maintainer: Adam Conrad <adconrad@0c3.net>
Build-Depends: debhelper (>= 3.0.9), bison, flex, apache-dev (>= 1.3.23), php4-dev (>= 3:4.1.2), libgd2-dev, libfreetype6-dev, libjpeg62-dev, libpng2-dev (>= 1.0.12), t1lib-dev, xlibs-dev (>> 4.1.0), zlib1g
Standards-Version: 3.1.1
Package: php4-gd2
Architecture: any
Depends: ${shlibs:Depends}, ${zend:Depends}
Provides: php4-gd
Replaces: php4-gd
Conflicts: php4-gd
Description: GD module (with GD2) for php4
This package provides a module for handling graphics directly from PHP
scripts. It supports the PNG, JPEG, XPM and ttf fonts. It is compiled with
libgd2, so it has more functions, but it may happen, that what worked with
php4-gd will not or will have strange results. This will be hopefuly fixed
with newer libgd2.
.
PHP4 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
in. The goal of the language is to allow web developers to write
dynamically generated pages quickly.
|