PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : php4-modul für apache2 mit GD-grafik-unterstützung



tebas
21.10.04, 14:44
hallo lieber lesender :-),

laut

apt-cache show libapache2-mod-php4
ist das php4-Modul (welches ich mit apt-get installiere) für den Apache2 ohne unterstüzung für die GD-Grafik-Bliothek kompiliert:


This package provides the loadable module for the Apache2 webserver. Compiled in modules are:
bcmath, calendar, curl, dba, exif, filepro, ftp, mm, sockets, wddx, xml, yp and zlib.




gibts ne möglichkeit die image-GD-funktionen zu nutzen innerhalb der php-scripte ohne

* das modul selber zu kompilieren


* php als 'externes' cgi zu nutzen (sollte als modul im apache bleiben)

was noch sehr seltsam ist: laut o.g. liste ist mysql-support auch nicht einkompiliert, ich kann es aber nutzen :confused:
oder ist das als 'absolut-basic' _immer_ mit drin?

thx - tebas

MarcM
21.10.04, 14:54
und was ist mit :

marc@notebook:~$ apt-cache show php4-gd2

Package: php4-gd2
Priority: extra
Section: web
Installed-Size: 160
Maintainer: Adam Conrad <adconrad@0c3.net>
Architecture: i386
Version: 3:4.3.2+rc3-2
Replaces: php4-gd
Provides: php4-gd
Depends: libc6 (>= 2.3.2-1), libfreetype6 (>= 2.1.4-1), libgd2-xpm (>= 2.0.15),libjpeg62, libpng12-0 (>= 1.2.5.0-4), t1lib1, xlibs (>> 4.1.0), zlib1g (>= 1:1.1.4), phpapi-20020918, debconf (>= 0.5)
Conflicts: php4-gd
Filename: pool/main/p/php4-gd2/php4-gd2_4.3.2+rc3-2_i386.deb
Size: 33110
MD5sum: 338feed7e1c1e7678ca60f00bd70c9b2
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.


Greetz
Marc

tebas
21.10.04, 16:46
sag mir wenn ich mich irre, aber das ist doch ein modul für die php-binary (also /usr/local/bin/php oder wo auch immer)

deswegen kann das apache-modul welches mir php-funktionalität gibt noch kein GD


lieg ich falsch ?