* @author Laurent Laville * @license http://www.opensource.org/licenses/bsd-license.php BSD * @version CVS: $Id: mysqli_const_exceptions.php,v 1.1 2008/12/29 10:23:02 farell Exp $ * @link http://pear.php.net/package/PHP_CompatInfo * @link http://www.php.net/manual/en/mysqli.constants.php * @since version 1.9.0 (2009-01-19) */ $constant_exceptions['mysqli'] = array ( 'MYSQLI_DATA_TRUNCATED' => array ( 'init' => '5.1.0', 'name' => 'MYSQLI_DATA_TRUNCATED', ), 'MYSQLI_ENUM_FLAG' => array ( 'init' => '5.3.0', 'name' => 'MYSQLI_ENUM_FLAG', ), ); ?>