Closed (won't fix)
Project:
Drupal core
Version:
4.7.4
Component:
base system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Dec 2006 at 04:10 UTC
Updated:
15 Sep 2008 at 22:03 UTC
running php 4.4.2
when drupal is using _fix_gpc_magic to process form post results on my site, i'm getting sudden out of memory errors
i debug_backtrace() logged it to a file
and here is the last function call that blows up:
[0] => Array
(
[function] => _fix_gpc_magic
[args] => Array
(
[0] => asdfasdfasdf
[1] => value
)
)
seems like a pretty innocuous function call, i'm guessing this is another instance of the known php4 array_walk bug, just like: http://drupal.org/node/82524
Comments
Comment #1
pasqualleThis version is not supported. Reopen or create a new issue if the problem exist in any recent version (version equal or above Drupal 5)