Ticket #39 (closed defect: fixed)

Opened 7 years ago

Last modified 10 months ago

xcache.coveragedumper does not work in PHP_INI_PER_DIR or PHP_INI_ALL

Reported by: judas_iscariote Owned by: moo
Priority: major Milestone: 3.0.0
Component: coverager Version: 1.2-dev
Keywords: coverager per-request Cc: judas.iscariote@…
Blocked By: PHP Version:
Application: Need User Feedback: no
Other Exts: SAPI: Irrelevant
Probability: Blocking:

Description

xcache.coveragedumper have no effect in per-dir (.htaccess) or per script(ini_set()) setting, it only works when set in php.ini
the test was conducted using apache 2.2.3 with php 5.1.6 + suhosin

I expect it to work at least per-dir or this is a documentation problem ??

Change History

Changed 7 years ago by judas_iscariote

as addtional info, phpinfo reports it enabled when is set per-dir, but has not practical effect, coverage info is not generated at all.

Changed 6 years ago by moo

  • milestone changed from 1.2 to 1.3.0

Changed 6 years ago by judas_iscariote

  • cc judas.iscariote@… added; soporte+xcache@… removed

Im in need of this feature nowdays,moo is there any possibility you can look into this for 1.2.x ?
;) thanks ;)

Changed 10 months ago by moo

  • status changed from new to closed
  • resolution set to fixed
  • sapi set to Irrelevant
  • pending unset

ini_set never work for xcache.coverager setting. it's now marked as PHP_INI_PERDIR, not PHP_INI_USER use API instead.

Note: See TracTickets for help on using tickets.