Nur auf PHP 4.3.0 updaten, bei bestehendem Apache, mySQL...

Apache, Lighttpd, nginx, Cherokee
Post Reply
gilligan
Posts: 38
Joined: 2003-04-13 13:07
 

Nur auf PHP 4.3.0 updaten, bei bestehendem Apache, mySQL...

Post by gilligan »

Hallo!

Die HowTos hier im Forum sind schon super. Allerdings gehen sie alle nur davon aus, vorher auch den Apache und weiteres upzudaten.

Mein Problem ist folgendes: meine GDlib in PHP ist zu alt und unterstützt kein Truecolor, deshalb möchte ich auf PHP 4.3.0 updaten.
Mein Server: 1 und 1 Rootserver, Suse Linux 8.1, Apache, PHP 4.22

Ich habe eine phpinfo von meiner alten PHP Version gemacht und möchte gerne die neue mit den gleich Feature kompilieren. Kann ich da denn alles so übernehmen? Funtkioniert denn alles so wie vorher? Oder gibt es eine Möglichkeit, da über ein RPM zu machen? Bin leider Newbie. Ich poste hier mal die phpinfo:

Code: Select all

--prefix=/usr/share
--datadir=/usr/share/php
--bindir=/usr/bin
--libdir=/usr/share
--includedir=/usr/include
--with-_lib=lib
--with-config-file-path=/etc
--with-exec-dir=/usr/lib/php/bin
--disable-debug
--enable-bcmath
--enable-calendar
--enable-ctype
--enable-dbase
--enable-discard-path
--enable-exif
--enable-filepro
--enable-force-cgi-redirect
--enable-ftp
--enable-gd-imgstrttf
--enable-gd-native-ttf
--enable-inline-optimization
--enable-magic-quotes
--enable-mbstr-enc-trans
--enable-mbstring
--enable-memory-limit
--enable-safe-mode
--enable-shmop
--enable-sigchild
--enable-sysvsem
--enable-sysvshm
--enable-track-vars
--enable-trans-sid
--enable-versioning
--enable-wddx
--enable-yp
--with-bz2
--with-dom=/usr/include/libxml2
--with-ftp
--with-gdbm
--with-gettext
--with-gmp
--with-imap=yes
--with-iodbc
--with-jpeg-dir=/usr
--with-ldap=yes
--with-mcal=/usr
--with-mcrypt
--with-mysql=/usr
--with-ndbm
--with-pgsql=/usr
--with-png-dir=/usr
--with-qtdom=/usr/lib/qt2
--with-snmp
--with-t1lib
--with-tiff-dir=/usr
--with-ttf
--with-freetype-dir=yes
--with-xml
--with-xpm-dir=/usr/X11R6
--with-zlib=yes
--with-gd=shared
--with-openssl
--with-curl
--with-swf=./dist/
--with-imap-ssl
--enable-xslt
--with-xslt-sablot
--with-mm
--with-apxs=/usr/sbin/apxs
Post Reply