I'm happy to announce the latest release of PHP-Syslog-NG (hooray!)

http://php-syslog-ng.googlecode.com/files/php-syslog-ng-2.9.8a.tgz

I've working hard on this one, hope you all enjoy it!

CHANGELOG
2.9.8a
* Updates/Enhancements
- Added Front page graph for daily log count, enable/disable through config.php
- Changed DEBUG in config.php from '0' to FALSE
- Re-enabled SQL output on search results if DEBUG=TRUE
- Added sql staments for Mysql 5.x users to fix problem with drop and
alter commands (http://nms.gdd.net/index.php/Installation_Guide#Caveats)
- Fixed javascript populate for "duplicates" field on search page
- Fixed SqueezeDB issue where duplicate count was not updating
properly (http://code.google.com/p/php-syslog-ng/issues/detail?id=70)
- Added SQZ Savings calculation to search page (shows how much of a
percentage the SqueezeDB script has saved overall - shows up next to
the "Duplicates" dropdown as a percentage)
- Altered graphit.php to show results based on SQZ if enabled.
- Found and fixed a few more short tags
(http://code.google.com/p/php-syslog-ng/issues/detail?id=20&can=1&q=tag)
- Modified SqueezeDB to handle large systems a little better - please
read changes in scripts/SqueezeDB-v2.2.php
- Fixed a bug in reloadcache.php that was trying to cache the merge
table which slows reloadcache down considerably on large systems (
  // Ref: http://code.google.com/p/php-syslog-ng/issues/detail?id=73
- Changed the LPD graph to display numbers in a more readable manner
(such as 2.4M instead of 2400000) (see blocks/graph-logs_per_day.php)
- Added Caching for front page graphs for performance increase
  Note: NEW FILE ADDED - lpdcache.php in the scripts directory which
is called from reloadcache.php
  Note2: This REQUIRES a change to your search_cache table:
  ALTER TABLE search_cache MODIFY type
enum('HOST','FACILITY','PROGRAM','LPD') default NULL
- Added SQZ (fo,lo, counter) and LPD (LPD) columns to the install SQL file.



-- 
______________________________________________________________

Clayton Dukes
______________________________________________________________
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Php-syslog-ng-support mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/php-syslog-ng-support

Reply via email to