lets try again
 in an OOP extension using methods <em>NOT</em> tagged as ZEND_ACC_STATIC,
does ZE2
 prevent them from being called statically or do i always need to do :

     if (!getThis()) {
            ERROR("Cannot call this method statically");
            RETURN_FALSE;
     }

 l0t3k

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

Reply via email to