tony2001 Wed Mar 29 16:30:54 2006 UTC Modified files: /php-src/ext/mysqli mysqli.c Log: fix typo http://cvs.php.net/viewcvs.cgi/php-src/ext/mysqli/mysqli.c?r1=1.84&r2=1.85&diff_format=u Index: php-src/ext/mysqli/mysqli.c diff -u php-src/ext/mysqli/mysqli.c:1.84 php-src/ext/mysqli/mysqli.c:1.85 --- php-src/ext/mysqli/mysqli.c:1.84 Wed Mar 29 15:08:52 2006 +++ php-src/ext/mysqli/mysqli.c Wed Mar 29 16:30:54 2006 @@ -15,7 +15,7 @@ | Author: Georg Richter <[EMAIL PROTECTED]> | +----------------------------------------------------------------------+ - $Id: mysqli.c,v 1.84 2006/03/29 15:08:52 tony2001 Exp $ + $Id: mysqli.c,v 1.85 2006/03/29 16:30:54 tony2001 Exp $ */ #ifdef HAVE_CONFIG_H @@ -358,7 +358,7 @@ 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 *));
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php