Page 1 of 1

simple and easy way to install Log extension ?

Posted: Thu Dec 31, 2009 2:51 pm
by czy11421
how to install PHP Log ? I want to install log PEAR extension, http://pear.php.net/package-info.php?package=Log .

Do I have a simple and easy way to install this extension ?

I copy Log.PHP into my application, it give me error

Code: Select all

 
Warning: include_once(Log/file.php) [function.include-once]: failed to open stream: No such file or directory in C:\wamp\www\AirAlliance\lib\Log.php on line 164
 
Warning: include_once() [function.include]: Failed opening 'Log/file.php' for inclusion (include_path='.;C:\php5\pear') in C:\wamp\www\AirAlliance\lib\Log.php on line 164
 
I am using WAMP in windows, IDE is Netbeans PHP.

Thanks.