What steps will reproduce the problem?
1. $this->pQ = phpQuery::newDocumentXHTML($html_source);
2.
3.
What is the expected output? What do you see instead?
Fatal error</b>: Allowed memory size of 36700160 bytes exhausted (tried to
allocate 35 bytes) in /x/phpQueryObject.php on line 2706
What version of the product are you using? On what operating system?
r205
Please provide any additional information below.
The same script work weel using "$this->pQ =
phpQuery::newDocument($html_source);" trye "newDocumentXHTML();" cause my
output doesn't validate XHTML anymore.
It seem's to be the same problem that issue 38
Original issue reported on code.google.com by nicolas....@gmail.com on 17 Oct 2008 at 7:34
Original issue reported on code.google.com by
nicolas....@gmail.com
on 17 Oct 2008 at 7:34