News Feed
Jobs Feed
Sections




News Archive
Matthew Turland's Blog:
Log Analysis and PHP
September 03, 2007 @ 21:41:28

In a new post, Matthew Turland looks at one thing that he feels is missing from a lot of the PHP functionality currently available in the community today - log analysis features.

Log analysis is a fairly common task in the field of web development, most often analysis of web server traffic logs or what Wikipedia refers to as web analytics. PHP has no officially supported extensions designed specifically for log analysis. There are no related extensions in PECL. The only remotely related extension in PEAR is PEAR_Log, which for generating logs rather than parsing or analyzing them. In short, there is no common solution here.

He looks at the options that developers do have - make their own solution or go with a third party option. He believes, though, that a PECL extension would be more the way to go, integrating with PHP more closely and allow for easier parsing and manipulating of the data in their own log files.

1 comment voice your opinion now!
log analyze pecl extension thirdparty log analyze pecl extension thirdparty


blog comments powered by Disqus

Similar Posts

Community News: Latest PECL Releases for 07.24.2007

Chris Jones: Adding DTrace Probes to PHP Extensions

Ilia Alshanetsky's Blog: MySQL Binaries and cURL/http extensions in PHP

Stanislav Malyshev's Blog: Adding new extensions to Zend Studio

Jeremey Johnstone\'s Blog: FliteTTS now available in PECL


Community Events











Don't see your event here?
Let us know!


unittest phpunit introduction opinion community example series development testing tool release functional code interview conference framework podcast zendframework2 application language

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework