Stig, I was going to fix this, but then I saw your code...

So here you go.  "pear install XML_RSS" ends up causing this call:

  version_compare('', '1.0', 'ge');

This tosses php_version_compare() into an infinite recursive loop
eventually ending in a segfault.  Now, why exactly php_version_compare()
needs to be a recursive function is a bit beyond me and hence the handoff.

-Rasmus


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to