Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php/*** zip 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: zip_func_array.php,v 1.1 2008/12/14 17:24:23 farell Exp $* @link http://pear.php.net/package/PHP_CompatInfo* @since version 1.9.0b2 (2008-12-19)*/$GLOBALS['_PHP_COMPATINFO_FUNC_ZIP'] = array ('addfile' =>array ('init' => '1.1.0','end' => '1.9.0','ext' => 'zip','pecl' => true,),'addfromstring' =>array ('init' => '1.1.0','end' => '1.9.0','ext' => 'zip','pecl' => true,),'addglob' =>array ('init' => '1.9.0','end' => '1.9.0','ext' => 'zip','pecl' => true,),'addpattern' =>array ('init' => '1.9.0','end' => '1.9.0','ext' => 'zip','pecl' => true,),'createemptydir' =>array ('init' => '1.8.0','end' => '1.9.0','ext' => 'zip','pecl' => true,),'deleteindex' =>array ('init' => '1.5.0','end' => '1.9.0','ext' => 'zip','pecl' => true,),'deletename' =>array ('init' => '1.5.0','end' => '1.9.0','ext' => 'zip','pecl' => true,),'getnameindex' =>array ('init' => '1.5.0','end' => '1.9.0','ext' => 'zip','pecl' => true,),'getstatusstring' =>array ('init' => '1.9.0','end' => '1.9.0','ext' => 'zip','pecl' => true,),'getstream' =>array ('init' => '1.1.0','end' => '1.9.0','ext' => 'zip','pecl' => true,),'locatename' =>array ('init' => '1.5.0','end' => '1.9.0','ext' => 'zip','pecl' => true,),'rename' =>array ('init' => '1.1.0','end' => '1.4.1','ext' => 'zip','pecl' => true,),'renameindex' =>array ('init' => '1.5.0','end' => '1.9.0','ext' => 'zip','pecl' => true,),'renamename' =>array ('init' => '1.5.0','end' => '1.9.0','ext' => 'zip','pecl' => true,),'setarchivecomment' =>array ('init' => '1.4.0','end' => '1.9.0','ext' => 'zip','pecl' => true,),'setcommentindex' =>array ('init' => '1.4.0','end' => '1.9.0','ext' => 'zip','pecl' => true,),'setcommentname' =>array ('init' => '1.4.0','end' => '1.9.0','ext' => 'zip','pecl' => true,),'statfile' =>array ('init' => '1.1.0','end' => '1.3.1','ext' => 'zip','pecl' => true,),'statindex' =>array ('init' => '1.1.0','end' => '1.9.0','ext' => 'zip','pecl' => true,),'statname' =>array ('init' => '1.5.0','end' => '1.9.0','ext' => 'zip','pecl' => true,),'statpath' =>array ('init' => '1.4.0','end' => '1.4.1','ext' => 'zip','pecl' => true,),'unchangeall' =>array ('init' => '1.5.0','end' => '1.9.0','ext' => 'zip','pecl' => true,),'unchangeindex' =>array ('init' => '1.5.0','end' => '1.9.0','ext' => 'zip','pecl' => true,),'unchangename' =>array ('init' => '1.5.0','end' => '1.9.0','ext' => 'zip','pecl' => true,),'zip_close' =>array ('init' => '1.0','end' => '1.9.0','ext' => 'zip','pecl' => true,),'zip_entry_close' =>array ('init' => '1.0','end' => '1.9.0','ext' => 'zip','pecl' => true,),'zip_entry_compressedsize' =>array ('init' => '1.0','end' => '1.9.0','ext' => 'zip','pecl' => true,),'zip_entry_compressionmethod' =>array ('init' => '1.0','end' => '1.9.0','ext' => 'zip','pecl' => true,),'zip_entry_filesize' =>array ('init' => '1.0','end' => '1.9.0','ext' => 'zip','pecl' => true,),'zip_entry_name' =>array ('init' => '1.0','end' => '1.9.0','ext' => 'zip','pecl' => true,),'zip_entry_open' =>array ('init' => '1.0','end' => '1.9.0','ext' => 'zip','pecl' => true,),'zip_entry_read' =>array ('init' => '1.0','end' => '1.9.0','ext' => 'zip','pecl' => true,),'zip_open' =>array ('init' => '1.0','end' => '1.9.0','ext' => 'zip','pecl' => true,),'zip_read' =>array ('init' => '1.0','end' => '1.9.0','ext' => 'zip','pecl' => true,),);?>