← Back to team overview

ius-coredev team mailing list archive

[Bug 723724] Re: APC 3.1.6 does NOT work with relative path in include()

 

Unfortunately, Jeff and I have worked through a number of different
scenarios.... using your exact examples above, and are unable to
reproduce this issue.  Once 3.1.8 is out we will be more than happy to
update php53u-pecl-apc... but without being abe to reproduce the
issue... upgrading to 3.1.7 beta is not in the over all best interest of
the repo.

Another option would be to configure a clean, new test server... setup a
demo based on your steps above, prove reproducibility, and then give us
a temporary account that we can login and troubleshoot.  If we could
reproduce the issue... I would even consider upping to 3.1.7 beta... but
without being able to reproduce it, we can't.

-- 
You received this bug notification because you are a member of IUS Core
Development, which is subscribed to IUS Community Project.
https://bugs.launchpad.net/bugs/723724

Title:
  APC 3.1.6 does NOT work with relative path in include()

Status in IUS Community Project:
  New

Bug description:
  APC 3.1.6 used in php53u-pecl-apc-3.1.6 package suffers from the following bug:
  http://pecl.php.net/bugs/bug.php?id=20529
  It causes includes with relative path to not use getcwd() / current working directory, but the directory of the script issuing the include/require statement. This bug is a real pain to debug, as it causes eratic failure in many php frameworks.
  APC 3.1.7 fixes the bug, so please update the packages to this version, even if it's marked beta, while 3.1.6 is marked stable, but is unusable!



References