[...] > - All imports are done at compile time. So:
== Object.php ==
<?php
package lang { class Object {
}}
?>
== script.php ==
<?php
include('Object.php');
import lang:Object;
?>
...will not work. You'll need an opcode for this.
- Timm
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
