Ticket #27 (closed defect: fixed)
include vs. include_once
| Reported by: | alisencer@… | Owned by: | moo |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.0.3 |
| Component: | cacher | Version: | 1.0.1 |
| Keywords: | Cc: | ||
| Blocked By: | PHP Version: | ||
| Application: | Need User Feedback: | ||
| Other Exts: | SAPI: | ||
| Probability: | Blocking: |
Description
Using XCache1.0.1RC and PHP5.1.4 (debian)
When XCache is enabled, behaviour for include and include_once changes.
Example:
include "file";
//...
include_once "file";
Without xcache it is _not_ included again.
With xcache it is included again.
(Oh, and keep up the good work on XCache:))
Change History
Note: See
TracTickets for help on using
tickets.

