개발/php
PHP 5.5.x
Deprecated features in PHP 5.5.xext/mysql deprecationThe original MySQL extension is now deprecated, and will generate E_DEPRECATED errors when connecting to a database. Instead, use the MySQLi or PDO_MySQL extensions.preg_replace() /e modifierThe preg_replace() /e modifier is now deprecated. Instead, use the preg_replace_callback() function.intl deprecationsIntlDateFormatter::setTimeZoneID() an..
2013.08.15