ferrarilongato / phpquery

Automatically exported from code.google.com/p/phpquery
0 stars 0 forks source link

Using XHTML doc cause exceded memory size #63

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Fixed before r209.

Original comment by tobiasz....@gmail.com on 18 Oct 2008 at 10:19