I have noticed that in file ZFDebug/Controller/Plugin/Debug.php in
ZFDebug_Controller_Plugin_Debug::_output function there is a regular expression
which place ZFDebug's code in every <header> tag which is specified in HTML5
standard. It's a problem, because it often cause that browser hangs.
In my view you should change this regular expression from:
/(<head.*>)/i
to
/(<head(?!er).*>)/i
Original issue reported on code.google.com by kacperko...@gmail.com on 3 Sep 2013 at 1:35
Original issue reported on code.google.com by
kacperko...@gmail.com
on 3 Sep 2013 at 1:35