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
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
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
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"
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"
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"