PHP  
downloads | documentation | faq | getting help | mailing lists | | php.net sites | links | my php.net 
search for in the  
<Von PHP 2 auf PHP 3 umsteigenVerschiedene Fragen>
view the version of this page
Last updated: Sat, 19 Apr 2003

Kapitel 55. Von PHP 3 auf PHP 4 umsteigen

PHP hat schon eine lange Geschichte hinter sich: Das legend�re PHP 1.0, PHP/FI, PHP 3.0 und PHP 4.0.

1. Von PHP 3 auf PHP 4 umsteigen?
2. Inkompatible Funktionen?

1. Von PHP 3 auf PHP 4 umsteigen?

PHP 4 wurde so abw�rtskompatibel wie m�glich entwickelt. Nur wenig der Funktionalit�t wurde dabei grundlegend ver�ndert. Wenn Sie sich �ber die Kompatibilit�t wirklich nicht sicher sind, dann sollten Sie PHP 4 auf einem Testsystem installieren und Ihre Scripts dort testen.

Siehe auch im Kapitel Richtiges Umsteigen dieses Handbuchs.

2. Inkompatible Funktionen?

Da PHP 4 eigentlich ein Rewrite der gesamten PHP Engine ist, gibt es sehr wenige Funktionen, die ver�ndert wurden. Und auch darunter nur einige exotische.



User Contributed Notes
Von PHP 3 auf PHP 4 umsteigen
add a note
van dot enckevort at hccnet dot nl
03-Sep-2001 12:22

[Ed Note:
You may also modify the AddType directives in httpd.conf rather than edit mime.types, which will accomplish the same thing:

AddType application/x-httpd-php .php .phtml .php3

[email protected]]
To use .php3 files with PHP4 in (at least) Apache edit your mime.types and comment out the php3 mime types and add php3 to the line reading:

application/x-httpd-php     phtml pht php

So it will read:

application/x-httpd-php     phtml pht php php3

Restart Apache to be sure it picks up the new settings.

danny_van_velsen at hotmail dot com
28-Apr-2003 09:57

Hello everybody,

I have a raq 550 from cobalt.
But now i want to update my server from php 3 to php 4
and have found the next complications.
Everything on the server works fine exept one thing.
The interface browser from the server is down.
And it has something to do with the php 4 update.
Is there a posibility to fix this.
I have read somewhere else that de raq550 is not supporting de new version of php.
But in mine eyes I think this is crap.

Can anybody help me out :(

greetings,

Danny van Velsen
The Netherlands

add a note

<Von PHP 2 auf PHP 3 umsteigenVerschiedene Fragen>
 Last updated: Sat, 19 Apr 2003
show source | credits | mirror sites 
Copyright © 2001-2003 The PHP Group
All rights reserved.
This mirror generously provided by: /
Last updated: Mon May 12 21:12:21 2003 CEST