如果你的CodeIgniter的版本小于1.7.2,那么快快去升级到Codeigniter 1.7.2吧。
如果你不升级,你的程序将不能在PHP5.3下运行。
错误信息如下图

原因如下:
1. PHP5.3删除了Magic Quotes 相关的函数
2. Deprecated features: Assigning the return value of new by reference is now deprecated.
PHP5.3 更多的Deprecated信息见这里: http://cn.php.net/manual/en/migration53.deprecated.php
如果你不升级,你的程序将不能在PHP5.3下运行。
错误信息如下图

原因如下:
1. PHP5.3删除了Magic Quotes 相关的函数
2. Deprecated features: Assigning the return value of new by reference is now deprecated.
PHP5.3 更多的Deprecated信息见这里: http://cn.php.net/manual/en/migration53.deprecated.php
