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