Initial Commit
This commit is contained in:
31
database/php/scripts/mysqli_const_exceptions.php
Normal file
31
database/php/scripts/mysqli_const_exceptions.php
Normal file
@@ -0,0 +1,31 @@
|
||||
<?php
|
||||
/**
|
||||
* MySQL Improved (mysqli) extension Constant Exceptions dictionary
|
||||
* for PHP_CompatInfo 1.9.0a1 or better
|
||||
*
|
||||
* PHP versions 4 and 5
|
||||
*
|
||||
* @category PHP
|
||||
* @package PHP_CompatInfo
|
||||
* @author Davey Shafik <davey@php.net>
|
||||
* @author Laurent Laville <pear@laurent-laville.org>
|
||||
* @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',
|
||||
),
|
||||
);
|
||||
?>
|
||||
Reference in New Issue
Block a user