Initial Commit
This commit is contained in:
145
database/php/CompatInfo/ming_class_array.php
Normal file
145
database/php/CompatInfo/ming_class_array.php
Normal file
@@ -0,0 +1,145 @@
|
||||
<?php
|
||||
/**
|
||||
* ming extension Class 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: ming_class_array.php,v 1.1 2008/12/13 16:50:03 farell Exp $
|
||||
* @link http://pear.php.net/package/PHP_CompatInfo
|
||||
* @since version 1.9.0a1 (2008-11-23)
|
||||
*/
|
||||
|
||||
$GLOBALS['_PHP_COMPATINFO_CLASS_MING'] = array (
|
||||
'SWFAction' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SWFAction',
|
||||
'ext' => 'ming',
|
||||
'pecl' => false,
|
||||
),
|
||||
'SWFBitmap' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SWFBitmap',
|
||||
'ext' => 'ming',
|
||||
'pecl' => false,
|
||||
),
|
||||
'SWFButton' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SWFButton',
|
||||
'ext' => 'ming',
|
||||
'pecl' => false,
|
||||
),
|
||||
'SWFDisplayItem' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SWFDisplayItem',
|
||||
'ext' => 'ming',
|
||||
'pecl' => false,
|
||||
),
|
||||
'SWFFill' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SWFFill',
|
||||
'ext' => 'ming',
|
||||
'pecl' => false,
|
||||
),
|
||||
'SWFFont' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SWFFont',
|
||||
'ext' => 'ming',
|
||||
'pecl' => false,
|
||||
),
|
||||
'SWFFontChar' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SWFFontChar',
|
||||
'ext' => 'ming',
|
||||
'pecl' => false,
|
||||
),
|
||||
'SWFGradient' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SWFGradient',
|
||||
'ext' => 'ming',
|
||||
'pecl' => false,
|
||||
),
|
||||
'SWFMorph' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SWFMorph',
|
||||
'ext' => 'ming',
|
||||
'pecl' => false,
|
||||
),
|
||||
'SWFMovie' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SWFMovie',
|
||||
'ext' => 'ming',
|
||||
'pecl' => false,
|
||||
),
|
||||
'SWFPrebuiltClip' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SWFPrebuiltClip',
|
||||
'ext' => 'ming',
|
||||
'pecl' => false,
|
||||
),
|
||||
'SWFShape' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SWFShape',
|
||||
'ext' => 'ming',
|
||||
'pecl' => false,
|
||||
),
|
||||
'SWFSound' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SWFSound',
|
||||
'ext' => 'ming',
|
||||
'pecl' => false,
|
||||
),
|
||||
'SWFSoundInstance' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SWFSoundInstance',
|
||||
'ext' => 'ming',
|
||||
'pecl' => false,
|
||||
),
|
||||
'SWFSprite' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SWFSprite',
|
||||
'ext' => 'ming',
|
||||
'pecl' => false,
|
||||
),
|
||||
'SWFText' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SWFText',
|
||||
'ext' => 'ming',
|
||||
'pecl' => false,
|
||||
),
|
||||
'SWFTextField' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SWFTextField',
|
||||
'ext' => 'ming',
|
||||
'pecl' => false,
|
||||
),
|
||||
'SWFVideoStream' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'name' => 'SWFVideoStream',
|
||||
'ext' => 'ming',
|
||||
'pecl' => false,
|
||||
),
|
||||
);
|
||||
?>
|
||||
Reference in New Issue
Block a user