Initial Commit
This commit is contained in:
637
database/php/pear/PHP/CompatInfo/gd_func_array.php
Normal file
637
database/php/pear/PHP/CompatInfo/gd_func_array.php
Normal file
@@ -0,0 +1,637 @@
|
||||
<?php
|
||||
/**
|
||||
* gd extension Function dictionary for PHP_CompatInfo 1.9.0b2 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: gd_func_array.php,v 1.2 2008/12/28 19:10:37 farell Exp $
|
||||
* @link http://pear.php.net/package/PHP_CompatInfo
|
||||
* @since version 1.9.0b2 (2008-12-19)
|
||||
*/
|
||||
|
||||
$GLOBALS['_PHP_COMPATINFO_FUNC_GD'] = array (
|
||||
'gd_info' =>
|
||||
array (
|
||||
'init' => '4.3.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'getimagesize' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'image2wbmp' =>
|
||||
array (
|
||||
'init' => '4.0.5',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'image_type_to_extension' =>
|
||||
array (
|
||||
'init' => '5.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'image_type_to_mime_type' =>
|
||||
array (
|
||||
'init' => '4.3.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagealphablending' =>
|
||||
array (
|
||||
'init' => '4.0.6',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imageantialias' =>
|
||||
array (
|
||||
'init' => '4.3.2',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagearc' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagechar' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagecharup' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagecolorallocate' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagecolorallocatealpha' =>
|
||||
array (
|
||||
'init' => '4.3.2',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagecolorat' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagecolorclosest' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagecolorclosestalpha' =>
|
||||
array (
|
||||
'init' => '4.0.6',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagecolorclosesthwb' =>
|
||||
array (
|
||||
'init' => '4.0.1',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagecolordeallocate' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagecolorexact' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagecolorexactalpha' =>
|
||||
array (
|
||||
'init' => '4.0.6',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagecolormatch' =>
|
||||
array (
|
||||
'init' => '4.3.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagecolorresolve' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagecolorresolvealpha' =>
|
||||
array (
|
||||
'init' => '4.0.6',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagecolorset' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagecolorsforindex' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagecolorstotal' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagecolortransparent' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imageconvolution' =>
|
||||
array (
|
||||
'init' => '5.1.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagecopy' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagecopymerge' =>
|
||||
array (
|
||||
'init' => '4.0.1',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagecopymergegray' =>
|
||||
array (
|
||||
'init' => '4.0.6',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagecopyresampled' =>
|
||||
array (
|
||||
'init' => '4.0.6',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagecopyresized' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagecreate' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagecreatefromgd' =>
|
||||
array (
|
||||
'init' => '4.0.7',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagecreatefromgd2' =>
|
||||
array (
|
||||
'init' => '4.0.7',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagecreatefromgd2part' =>
|
||||
array (
|
||||
'init' => '4.0.7',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagecreatefromgif' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagecreatefromjpeg' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagecreatefrompng' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagecreatefromstring' =>
|
||||
array (
|
||||
'init' => '4.0.4',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagecreatefromwbmp' =>
|
||||
array (
|
||||
'init' => '4.0.1',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagecreatefromxbm' =>
|
||||
array (
|
||||
'init' => '4.0.1',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagecreatefromxpm' =>
|
||||
array (
|
||||
'init' => '4.0.1',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagecreatetruecolor' =>
|
||||
array (
|
||||
'init' => '4.0.6',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagedashedline' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagedestroy' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imageellipse' =>
|
||||
array (
|
||||
'init' => '4.0.6',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagefill' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagefilledarc' =>
|
||||
array (
|
||||
'init' => '4.0.6',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagefilledellipse' =>
|
||||
array (
|
||||
'init' => '4.0.6',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagefilledpolygon' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagefilledrectangle' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagefilltoborder' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagefilter' =>
|
||||
array (
|
||||
'init' => '5.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagefontheight' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagefontwidth' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imageftbbox' =>
|
||||
array (
|
||||
'init' => '4.0.7',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagefttext' =>
|
||||
array (
|
||||
'init' => '4.0.7',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagegammacorrect' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagegd' =>
|
||||
array (
|
||||
'init' => '4.0.7',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagegd2' =>
|
||||
array (
|
||||
'init' => '4.0.7',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagegif' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagegrabscreen' =>
|
||||
array (
|
||||
'init' => '5.2.2',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagegrabwindow' =>
|
||||
array (
|
||||
'init' => '5.2.2',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imageinterlace' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imageistruecolor' =>
|
||||
array (
|
||||
'init' => '4.3.2',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagejpeg' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagelayereffect' =>
|
||||
array (
|
||||
'init' => '4.3.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imageline' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imageloadfont' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagepalettecopy' =>
|
||||
array (
|
||||
'init' => '4.0.1',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagepng' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagepolygon' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagepsbbox' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagepscopyfont' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagepsencodefont' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagepsextendfont' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagepsfreefont' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagepsloadfont' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagepsslantfont' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagepstext' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagerectangle' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagerotate' =>
|
||||
array (
|
||||
'init' => '4.3.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagesavealpha' =>
|
||||
array (
|
||||
'init' => '4.3.2',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagesetbrush' =>
|
||||
array (
|
||||
'init' => '4.0.6',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagesetpixel' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagesetstyle' =>
|
||||
array (
|
||||
'init' => '4.0.6',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagesetthickness' =>
|
||||
array (
|
||||
'init' => '4.0.6',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagesettile' =>
|
||||
array (
|
||||
'init' => '4.0.6',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagestring' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagestringup' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagesx' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagesy' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagetruecolortopalette' =>
|
||||
array (
|
||||
'init' => '4.0.6',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagettfbbox' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagettftext' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagetypes' =>
|
||||
array (
|
||||
'init' => '4.0.2',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagewbmp' =>
|
||||
array (
|
||||
'init' => '4.0.1',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'imagexbm' =>
|
||||
array (
|
||||
'init' => '5.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'iptcembed' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'iptcparse' =>
|
||||
array (
|
||||
'init' => '4.0.0',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'jpeg2wbmp' =>
|
||||
array (
|
||||
'init' => '4.0.5',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
'png2wbmp' =>
|
||||
array (
|
||||
'init' => '4.0.5',
|
||||
'ext' => 'gd',
|
||||
'pecl' => false,
|
||||
),
|
||||
);
|
||||
?>
|
||||
Reference in New Issue
Block a user