<?php
// +----------------------------------------------------------------------+
// | PHP Version 4                                                        |
// +----------------------------------------------------------------------+
// | Copyright (c) 1997-2004 The PHP Group                                |
// +----------------------------------------------------------------------+
// | This source file is subject to version 3.0 of the PHP license,       |
// | that is bundled with this package in the file LICENSE, and is        |
// | available at through the world-wide-web at                           |
// | http://www.php.net/license/3_0.txt.                                  |
// | If you did not receive a copy of the PHP license and are unable to   |
// | obtain it through the world-wide-web, please send a note to          |
// | license@php.net so we can mail you a copy immediately.               |
// +----------------------------------------------------------------------+
// | Authors: Aidan Lister <aidan@php.net>                                |
// +----------------------------------------------------------------------+
//
// $Id: Components.php,v 1.10 2005/12/05 14:49:56 aidan Exp $


// Functions
$components['function']['array_change_key_case']      = '4.2.0';
$components['function']['array_chunk']                = '4.2.0';
$components['function']['array_combine']              = '5.0.0';
$components['function']['array_diff_assoc']           = '4.3.0';
$components['function']['array_diff_key']             = '5.0.2';
$components['function']['array_diff_uassoc']          = '5.0.0';
$components['function']['array_diff_ukey']            = '5.0.2';
$components['function']['array_intersect_assoc']      = '5.0.0';
$components['function']['array_intersect_key']        = '5.0.2';
$components['function']['array_intersect_uassoc']     = '5.0.0';
$components['function']['array_intersect_ukey']       = '5.0.2';
$components['function']['array_key_exists']           = '4.1.0';
$components['function']['array_product']              = '5.1.0';
$components['function']['array_search']               = '4.0.5';
$components['function']['array_udiff']                = '5.0.0';
$components['function']['array_udiff_assoc']          = '5.0.0';
$components['function']['array_udiff_uassoc']         = '5.0.0';
$components['function']['array_uintersect']           = '5.0.0';
$components['function']['array_uintersect_assoc']     = '5.0.0';
$components['function']['array_uintersect_uassoc']    = '5.0.0';
$components['function']['array_walk_recursive']       = '5.0.0';
$components['function']['bcinvert']                   = '5.2.0';
$components['function']['bcpowmod']                   = '5.0.0';
$components['function']['call_user_func_array']       = '4.0.4';
$components['function']['clone']                      = '5.0.0';
$components['function']['constant']                   = '4.0.4';
$components['function']['convert_uudecode']           = '5.0.0';
$components['function']['convert_uuencode']           = '5.0.0';
$components['function']['debug_print_backtrace']      = '5.0.0';
$components['function']['file_get_contents']          = '4.3.0';
$components['function']['file_put_contents']          = '5.0.0';
$components['function']['floatval']                   = '4.2.0';
$components['function']['fprintf']                    = '5.0.0';
$components['function']['fputcsv']                    = '5.0.0';
$components['function']['get_headers']                = '5.0.0';
$components['function']['get_include_path']           = '4.3.0';
$components['function']['html_entity_decode']         = '4.3.0';
$components['function']['htmlspecialchars_decode']    = '5.1.0';
$components['function']['http_build_query']           = '5.0.0';
$components['function']['ibase_timefmt']              = '5.0.0';
$components['function']['idate']                      = '5.1.0';
$components['function']['image_type_to_mime_type']    = '4.3.0';
$components['function']['inet_ntop']                  = '5.1.0';
$components['function']['inet_pton']                  = '5.1.0';
$components['function']['ini_get_all']                = '4.2.0';
$components['function']['is_a']                       = '4.2.0';
$components['function']['is_scalar']                  = '4.0.5';
$components['function']['md5_file']                   = '4.2.0';
$components['function']['mhash']                      = '4.0.0';
$components['function']['mime_content_type']          = '4.3.0';
$components['function']['ob_clean']                   = '4.2.0';
$components['function']['ob_flush']                   = '4.2.0';
$components['function']['ob_get_clean']               = '4.3.0';
$components['function']['ob_get_flush']               = '4.3.0';
$components['function']['php_strip_whitespace']       = '5.0.0';
$components['function']['property_exists']            = '5.1.0';
$components['function']['pg_affected_rows']           = '4.2.0';
$components['function']['pg_escape_bytea']            = '4.2.0';
$components['function']['pg_unescape_bytea']          = '4.2.0';
$components['function']['restore_include_path']       = '4.3.0';
$components['function']['scandir']                    = '5.0.0';
$components['function']['set_include_path']           = '4.3.0';
$components['function']['str_ireplace']               = '5.0.0';
$components['function']['str_rot13']                  = '4.2.0';
$components['function']['str_shuffle']                = '4.3.0';
$components['function']['str_split']                  = '5.0.0';
$components['function']['str_word_count']             = '4.3.0';
$components['function']['stripos']                    = '5.0.0';
$components['function']['strpbrk']                    = '5.0.0';
$components['function']['strripos']                   = '5.0.0';
$components['function']['substr_compare']             = '5.0.0';
$components['function']['time_sleep_until']           = '5.1.0';
$components['function']['var_export']                 = '4.2.0';
$components['function']['version_compare']            = '4.1.0';
$components['function']['vprintf']                    = '4.1.0';
$components['function']['vsprintf']                   = '4.1.0';

// Constants
$components['constant']['DIRECTORY_SEPARATOR']        = '4.0.6';
$components['constant']['E_STRICT']                   = '5.0.0';
$components['constant']['FILE']                       = '4.3.0';
$components['constant']['PATH_SEPARATOR']             = '4.3.0';
$components['constant']['PHP_EOL']                    = '5.0.1';
$components['constant']['STD']                        = '4.3.0';
$components['constant']['T']                          = '5.0.0';
$components['constant']['UPLOAD_ERR']                 = '4.3.0';
?>