Last modified: 2009-08-16 20:57:05 UTC
After upgrading to PHP 5.3, I've noticed that Preprocessor_DOM spews strict standards issues about "Only variables should be passed by reference" anytime extract( $stack->getFlags() ) is getting called (lines 422, 473, 500, 601).
Done in r55157.