[PHP-DEV] extract(EXTR_REFS) and pass-by-reference

2005-01-01 Thread Moriyoshi Koizumi
Hi there, I'm now looking into the three extract() bugs related to each other, namely bug #25708, bug #29493 and bug #31213. It turned out after all that these problems are caused by a inevitable zval separation on sending arguments to the function and there seems to be no feasible workaround for n

Re: [PHP-DEV] php_hostconnect and PHP_API

2005-01-01 Thread Alex Torkhov
Hi! Alex Torkhov wrote: I'm porting libssh2 extension to windows. It doesn't want link until I define php_hostconnect as PHP_API in main/php_network.h. And I want ask: why php_hostconnect doesn't defined as PHP_API (php 4.3.10) ? I mean "PHPAPI". Thanks, Alex. -- PHP Internals - PHP Runtime Deve

[PHP-DEV] php_hostconnect and PHP_API

2005-01-01 Thread Alex Torkhov
Hi! I'm porting libssh2 extension to windows. It doesn't want link until I define php_hostconnect as PHP_API in main/php_network.h. And I want ask: why php_hostconnect doesn't defined as PHP_API (php 4.3.10) ? Thanks, Alex. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe,

Re: [PHP-DEV] dl() usage for cli php5

2005-01-01 Thread Wez Furlong
This is still the broken shutdown order problem I've been moaning about for some time; we're unloading the modules before we call the dtors. If you unset or assign to null all references to objects in your extension before the script ends, you should end up with no segfault. --Wez. On Sat, 01 J