Search found 3 matches

by artois_val
Sun Jul 07, 2002 4:55 pm
Forum: PHP - Code
Topic: XmlDom crash my apache
Replies: 4
Views: 1975

yes... but ..

Yes, but it crash and windows report the well know : " memory can't be...."

So no log entry relevent to my error is showed ;(
by artois_val
Sun Jul 07, 2002 11:42 am
Forum: PHP - Code
Topic: XmlDom crash my apache
Replies: 4
Views: 1975

yes ...

Indeed but it's strange that blow up the systeme memory since it shouldn be big.
by artois_val
Fri Jul 05, 2002 4:38 pm
Forum: PHP - Code
Topic: XmlDom crash my apache
Replies: 4
Views: 1975

XmlDom crash my apache

Hello, Anyone have encoutered this kind of bug, this code crash apache (2 and 1) on an infamouse windows box $docXml= domxml_new_doc("1.0"); $xRoot = CreateXmlNode($docXml,"xnds:dataset"); $xRoot->set_attribute("name","value"); for($a=0;$a<=3000;$a++) { $rText...