PHP 5.0? PHP 5.0?
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

PHP 5.0?

Started by vern, July 14, 2004, 03:43:55 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

vern

Will upgrading to PHP 5.0 break anything on my current gallery? Or should I just stick to PHP 4.3.7 for now?

Tarique Sani

#1
If it is a production server - stick to 4.3.7 PHP5 is RC3 for reasons - but CPG works with PHP5 very well at least in my experience

[update]
Just read that PHP 5 final has been released
[/update]
SANIsoft PHP applications for E Biz

vern

PHP5 final has been released though.

Quote
[13-Jul-2004] The PHP team is proud to announce the final release of PHP 5!

It's not production, so as long as there are no major issues, it should be all good. Thanks!

Michael25

I have 1.3.1 When I request the index page, I get warnings about $HTTP_GET/POST/SERVER/COOKIE_VARS being unregistered ( Replaced by $_GET/POST/SERVER/COOKIE vars ) and that's it.

Nothing config wise has changed. If I drop back to PHP 4.x.x everything is fine. So no luck for me with 5.0. :(

Nibbler

I believe there is a setting in the php.ini for enabling the long style names.

kegobeer

Yep.  It's register_long_arrays.  It's on by default.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

Michael25

Ok, thanks. It was set to 'off' iin my ini file. I turned it on, and now all I get is a blank page. :) Appricate the help though!