[phpOpenTracker-general] phpOpenTracker 1.5.0 Release Candidate 2 Release
Sebastian Bergmann <[email protected]> Fri, 31 Dec 2004 10:03:00 +0100
| Newsgroups | gmane.comp.web.phpopentracker.general |
|---|---|
| Message-ID | <[email protected]> |
31-Dec-2004, Version 1.5.0 (Release Candidate 2)
+ Added 'plugin_data' array to the phpOpenTracker Session Container.
This array can be used by phpOpenTracker Logging Engine plugins to
store arbitrary data between requests.
The array elements should be namespace-protected by using a
sub-array with the name of the corresponding plugin as its key:
$container['plugin_data']['my_plugin_name']['my_data'] = $my_value;
+ Added 'logfile' configuration directive to configure path/filename
of the logfile phpOpenTracker optionally logs warning and error
messages to.
* The 'visitors_online' API call now return additional data.
(Contribution by Jean-Marc Fontaine <[email protected]>)
* Changes to the MyISAM and MyISAM Merge table creation scripts:
+ Added the 'PACK_KEYS=1' option to the pot_accesslog table
to enable prefix compression for the 'accesslog_id' column.
+ Re-added the 'DELAY_KEY_WRITE=1' option to all tables.
* Changes to the PostgreSQL table creation scripts to use the
correct INT4/INT8 column types instead of INTEGER.
(Patch by Peter Adams <[email protected]>=
- Deprecated the 'delay_key_write' configuration directive.
--
Sebastian Bergmann http://www.sebastian-bergmann.de/
GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69