Page 1 of 1

php4 and php5 on same system?

Posted: Fri Jun 25, 2004 10:06 pm
by pinehead18
I havn't really even looked into php5, however i'm sure i'll be forced to here before long.

How is it compatible with php4? If i were to install php5 on my server would some of my code that is coded in php4 break?

Thank you
Anthony

Posted: Fri Jun 25, 2004 11:50 pm
by ol4pr0
http://www.zend.com gives a nice explanation on compatibilty

From what I understand

Posted: Sat Jun 26, 2004 1:30 am
by EricS
From what I understand about PHP5, as long as you don't use the E_STRICT directive, your PHP4 code should work just fine.