View Full Version : PHP 5 and VB3
yobajufa
12-03-2004, 03:29 PM
Hi,
I have installed PHP 5 on my server and having problems with the functionality of some hacks on VB3.
Has anyone sucessfully installed PHP 5 on their server with VB3? Have you had any issues regarding any of the hacks.
This is one of the errors I am receiving: http://www.mantisbt.org/mantis/view.php?id=4745
Thanks
Looking forward to a reply,
Zachery
12-03-2004, 03:49 PM
Hi,
I have installed PHP 5 on my server and having problems with the functionality of some hacks on VB3.
Has anyone sucessfully installed PHP 5 on their server with VB3? Have you had any issues regarding any of the hacks.
This is one of the errors I am receiving: http://www.mantisbt.org/mantis/view.php?id=4745
Thanks
Looking forward to a reply,
There are a few differnt bugs with php5 aqnd vB3, it is not recomend at this time to run php5 on a productiono server with vB3
filburt1
12-03-2004, 04:18 PM
If you're coding an addition to vB3 on PHP 5, look out for errors relating to not defining $specialtemplates, $phrasegroups, or the other initialization variables. Even one can flood the page with errors as I found out due to a vBMS bug report (I run everything on PHP 4 like almost everybody else so never encountered the error).
Also take special care when modifying an argument passed to a function because all non-primitives in PHP 5 are passed by reference, unlike in PHP 4 where they're by value.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.