simple and easy way to install Log extension ?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
czy11421
Forum Newbie
Posts: 7
Joined: Sat Dec 26, 2009 9:03 pm

simple and easy way to install Log extension ?

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