home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cricao de Sites - 650 Layouts Prontos
/
WebMasters.iso
/
Servidores
/
xampp-win32-1.6.7-installer.exe
/
php
/
pci
< prev
next >
Wrap
Text File
|
2008-07-02
|
517b
|
22 lines
#!H:\release167\NEU\xampp\php\.\php.exe
<?php
/**
* Get the Compatibility info from PHP CLI
*
* PHP versions 4 and 5
*
* @category PHP
* @package PHP_CompatInfo
* @author Davey Shafik <davey@php.net>
* @license http://www.php.net/license/3_01.txt PHP License 3.01
* @version CVS: $Id: pci.php,v 1.2 2007/11/15 18:22:40 farell Exp $
* @link http://pear.php.net/package/PHP_CompatInfo
* @access public
*/
require_once 'PHP/CompatInfo/Cli.php';
$cli = new PHP_CompatInfo_Cli();
$cli->run();
?>