Initial Commit
This commit is contained in:
85
database/php/pear/PHP/CompatInfo/dom_func_array.php
Normal file
85
database/php/pear/PHP/CompatInfo/dom_func_array.php
Normal file
@@ -0,0 +1,85 @@
|
||||
<?php
|
||||
/**
|
||||
* dom 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: dom_func_array.php,v 1.2 2008/12/28 17:55:15 farell Exp $
|
||||
* @link http://pear.php.net/package/PHP_CompatInfo
|
||||
* @since version 1.9.0b2 (2008-12-19)
|
||||
*/
|
||||
|
||||
$GLOBALS['_PHP_COMPATINFO_FUNC_DOM'] = array (
|
||||
'dom_domconfigurationcansetparameter' =>
|
||||
array (
|
||||
'init' => '5.0.0',
|
||||
'ext' => 'dom',
|
||||
'pecl' => false,
|
||||
),
|
||||
'dom_domconfigurationgetparameter' =>
|
||||
array (
|
||||
'init' => '5.0.0',
|
||||
'ext' => 'dom',
|
||||
'pecl' => false,
|
||||
),
|
||||
'dom_domconfigurationsetparameter' =>
|
||||
array (
|
||||
'init' => '5.0.0',
|
||||
'ext' => 'dom',
|
||||
'pecl' => false,
|
||||
),
|
||||
'dom_domerrorhandlerhandleerror' =>
|
||||
array (
|
||||
'init' => '5.0.0',
|
||||
'ext' => 'dom',
|
||||
'pecl' => false,
|
||||
),
|
||||
'dom_domstringlistitem' =>
|
||||
array (
|
||||
'init' => '5.0.0',
|
||||
'ext' => 'dom',
|
||||
'pecl' => false,
|
||||
),
|
||||
'dom_import_simplexml' =>
|
||||
array (
|
||||
'init' => '5.0.0',
|
||||
'ext' => 'dom',
|
||||
'pecl' => false,
|
||||
),
|
||||
'dom_namelistgetname' =>
|
||||
array (
|
||||
'init' => '5.0.0',
|
||||
'ext' => 'dom',
|
||||
'pecl' => false,
|
||||
),
|
||||
'dom_namelistgetnamespaceuri' =>
|
||||
array (
|
||||
'init' => '5.0.0',
|
||||
'ext' => 'dom',
|
||||
'pecl' => false,
|
||||
),
|
||||
'dom_string_extend_find_offset16' =>
|
||||
array (
|
||||
'init' => '5.0.0',
|
||||
'ext' => 'dom',
|
||||
'pecl' => false,
|
||||
),
|
||||
'dom_string_extend_find_offset32' =>
|
||||
array (
|
||||
'init' => '5.0.0',
|
||||
'ext' => 'dom',
|
||||
'pecl' => false,
|
||||
),
|
||||
'dom_userdatahandler_handle' =>
|
||||
array (
|
||||
'init' => '5.0.0',
|
||||
'ext' => 'dom',
|
||||
'pecl' => false,
|
||||
),
|
||||
);
|
||||
?>
|
||||
Reference in New Issue
Block a user