Changes between Initial Version and Version 1 of Ticket #164
- Timestamp:
- 2008-02-18T04:39:56+01:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #164 – Description
initial v1 1 it's sometimes easy to configure xcache.so with "extension=xcache.so" without knowing the extension_dir, but maybe due to the trick XCache there's some problem need to be fix:1 it's sometimes easy to configure xcache.so with "extension=xcache.so" without having to know the extension_dir, but maybe due to the trick in XCache, error/warnings from other extension does not work, so it should be done in XCache side: 2 2 a. make sure version info shown together with other zend extensions 3 3 b. make sure xcache.so is loaded before other zend_extension if any. in other word, warn the user to use zend_extension=/path/to/xcache.so instead of extension=so when there is other zend extensions.

