[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

php segfaults



Hello,

I'm using the latest/greatest woody, and the following php-code segfaults in
it. (according to apache log: [Wed Dec  6 21:06:13 2000] [notice] child pid
24875 exit signal Segmentation fault (11)).

<html>
<body>
<?php
$a = "/foo";
$b = ereg_replace('^/', '', $a);
echo "hello: $b"; ?>
</body>
</html>

I think it shouldn't, and I'm sure it didn't. Am I doing something special?
Is this problem specific to my computer? Or is PHP simply broken now? Any
ideas?

All my pages are non-functional now, because they all require a php-file
which is using such a ereg_replace....

 Michiel

-- 
% Michiel Meeuwissen
% M.Meeuwissen@warande.uu.nl
% http://www.purl.org/NET/mihxil/
% Vidu ankaux: http://www.uea.org/katalogo



Reply to: