|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? Nov 2005, PHP 5.1
- Fixed initializing and argument checking for posix_mknod(). (Derick)
+- Fixed bug #35091 (SoapClient leaks memory). (Dmitry)
- Fixed bug #35078 (configure does not find ldap_start_tls_s). (Jani)
- Fixed bugs #35022, #35019 (Regression in the behavior of key() and current()
functions). (Ilia)
ret = zend_list_insert(service, le_service);
add_property_resource(this_ptr, "service", ret);
- zend_list_addref(ret);
SOAP_SERVER_END_CODE();
}
ret = zend_list_insert(sdl, le_sdl);
add_property_resource(this_ptr, "sdl", ret);
- zend_list_addref(ret);
SOAP_GLOBAL(soap_version) = old_soap_version;
}