- Timestamp:
- 03/04/2007 09:59:12 (21 months ago)
- Files:
-
- 1 modified
-
trunk/ext/php/phpext.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ext/php/phpext.c
r250 r251 186 186 if (o2->type == IS_STRING) { 187 187 add_assoc_zval(o, o2->value.str.val, o3); 188 zval_ptr_dtor(&o2); 188 189 } 189 190 }