Upgrading From PHP 5.1.4 to 5.3.4 What to Watch Out For

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
blasto333
Forum Newbie
Posts: 1
Joined: Fri Dec 10, 2010 5:36 pm

Upgrading From PHP 5.1.4 to 5.3.4 What to Watch Out For

Post by blasto333 »

I know that set_magic_quotes_runtime is deprecated, but what else should I be aware of when upgrading php from 5.1.4 to 5.3.4?

Thank you,

Chris
User avatar
Jonah Bron
DevNet Master
Posts: 2764
Joined: Thu Mar 15, 2007 6:28 pm
Location: Redding, California

Re: Upgrading From PHP 5.1.4 to 5.3.4 What to Watch Out For

Post by Jonah Bron »

I don't know myself, but here's the changelog.

http://www.php.net/ChangeLog-5.php#5.3.4
Post Reply