PDA

View Full Version : upgrading to php5, should I expect issues?



neutral
08-25-2005, 09:01 PM
I need to upgrade from php4 to php5 for various reasons, should I expect any major issues with DirectAdmin alone?

This will be on FreeBSD 5.3 if that matters.

jmstacey
08-28-2005, 04:34 PM
You shouldn't run into any issues with only DirectAdmin since DA has no dependency on php other than for plugins.

nobaloney
08-29-2005, 06:17 PM
Neutral,

But you may run into problems with some of your php programs and/or your clients' php programs; there are some changes between 4 and 5.

Jeff

tony1234
09-02-2005, 07:16 AM
Does anyone know if PHP 5 can run on Apache 1.3.33 or does it required Apache 2.x?

nobaloney
09-02-2005, 04:26 PM
PHP doesn't run _on_ apache. It runs as a module called by Apache, or as a standalone program.

And yes, it works fine with 1.x.

Jeff