Ticket #164 (new defect)

Opened 6 months ago

Last modified 6 months ago

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:

  1. make sure version info shown together with other zend extensions
  2. 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

Changed 6 months ago by moo

  • description modified (diff)
Note: See TracTickets for help on using tickets.