- PHAR:
. Fixed bug #74386 (Phar::__construct reflection incorrect). (villfa)
+- SOAP
+ . Fixed bug #74679 (Incorrect conversion array with WSDL_CACHE_MEMORY).
+ (Dmitry)
+
- Streams:
. Fixed bug #74556 (stream_socket_get_name() returns '\0'). (Sara)
pattr->extraAttributes = malloc(sizeof(HashTable));
zend_hash_init(pattr->extraAttributes, zend_hash_num_elements(attr->extraAttributes), NULL, delete_extra_attribute_persistent, 1);
- ZEND_HASH_FOREACH_STR_KEY_PTR(pattr->extraAttributes, key, tmp) {
+ ZEND_HASH_FOREACH_STR_KEY_PTR(attr->extraAttributes, key, tmp) {
if (key) {
pextra = malloc(sizeof(sdlExtraAttribute));
memset(pextra, 0, sizeof(sdlExtraAttribute));