projects
/
m6w6
/
ext-raphf
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
be52cdc
)
fix the fix
author
Michael Wallner
<mike@php.net>
Mon, 9 Feb 2015 09:36:25 +0000
(10:36 +0100)
committer
Michael Wallner
<mike@php.net>
Mon, 9 Feb 2015 09:36:25 +0000
(10:36 +0100)
php_raphf.c
patch
|
blob
|
history
diff --git
a/php_raphf.c
b/php_raphf.c
index a62897da8b6ee7ed7beb4d856903df90a2ff2f07..4ce908ec0a3c92d921e600c9e84be52996e6d46d 100644
(file)
--- a/
php_raphf.c
+++ b/
php_raphf.c
@@
-250,9
+250,9
@@
static inline php_persistent_handle_list_t *php_persistent_handle_list_find(
if ((GC_FLAGS(ident) & IS_STR_PERSISTENT)) {
id = ident;
} else {
- id
ent
= zend_string_dup(ident, 1);
+ id = zend_string_dup(ident, 1);
}
- rv = zend_symtable_update(&provider->list.free, id
ent
, &p);
+ rv = zend_symtable_update(&provider->list.free, id, &p);
if (id != ident) {
zend_string_release(id);
}