Opened 5 years ago
Closed 10 months ago
#164 closed enhancement (invalid)
warning/error when XCache is loaded incorrectly
| Reported by: | moo | Owned by: | moo |
|---|---|---|---|
| Priority: | major | Milestone: | 3.0.0 |
| Component: | cacher | Version: | 1.2.1 |
| Keywords: | Cc: | ||
| Application: | PHP Version: | ||
| Other Exts: | SAPI: | apache2handler | |
| Probability: | Always | Blocked By: | |
| Blocking: |
Description (last modified by moo)
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 (5)
comment:1 Changed 5 years ago by moo
- Description modified (diff)
comment:2 Changed 14 months ago by moo
- Milestone changed from 1.3.3 to 2.1.0
comment:3 Changed 11 months ago by moo
- Resolution set to fixed
- Status changed from new to closed
- Summary changed from no warning/error when xcache.so is loaded incorrectly to warning/error when XCache is loaded incorrectly
- Type changed from defect to enhancement
comment:4 Changed 10 months ago by moo
- Resolution fixed deleted
- Status changed from closed to reopened
comment:5 Changed 10 months ago by moo
- Resolution set to invalid
- Status changed from reopened to closed
load using zend_extension is no longer supported
Note: See
TracTickets for help on using
tickets.


implemented in [972]