PDA

View Full Version : Php5


miz
02-16-2005, 02:23 PM
what are the main diffrances between php5 and php4

i mean on codes (i know php 5 uses zend 2 but thats not what i mean)

and does vbulletin will work with php5 ??

thanx

Paul M
02-16-2005, 02:25 PM
I think vB itself will run - but some of the hacks will not.

I tested our site on it a few weeks back and the Journal hack generated some errors.

filburt1
02-16-2005, 08:15 PM
PHP5 is far more object-oriented. PHP4 is not.

Xenon
02-17-2005, 06:30 PM
also php4 does a lot of wishiwashy castings which php5 doesn't do anymore (array_merge is the best example here)

Paul M
02-17-2005, 07:12 PM
Um, wishiwashy castings ?

Dean C
02-17-2005, 07:37 PM
<a href="http://www.zend.com/php5/migration.php" target="_blank">http://www.zend.com/php5/migration.php</a>