This one should be fixed now.
SH>> <?php
namespace Foo {
SH>> class Bar {
SH>> function boom() {
SH>> echo "BOOM!\n";
SH>> }
SH>> }
SH>>
SH>> import Bar;
SH>>
SH>> $b = new Bar;
SH>> $b->boom();
SH>> ?>
SH>>
SH>> The import parse error will cause a segfault.
SH>>
SH>> -Sterling
SH>>
SH>>
--
Stanislav Malyshev, Zend Products Engineer
[EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.109
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php