I've included a script which reproduces this bug.
System details include:
i386 arch
Linux-2.4.23
Apache-1.3.27
The configuration is standard with MySQL.
Using php.ini-dist with some include_path modifications.
The included script also demonstrates a workaround until this can be repaired.
Josh
<?php
$input="This script produces a segfault with PHP5.0.0b3";
/* The following alternative produces no segfault */
/*
$a=$input{1};
switch($a){*/
switch($input{1}){
case "x":
}
?>
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php