[PHP-DEV] CVS Account Request: phaze

2003-11-09 Thread Daniel Diehl
Joining the Translation team for GERMAN of the PEAR Manual -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] ZE2 and order of initialization (quick question)

2003-11-09 Thread l0t3k
Am i correct in my understanding that the object store is not initialized before MINIT is run ? l0t3k -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] ZE2 and order of initialization (quick question)

2003-11-09 Thread l0t3k
Am i correct in my understanding that the object store is not initialized before MINIT is run ? l0t3k -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] internal hashtables [patch included]

2003-11-09 Thread Cristiano Duarte
Hi all, I guess I found a bug at "zend_compile.c". IMHO when you want to create an internal hashtable, that will be filled with internal zvals (malloc'ed instead of emalloc'ed), you should pass the "internal zval destructor" to the hashtable initialization function. Currently, "zend_compile.c"

[PHP-DEV] Re: internal hashtables [patch included]

2003-11-09 Thread Cristiano Duarte
Hi all, I guess I found a bug at "zend_compile.c". IMHO when you want to create an internal hashtable, that will be filled with internal zvals (malloc'ed instead of emalloc'ed), you should pass the "internal zval destructor" to the hashtable initialization function. Currently, "zend_compile.c"

[PHP-DEV] Re: internal hashtables [patch included]

2003-11-09 Thread Cristiano Duarte
Hi all, I guess I found a bug at "zend_compile.c". IMHO when you want to create an internal hashtable, that will be filled with internal zvals (malloc'ed instead of emalloc'ed), you should pass the "internal zval destructor" to the hashtable initialization function. Currently, "zend_compile.c"