[TYPO3-dev] EM, TER2, XML and other animals

Dimitri Tarassenko mitka at mitka.us
Sat Apr 22 02:47:23 CEST 2006


Check if this:

$a = implode(gzfile('extensions.xml.gz'));
$b = implode(gzfile('extensions.xml.gz'));
$c = implode(gzfile('extensions.xml.gz'));
echo "Uncompressed sizes: ".strlen($a). ", ".strlen($b).", ".strlen($c). "\n";

crashes your PHP, because it does crash it on 1and1 servers.

I still wonder why does EM saves a string to file then does
implode(gzfile()) when a simple gzinflate(substr(s,10)) would do the
same with less memory required and no disk IO. But what the heck, if
this was the only EM problem.

Once you solve the gz-related problems it will start crashing in xml parser.

After spending 3 hours with 1and1 support (that genuinely SUCKS) I
just gave up on the issue.

--
Dimitri Tarassenko

P.S. for an 1and1 rep who might be reading this, case # C49061162. ;)))


More information about the TYPO3-dev mailing list