From:             [EMAIL PROTECTED]
Operating system: Linux
PHP version:      4.1.1
PHP Bug Type:     *General Issues
Bug description:  Segmentation fault

following php code give me a segmention fault:

<?php

  function th($page)
  {
    $page="more as 5 Characters. Stack Problem?";
    return $page;
  }

ob_start("th");
  echo "12345";
ob_end_flush();
?>

-- 
Edit bug report at http://bugs.php.net/?id=16080&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16080&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16080&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16080&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16080&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16080&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16080&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16080&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16080&r=submittedtwice

Reply via email to