Martin Jansen wrote:
> <?php require_once "DB.php"; ?>

  Most likely this will be caused by

    856 $this->$key = &$arr[$key];

  as variable member access causes a segfault in the compiler.

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/                 http://phpOpenTracker.de/

  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/

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

Reply via email to