tony2001 Wed Mar 29 16:29:53 2006 UTC
Modified files: (Branch: PHP_5_1)
/php-src/ext/mysqli mysqli.c
Log:
fix typo
http://cvs.php.net/viewcvs.cgi/php-src/ext/mysqli/mysqli.c?r1=1.72.2.13&r2=1.72.2.14&diff_format=u
Index: php-src/ext/mysqli/mysqli.c
diff -u php-src/ext/mysqli/mysqli.c:1.72.2.13
php-src/ext/mysqli/mysqli.c:1.72.2.14
--- php-src/ext/mysqli/mysqli.c:1.72.2.13 Wed Mar 29 14:28:42 2006
+++ php-src/ext/mysqli/mysqli.c Wed Mar 29 16:29:53 2006
@@ -15,7 +15,7 @@
| Author: Georg Richter <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
- $Id: mysqli.c,v 1.72.2.13 2006/03/29 14:28:42 tony2001 Exp $
+ $Id: mysqli.c,v 1.72.2.14 2006/03/29 16:29:53 tony2001 Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -344,7 +344,7 @@
zend_hash_find(&classes, mysqli_base_class->name,
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