Download and Installation
PEAR Installation (Recommended)
$ pear install http://phpsavant.com/Savant3-3.0.0.tgz
Download
Savant3-3.0.0
(20kb .tgz)
Changelog:
- This is the first stable release.
- Plugin htmlAttribs no longer renders a key when its value is null.
- Removed the deprecated _() method; use eprint() instead.
- Added "avoidance" code to __call() and eprint() so they don't use call_user_func_array() as much; thanks to Andreas Korthaus for profiling the code and finding out how slow call_user_func_array() can be.
- Added setAutoload() method to tell Savant whether or not to use __autoload() when checking class_exists() on plugins, filters, etc. All class_exists() calls now honor that setting (which is false by default). Thanks to Felix-Gabriel Gangu, David Mytton, and Ian Eure for their discovery and discussion of the problem.
- Fixed bugs in stream support due to improper strpos() param order. Thanks, Antti Holvikari.
