JH>>// 1) "my_namespace:class1" is added to the import hashtable. JH>>// 2) The opcode for JH>>"require_once('/usr/local/php-classes/my_namespace/class1.php')" is JH>>generated. JH>>// 3) "my_namespace:class2" is added to the import hashtable. JH>>// 4) The opcode for JH>>"require_once('/usr/local/php-classes/my_namespace/class2.php')" is JH>>generated. JH>>?>
This means, of course, that such file could not be used with bytecode caches, because between runs contents of the directory can change. -- Stanislav Malyshev, Zend Products Engineer [EMAIL PROTECTED] http://www.zend.com/ +972-3-6139665 ext.115 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php