Ticket #5851 (closed Bugs: fixed)

Opened 1 year ago

Last modified 1 year ago

In correct parsing of _REQUEST array in config.php

Reported by: p_lindheimer Assigned to:
Priority: minor Milestone: 2.11
Component: FreePBX Framework Version: 2.10-branch
Keywords: Cc:
Confirmation: Confirmed Distro:
Backend Engine: All Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description

array not being parsed resulting all module functions being included even when restrictmods is set for ajax requests. A side affect of this is an apparent memory leak on systems with Zend installed when the dashboard page is left open since it does regular ajax requests and the resulting leak that appears to exist in the php apache module builds up over time.

Change History

05/29/12 13:09:04 changed by p_lindheimer

  • status changed from new to closed.
  • resolution set to fixed.

fixed in r14082