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
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.