Date: 12/18/00
- Next message: Chris Loelke: "[PHP-DEV] Re: PHP 4.0 Bug #6957 Updated: Zend strlen function gets re-defined"
- Previous message: Zeev Suraski: "Re: [PHP-DEV] Re: [PHP-QA] convention about function naming II"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In the extension that I'm working on, I have a few classes wrapping some
library data and in the constructors of those classes I need to save the
pointer (this_ptr) of the wrapper so that library can keep track of
them.. What I found out, though is that this_ptr doesn't seem to be
constant -- in the constructor it's one value, and then in the method
call (same variable), it's a different value. Is there a way to do what
I need?
-Andrei
"Try to spend the next 30 seconds not thinking
about a blue-eyed polar bear." -Feodor Dostoevsky
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Chris Loelke: "[PHP-DEV] Re: PHP 4.0 Bug #6957 Updated: Zend strlen function gets re-defined"
- Previous message: Zeev Suraski: "Re: [PHP-DEV] Re: [PHP-QA] convention about function naming II"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

