Page 2 of 2

Re: PHP 5.3.3

Posted: Mon Sep 06, 2010 10:35 am
by dayo
php-fpm is working fine ... no issues

Re: PHP 5.3.3

Posted: Wed Sep 08, 2010 8:20 am
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.

Re: PHP 5.3.3

Posted: Wed Sep 08, 2010 10:00 am
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...).

Re: PHP 5.3.3

Posted: Wed Sep 08, 2010 10:57 am
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.

Re: PHP 5.3.3

Posted: Wed Sep 08, 2010 11:49 am
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.

Re: PHP 5.3.3

Posted: Wed Sep 08, 2010 1:40 pm
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.

Re: PHP 5.3.3

Posted: Wed Sep 08, 2010 1:45 pm
by scott
what exactly did you have to change with sqlite?

Re: PHP 5.3.3

Posted: Wed Sep 08, 2010 2:08 pm
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.

Re: PHP 5.3.3

Posted: Wed Sep 08, 2010 2:13 pm
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?

Re: PHP 5.3.3

Posted: Tue Sep 14, 2010 10:49 am
by scott
No its not, if they have a newer version it should be fine.

Re: PHP 5.3.3

Posted: Thu Sep 16, 2010 6:45 am
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.

Re: PHP 5.3.3

Posted: Mon Oct 11, 2010 9:59 am
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).

Re: PHP 5.3.3

Posted: Tue Nov 23, 2010 10:09 am
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