Has anyone seen this error when working with a PHP application "out of dynamic memory in yy_create_buffer()"?
The error message that appears in the php error log is: Fatal error: out of dynamic memory in yy_create_buffer() in Unknown on line 0
I have not been able to identify a reproducible case. Increasing memory_limit has no affect on the issue.