Ticket #164 (new defect)
no warning/error when xcache.so is loaded incorrectly
| Reported by: | moo | Owned by: | moo |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3.0 |
| Component: | cacher | Version: | 1.2.1 |
| Keywords: | Cc: | ||
| Blocked By: | PHP Version: | ||
| Application: | Need User Feedback: | no | |
| Other Exts: | SAPI: | apache2handler | |
| Probability: | Always | Blocking: |
Description (last modified by moo) (diff)
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:
- make sure version info shown together with other zend extensions
- 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.
Change History
Note: See
TracTickets for help on using
tickets.

