![]() |
![]() |
This project is not completely dead. I've just started work on localisation. If you're getting a "Deprecated" error message, follow the instructions here URGENT Security Patch for ≤ v2.2.6 A security hole has been discovered, follow the instructions and download the patch at the topic page. Did the patch break your search page? Search Patch
|
![]() n00b
Posts: 53
Registered: 2009-03-07 |
My host is going to change the PHP-version. From PHP 4 to PHP 5.
Should I expect some troubles ?? |
![]() UPB Team Member
Posts: 837
Registered: 2006-11-22 |
No you shouldn't.
My development version is running on PHP5 and has been for 18 months Let me know if you come across anything but there shouldn't be. I just switched this forum over to using PHP5 (we have the option to use either) myUPB Developer |
![]() n00b
Posts: 53
Registered: 2009-03-07 |
Thnx Clark.
I can switch at this moment but I'll rather wait a while .. |
![]() Clerk
Posts: 180
Registered: 2008-02-28 |
erm 5 is better than 4 and u will if any recive less bugs so i suggest going to 5 but the choice its urs fella
N i g h t m a r e
= myUPB Graphic's Designer ![]() Im back, and hopefully staying this time, get ready for some decent GFX updates! |
![]() n00b
Posts: 53
Registered: 2009-03-07 |
Now running on PHP5.
Indeed, it seems to be a bit faster. No bugs reported yet by users. It's the first day so it's to early to party ... |
|
Last edited by: MindPhasing on Mar 28, 2009 11:01:19 pm
| |
![]() ![]() Shift Manager
Posts: 269
Registered: 2006-11-15 |
PHP5 has been plenty fast and stable for me running myUPB for quite a long time. The only thing to watch out for is the unskilled hosts who leave error reporting set to E_ALL... which MyUPB wasnt really designed in mind for (although is making tremendous improvements in).
If you do get any issues however, let us know so that we can make the necessary fixes. ![]() Microsoft Certified Systems Administrator (MCSA Messaging) Microsoft Certified Professional (MCP XP) SDI Help Desk Analyst (SDI HDA) CompTIA A+ Certified Technician (A+) |
![]() UPB Team Member
Posts: 837
Registered: 2006-11-22 |
At least E_ALL is better than turning it off.
Someone was having a problem with a blank page being displayed and I couldn't think what it was. Turned out their host had error reporting turned off..... myUPB Developer |
![]() ![]() Shift Manager
Posts: 269
Registered: 2006-11-15 |
The reason hosts do generally turn it off is to avoid the information that gets released in the default PHP error messages, mainly the full file path, but it likely starts giving other information about how a site works (like layout etc).
Maybe the custom error handler can be adjusted to optionally record all error messages to an error.log file for example. ![]() Microsoft Certified Systems Administrator (MCSA Messaging) Microsoft Certified Professional (MCP XP) SDI Help Desk Analyst (SDI HDA) CompTIA A+ Certified Technician (A+) |