![]() |
PHP 5 Released!
PHP5 has been released on July 13th.
That means that those who have not started to code in PHP5, should start now. Soon the hosts will upgrade i think, i already got mail from my Host (of my private site) that they will upgrade soon. So jump up the train, and check your scripts if you have not done so already. Quote:
|
Quote:
|
:up: it's great news, was waiting for this to finally get released...
my host has already installed it :D |
i installed it today and my site went nutz...
|
Hmm, Apache released 2.0.50 as well.
think it's time to upgrade localhost ;) |
I've been playing with the RC's for some time. I'm in love with the new OO engine
|
is their anything bound to go wrong on hacks? like anything been discontinued?
|
hmm, a few more settings are there and disabled by default, which could affect some custom scripts, but as i wrote my hacks on PHP5 since RC1 was released, i'd say, you don't have to fear such ;)
|
Quote:
|
Quote:
|
Quote:
|
Quote:
On my own testserver here, i've installed php5 since Beta 4, and vb3 works flawless. vb2 works as well, but there were a few little issues iirc. But as i'm not running a great community on my localhost, i cannot give any benchmarks ;) |
point with PHP5 is to have a complete hosted install, because local servers like me on my own OS-X, it takes too much memory... btw, some suggests to have a complete package of up-to-date softs: PHP, MySQL and Apache latest version... they arebuilt to work together this time!
|
Quote:
|
I just upgraded the server to PHP 5.0.0, so we'll see how it does. I am also running MySQL v4.0.20-standard and Apache v1.3.31. Is that a good combination?
Plus I am running RC3 (with all the security fixes). ;) |
Quote:
altho IIRC the box the vB sister sites are hosted on is apache 2 powered. |
Quote:
|
An update: I had to go back to 4.3.8. I kept getting the following error (among others) from init.php whenever I tried to use the PungoSpell spell checker.
It said function.implode was not an array in this query: PHP Code:
So, apparently, there are areas it needs work on, I guess. ;) |
@bob: i believe that the code isn't written well then.
you always have to define $specialtemplates = array(); in custom scripts. If you don't do that, then php5 will throw a correct error. I don't know why php4 doesn't but actually it should :) |
I figured it just wasn't written to handle 5.0.0 yet. But since I do use it extensively, I had no choice but to go back to 4.3.8. And I was looking forward to trying 5.0.0. out, too. :(
|
maybe do it yourself and write it for php5 :)
there shouldn't be much changes needed ;) |
Quote:
If I had any clue, I would. ;) |
hehe, as said, arrays have to be initialisised ^^
:) |
Quote:
|
PHP Code:
|
Quote:
|
that's the problem, you have to initialise it, as it's used in init.php, called from global.php
Just take a look at any vb file, and you can see those arrays are always initialisied, even if empty :) |
All times are GMT. The time now is 04:46 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|