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
php4 and php5 on same system?
Moderator: General Moderators
-
pinehead18
- Forum Contributor
- Posts: 329
- Joined: Thu Jul 31, 2003 9:20 pm
http://www.zend.com gives a nice explanation on compatibilty
From what I understand
From what I understand about PHP5, as long as you don't use the E_STRICT directive, your PHP4 code should work just fine.