Daniel Brown wrote: > On 9/12/07, Per Jessen <per@xxxxxxxxxxxx> wrote: >> Migrating from v4 to v5 is not necessarily straight forward. >> Depending on what features you've used, you may have to rewrite some >> of >> your code. For instance, we used the xslt sablotron interface, which >> no longer exists in php5. Had to rewrite, which as it turns out was >> not too much effort, but I'm sure there are other more complex >> examples. > > While that's probable true, it wouldn't stop Apache from loading. > At the far outside realm of possibility, user code could cause PHP to > segfault and crash Apache, but when the httpd daemon is loading, it's > not scanning the user scripts. Sorry, I have to disagree strongly here. I have seen apache core dump many times due to PHP user code. I've also opened bug-reports based on such core-dumps, but the PHP developer community is not interested/capable in debugging in that fashion, IMHO. /Per Jessen, Zürich -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php