You can discuss this here.
_______________
« Last edit by Dietrich on Wed Jul 13, 2005 3:01 pm. »
Moderators: Gaia.
Page: 1
| Author | Post |
|---|---|
|
#1 Sat Mar 19, 2005 2:42 pm
|
|
|
Developer
Registered: Apr 2004
Posts: 2218
Location: Belgium
|
Please see http://usebb.sourceforge.net/docs/doku.php?id=info:usebb_on_php5
You can discuss this here. _______________ « Last edit by Dietrich on Wed Jul 13, 2005 3:01 pm. » |
|
#2 Thu Mar 31, 2005 7:46 pm
|
|
|
Member
Registered: Mar 2005
Posts: 5
|
Curious, does this have to do with use of long arrays (i.e., HTTP_POST_VARS)?
|
|
#3 Thu Mar 31, 2005 7:51 pm
|
|
|
Developer
Registered: Apr 2004
Posts: 2218
Location: Belgium
|
No. UseBB uses $_POST and $_GET and the other ones in this style (cookie, session, etc...).
The problem is PHP5 might want to send warnings when using 'var' to declare variables in an object. _______________ |
|
#4 Thu Mar 31, 2005 8:04 pm
|
|
|
Member
Registered: Mar 2005
Posts: 5
|
I see, as opposed to 'public', 'private', and 'protected'.
|
|
#5 Sat Jul 02, 2005 8:55 pm
|
|
|
Member
Registered: Jul 2005
Posts: 11
|
I was just installing the forum on my home computer to do some mods for it, but durring the install (step 2) I get either
"var: Deprecated. Please use the public/private/protected modifiers" (zend.ze1_compatibility_mode = Off) or "Implicit cloning object of class 'db' because of 'zend.ze1_compatibility_mode'" (zend.ze1_compatibility_mode = On). I've changed the php.ini setting, restarted, etc. and still can't get it to work on my php5 install. Anyways, I guess I will work with it on my server (running php4), just thought this might help some way. _______________ -- Dersursine |
|
#6 Sat Jul 02, 2005 10:32 pm
|
|
|
Developer
Registered: Apr 2004
Posts: 2218
Location: Belgium
|
The installer will be replaced in 0.6, UseBB itself should work however.
_______________ |
|
#7 Mon Jul 18, 2005 12:36 pm
|
|
|
Developer
Registered: Apr 2004
Posts: 2218
Location: Belgium
|
UseBB 0.6 has undergo some fixes and should work fully on PHP5 shortly.
_______________ |
|
#8 Mon Jul 18, 2005 8:32 pm
|
|
|
Member
Registered: Jul 2005
Posts: 10
|
Fixing deprecated variables is easy, set error_reporting(E_ALL); Make an error handler that will work out notices cause by STRICT (E_STRICT) compatability issues.
and voila! |
|
#9 Mon Jul 18, 2005 9:44 pm
|
|
|
Developer
Registered: Apr 2004
Posts: 2218
Location: Belgium
|
That's what is being done at this time.
![]() _______________ |
|
#10 Mon Sep 19, 2005 9:36 pm
|
|
|
Member
Registered: Sep 2005
Posts: 76
Location: New Zealand
|
Well I can vouch for the fact that, apart from a few self inflicted problems which I am working on (long urls, cookies not setting), this excellent Forum/BBS script works 100% with PHP 5.0.5.
Check out http://usebbseven.nzcool.com/ <<< its only a test forum. This is running on Server 2003 / IIS 6 / PHP 5.0.5 / MySQL 4.1.14 Well done Dietrich ![]() |
Page: 1
UseBB Community is powered by UseBB 1 Forum Software