summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2006-03-29 16:30:54 +0000
committerAntony Dovgal <tony2001@php.net>2006-03-29 16:30:54 +0000
commit87f6b66a6265dbab6e963d06b4fb89eaffd14090 (patch)
tree4a5ae7f1eac61f5fa970ac88e833c6e5e0c8061d
parente42f182be3a5beb1da0bcc4c016138503bb19a54 (diff)
downloadphp-git-87f6b66a6265dbab6e963d06b4fb89eaffd14090.tar.gz
fix typo
-rw-r--r--ext/mysqli/mysqli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqli/mysqli.c b/ext/mysqli/mysqli.c
index 9e46b38766..11bb70d4e7 100644
--- a/ext/mysqli/mysqli.c
+++ b/ext/mysqli/mysqli.c
@@ -358,7 +358,7 @@ PHP_MYSQLI_EXPORT(zend_object_value) mysqli_objects_new(zend_class_entry *class_
zend_hash_find(&classes, mysqli_base_class->name.s, mysqli_base_class->name_length + 1,
(void **) &intern->prop_handler);
- zend_object_std_init(&intern->std, class_type TSRMLS_CC);
+ zend_object_std_init(&intern->zo, class_type TSRMLS_CC);
zend_hash_copy(intern->zo.properties, &class_type->default_properties, (copy_ctor_func_t) zval_add_ref,
(void *) &tmp, sizeof(zval *));