PHP 5.3.3

Support/Development for PHP
dayo
Forum Regular
Forum Regular
Posts: 158
Joined: Sun Jul 12, 2009 1:33 pm

Re: PHP 5.3.3

Unread post by dayo »

php-fpm is working fine ... no issues
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Re: PHP 5.3.3

Unread post by scott »

Awesome, thanks for the follow up!

So aside from zend-optimizer being deprecated, I see no other issues with promoting this to the [atomic] channel. If anyone has any issues with this, now is the time to get your comments and concerns in.
biggles
Forum Regular
Forum Regular
Posts: 806
Joined: Tue Jul 15, 2008 2:38 pm
Location: Sweden
Contact:

Re: PHP 5.3.3

Unread post by biggles »

What would be the recommended upgrade path for this? First remove zend then upgrade?

I have installed it on my test server and it seems to be working. At least after I removed php.ini and replaced it with the one in the new package. On the other hand, I'm not using that many php apps on my test server (yeah, I know, not much of a test server, but over here the day only has 24 hours...).
Kalimari
Forum Regular
Forum Regular
Posts: 526
Joined: Wed Jan 02, 2008 3:21 pm
Location: United Kingdom

Re: PHP 5.3.3

Unread post by Kalimari »

Updated development server to 5.3.3, seems OK. Will do some more in depth tests this week and make sure the esoteric stuff (xml/curl/gzip/gnupg) works.
Also successfully tested RPM rollbacks (rpm -Uhv --rollback '16 hours ago') to make sure we can go back to PHP 5.2 in case of unforeseen trouble.
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Re: PHP 5.3.3

Unread post by scott »

For zend-optimzier PHP should fail safe even if there is an incompatible version installed. The other option is to tag the package as "Obsoletes: php-zend-optimizer", which will remove it on an upgrade.
dayo
Forum Regular
Forum Regular
Posts: 158
Joined: Sun Jul 12, 2009 1:33 pm

Re: PHP 5.3.3

Unread post by dayo »

Yeah ... had to remove zend optimiser and also upgrade sqlite separately. Basically yum upgrade php by itself did not pull the required sqlite upgrade.

Only other thing to report is that whenever I enable the epel repo (which I use to fill in the gaps in the ART repo for stuff like ImageMagick and phpMyAdmin), it tries to upgrade the ART php-adodb install. Not sure what that is about.
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Re: PHP 5.3.3

Unread post by scott »

what exactly did you have to change with sqlite?
dayo
Forum Regular
Forum Regular
Posts: 158
Joined: Sun Jul 12, 2009 1:33 pm

Re: PHP 5.3.3

Unread post by dayo »

Can't remember exactly but I think I had to run "yum upgrade sqlite" after I had this error with php -v ...

Code: Select all

PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/sqlite3.so' - /usr/lib/php/modules/sqlite3.so: undefined symbol: sqlite3_clear_bindings in Unknown on line 0
Can't recollect whether I removed it before running the yum upgrade or not but whatever the case, the yum upgrade fixed the issue and installed sqlite3.
dayo
Forum Regular
Forum Regular
Posts: 158
Joined: Sun Jul 12, 2009 1:33 pm

Re: PHP 5.3.3

Unread post by dayo »

On the php-adodb issue, seems it is because the ART one is 4.52-1 and the one offered by epel is 4.95-1.
Is this significant?
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Re: PHP 5.3.3

Unread post by scott »

No its not, if they have a newer version it should be fine.
dayo
Forum Regular
Forum Regular
Posts: 158
Joined: Sun Jul 12, 2009 1:33 pm

Re: PHP 5.3.3

Unread post by dayo »

Thanks for getting back.

Actually, since my approach is to "Stick with the Shinns", I had removed it anyway since a review revealed that it had just been there from the server setup and I don't actually use it.
Highland
Forum Regular
Forum Regular
Posts: 674
Joined: Mon Apr 10, 2006 12:55 pm

Re: PHP 5.3.3

Unread post by Highland »

I've moved my production servers to 5.3.3.
Just remember to rebuild memcache from PECL (if you're using php-pecl-memcache you'll need to build it using PECL).
"Its not a mac. I run linux... I'm actually cool." - scott
carlswart
Forum User
Forum User
Posts: 20
Joined: Sun Dec 19, 2004 2:41 am
Location: South Africa

Re: PHP 5.3.3

Unread post by carlswart »

Hi All,

Seems Zend has finally released Zend Guard for PHP 5.3.

Zend Guard Loader is the new name for Zend Optimizer.

See: http://www.zend.com/products/guard/downloads

--
Regards,
-Carl
Post Reply