[PHP-DEV] HEADS UP! PHP 4.3.3RC1 to be rolled this week..

2003-06-15 Thread Jani Taskinen
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

[PHP-DEV] Unloading GD resource created with custom module causes crash

2003-06-15 Thread Iridium
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

Re: [PHP-DEV] Re: file_context_dtor in file.c

2003-06-15 Thread Stanislav Malyshev
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

Re: [PHP-DEV] Re: file_context_dtor in file.c

2003-06-15 Thread Marcus Börger
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

[PHP-DEV] Re: file_context_dtor in file.c

2003-06-15 Thread Stanislav Malyshev
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)

[PHP-DEV] file_context_dtor in file.c

2003-06-15 Thread Stanislav Malyshev
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_