I'm planning on rolling the first RC of PHP 4.3.3 on
tuesday evening, please commit all necessary patches before
that.
--Jani
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Apache Version: 1.3.27
Operating System: Windows XP SP1
PHP Version: 4.3.2
PHP runs as a module for apache.
Basically, I've created my own module for reading bitmaps under windows.
The module creates a gd object, and reads the pixels from a bitmap to
the gd object.
This module worked fine before P
MB>> that is something i 'hopefully' fixed for the moment but i think sara
MB>> did it wrong. So i'll ask here when she's back on irc.
There's still some leaks BTW with this fix, but I didn't research them
yet. Anyway, leaks are better than crash :)
--
Stanislav Malyshev, Zend Products Engineer
Hello Stanislav,
that is something i 'hopefully' fixed for the moment but i think sara
did it wrong. So i'll ask here when she's back on irc.
Sunday, June 15, 2003, 5:51:17 PM, you wrote:
SM> Oh, I had older version of the file, so now it looks OK.
SM>>> Could someone who knows the new streams
Oh, I had older version of the file, so now it looks OK.
SM>> Could someone who knows the new streams code look explain me what the code
SM>> in file.c in ZEND_RSRC_DTOR_FUNC(file_context_dtor) supposed to do? It was
SM>> destroying context->options twice - once with zval_dtor(context->options)
Could someone who knows the new streams code look explain me what the code
in file.c in ZEND_RSRC_DTOR_FUNC(file_context_dtor) supposed to do? It was
destroying context->options twice - once with zval_dtor(context->options)
directly (which I have commented out) and once from
php_stream_context_