[PHP-DEV] [PATCH] Two bugs in variable destruction

2003-10-21 Thread Vesselin Atanasov
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

[PHP-DEV] CVS Account Request: dolce79

2003-10-21 Thread Lauralynn Baxter
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

[PHP-DEV] CVS Account Request: fd

2003-10-21 Thread Franziskus Domig
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

[PHP-DEV] CVS Account Request: edicson

2003-10-21 Thread edicson pineda cadena
dsfsdfdsf -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] request for thread safety advice

2003-10-21 Thread Pierre-Alain Joye
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

Re: [PHP-DEV] Re: PHP 5 Beta 2

2003-10-21 Thread Marcus Börger
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.