<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "http://pear.php.net/dtd/package-1.0">
<package version="1.0">
  <name>PHP_Compat</name>
  <summary>Provides missing functionality for older versions of PHP</summary>
  <description>PHP_Compat provides missing functionality in the form of
Constants and Functions for older versions of PHP.</description>
  <maintainers>
    <maintainer>
      <user>aidan</user>
      <name>Aidan Lister</name>
      <email>aidan@php.net</email>
      <role>lead</role>
    </maintainer>
    <maintainer>
      <user>schst</user>
      <name>Stephan Schmidt</name>
      <email>schst@php.net</email>
      <role>developer</role>
    </maintainer>
  </maintainers>
  <release>
    <version>1.3.0</version>
    <date>2004-11-22</date>
    <license>PHP License</license>
    <state>stable</state>
    <notes>Added more components:
* array_diff_key 
* array_diff_ukey
* array_diff_uassoc
* array_intersect_assoc
* array_intersect_key
* array_intersect_uassoc
* array_intersect_ukey
* floatval
* ini_get_all
* md5_file
* clone
* PHP_EOL
* UPLOAD_ERR (File upload constants)
* T (Tokenizer constants)

Added loadVersion():
* Allows automatic loading of all components
* or, loading all components until a given version of PHP is reached.</notes>
    <filelist>
      <file role="php" baseinstalldir="PHP" name="Compat.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Components.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Constant\E_STRICT.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Constant\PATH_SEPARATOR.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Constant\STD.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Constant\FILE.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Constant\PHP_EOL.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Constant\UPLOAD_ERR.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Constant\T.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\array_change_key_case.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\array_chunk.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\array_combine.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\array_diff_assoc.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\array_diff_key.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\array_diff_uassoc.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\array_diff_ukey.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\array_intersect_assoc.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\array_intersect_key.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\array_intersect_uassoc.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\array_intersect_ukey.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\array_key_exists.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\array_search.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\array_udiff.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\array_udiff_assoc.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\array_udiff_uassoc.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\array_uintersect_assoc.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\array_uintersect_uassoc.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\array_walk_recursive.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\call_user_func_array.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\clone.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\constant.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\convert_uuencode.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\convert_uudecode.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\file_get_contents.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\file_put_contents.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\floatval.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\fprintf.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\get_include_path.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\html_entity_decode.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\http_build_query.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\image_type_to_mime_type.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\ini_get_all.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\is_a.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\md5_file.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\ob_clean.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\ob_flush.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\ob_get_clean.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\ob_get_flush.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\php_strip_whitespace.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\restore_include_path.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\scandir.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\set_include_path.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\str_ireplace.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\str_rot13.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\str_split.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\str_shuffle.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\str_word_count.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\stripos.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\strpbrk.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\strripos.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\substr_compare.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\var_export.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\version_compare.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\vprintf.php"/>
      <file role="php" baseinstalldir="PHP" name="Compat\Function\vsprintf.php"/>
      <file role="test" baseinstalldir="PHP" name="tests\loadconstant.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\loadfunction.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\loadversion.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\array_change_key_case.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\array_chunk.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\array_combine.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\array_diff_assoc.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\array_diff_uassoc.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\array_diff_key.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\array_diff_ukey.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\array_intersect_assoc.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\array_intersect_key.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\array_intersect_uassoc.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\array_intersect_ukey.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\array_key_exists.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\array_search.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\array_udiff.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\array_udiff_assoc.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\array_udiff_uassoc.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\array_uintersect.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\array_uintersect_assoc.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\array_uintersect_uassoc.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\array_walk_recursive.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\call_user_func_array.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\clone.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\constant.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\convert_uuencode.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\convert_uudecode.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\file_get_contents.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\file_put_contents.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\floatval.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\fprintf.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\get_include_path.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\html_entity_decode.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\http_build_query.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\image_type_to_mime_type.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\ini_get_all.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\is_a.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\md5_file.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\ob_clean.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\ob_flush.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\ob_get_clean.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\ob_get_flush.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\php_strip_whitespace.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\restore_include_path.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\scandir.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\set_include_path.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\str_ireplace.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\str_rot13.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\str_split.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\str_shuffle.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\str_word_count.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\stripos.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\strpbrk.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\strripos.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\substr_compare.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\var_export.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\version_compare.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\vprintf.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\function\vsprintf.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\constant\e_strict.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\constant\file.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\constant\path_separator.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\constant\std.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\constant\php_eol.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\constant\upload_err.phpt"/>
      <file role="test" baseinstalldir="PHP" name="tests\constant\t.phpt"/>
    </filelist>
  </release>
</package>
