PHP5
-
- Posts: 16
- Joined: 2004-07-06 15:35
- Location: Niedersachsen
Re: PHP5
Es ist schon relativ sicher, aber ich würde an deiner Stelle noch ein bischen warten, bis du es auf einem "Produktivsystem" einbaust. Es ist halt noch nicht so ausgereift wie die 4er...
-
- Posts: 470
- Joined: 2002-05-14 13:02
- Location: Karlsruhe City
Re: PHP5
Hi,
Ich verwende PHP5 inzwischen Produktiv auf etwa 4 Kisten mit unterschiedlichen Andwendungszwecken.
Das größte Problem ist eigentlich die fehlende Backward Compatability, weil ziemlich viel noch unter PHP4- only läuft.
(Stichwort PEAR).
Mein Tipp: Erstmal parallel zur 4er installieren (Als cgi) und dann
kontinuierlich umstellen.
Gruss,
Out
Ich verwende PHP5 inzwischen Produktiv auf etwa 4 Kisten mit unterschiedlichen Andwendungszwecken.
Das größte Problem ist eigentlich die fehlende Backward Compatability, weil ziemlich viel noch unter PHP4- only läuft.
(Stichwort PEAR).
Mein Tipp: Erstmal parallel zur 4er installieren (Als cgi) und dann
kontinuierlich umstellen.
Gruss,
Out
Re: PHP5
OutOfBound wrote:Das größte Problem ist eigentlich die fehlende Backward Compatability, weil ziemlich viel noch unter PHP4- only läuft.
(Stichwort PEAR).
Code: Select all
zend.ze1_compatibility_mode = On
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.