News Feed
Jobs Feed
Sections




News Archive
Zend Developer Zone:
5.2 to 5.3 migration
January 26, 2010 @ 08:51:13

New on the Zend Developer Zone is an article looking t migrating your application from PHP 5.2 up to 5.3 (relatively) painlessly.

Quick research shows that most prominent applications had to be patched or changed, even though minimally, to work cleanly with 5.3. To help people to convert their web applications to 5.3, I present here a migration script that would allow you to inspect your applications for potential migration problems. Do not expect supernatural wonders from it, but it may save you some valuable time.

The migration script looks for a few things (like bad use of magic methods and the use of deprecated functions) but doesn't catch bad use of reference or, of course, fix the issues for you - you'll still need to make the recommended updates yourself. An example of its use and output is also included.

0 comments voice your opinion now!
migration script update


blog comments powered by Disqus

Similar Posts

Chris Jones' Blog: Oracle 11g Result Caching and PHP OCI8

Sebastian Bergmann\'s Blog: PHP 5.1 / GCC Benchmark (Update)

Justin Silverton\'s Blog: Converting PHP Scripts to Windows Apps

Rob Allen's Blog: Zend Framework Tutorials (an Update and Zend_Auth)

Richard Heyes' Blog: An epiphany... (using cron)


Community Events











Don't see your event here?
Let us know!


development tool framework composer community functional code interview introduction series conference phpunit example language zendframework2 release opinion unittest podcast testing

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework