Notice: Use of undefined constant DEBUG_BACKTRACE_IGNORE_ARGS - assumed 'DEBUG_BACKTRACE_IGNORE_ARGS' in /in/1XYWu on line 3
This likely needs to be patched in the library, but should be fixed somehow for Drupal 7.
The trouble is that when it is interpreted as a string, it evaluates to TRUE, which means that objects are returned in full in the backtrace, which in rare cases could lead to a OOM error.
Comments
Comment #2
fabianx commentedComment #3
damienmckennaComment #4
oliver.hader commentedThis only seems to be present in 7.x-dev (due to https://www.drupal.org/commitlog/commit/2/7f1f3b8be02f6f3af5934687bbb56f...), but not in the upstream version of the PharStreamWrapper library.
Comment #5
poker10 commentedPHP 5.3.x is no longer supported by Drupal 7. Closing this issue. Feel free to reopen if this affects also newer PHP versions. Thanks!