Ticket #27 (closed defect: fixed)

Opened 7 years ago

Last modified 7 years ago

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

Changed 7 years ago by moo

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to 1.1

yeah, it was fixed in trunk [86] already.

Changed 7 years ago by moo

it's also in branches/1.0, but was commited right after RC1 :)

Changed 7 years ago by moo

  • milestone changed from 1.1 to 1.0.3
Note: See TracTickets for help on using tickets.