D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
lampp
/
lib
/
php
/
doc
/
PEAR_Info
/
examples
/
Filename :
pear_info7.php
back
Copy
<?php /** * BUG #11524 Fatal error with $pear_dir parameter * * PHP versions 4 and 5 * * @category PEAR * @package PEAR_Info * @author Laurent Laville <pear@laurent-laville.org> * @license http://www.php.net/license/3_01.txt PHP License 3.01 * @version CVS: $Id: pear_info7.php,v 1.3 2008/10/12 16:21:24 farell Exp $ * @link http://pear.php.net/package/PEAR_Info * @link http://pear.php.net/bugs/bug.php?id=11524 * @ignore */ // require the PEAR_Info file require_once 'PEAR/Info.php'; // Create PEAR_Info object $info = new PEAR_Info('c:\wamp\bin\php\php5.2.6'); // Display PEAR_Info output $info->display(); ?>