Hello.
There are two bugs that show when code is executed from an object destructor and
PHP is compiled in debug mode. Both bugs cause the zend_hash_find() to fail in the
IS_CONSISTENT() macro.
The first bug shows when the global symtable is destroyed and the destruction of
a symbol causes an obje
Started at ibm, have been asked to create and maintain "whiteboard" which is
programmed in hph and sql
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
because I'm not always happy with the german translation in the php.net documentation,
I'd like to get an CVS account to support your team and help translating the official
english documentation to german.
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www
dsfsdfdsf
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
On Mon, 20 Oct 2003 17:35:30 -0700 (PDT)
Rasmus Lerdorf <[EMAIL PROTECTED]> wrote:
> True, I should have mentioned that the mutex might have to span an
> entire sequence of calls from open to close or something to that
> effect.
>
> In the specific case of GD, it wouldn't actually be hard to make
Hello l0t3k,
if you really need consts for internal classes you should take a look at
zend_API.c:zend_declare_property_*() functions on how to create internal
zval's. Also you need to adapt the handling of default properties from
zend_compile.c:zend_initialize_class_data() to the constant table.