iliaa Tue Jan 14 22:37:12 2003 EDT
Modified files:
/php4/ext/interbase interbase.c
Log:
Kill compile warning.
Index: php4/ext/interbase/interbase.c
diff -u php4/ext/interbase/interbase.c:1.93 php4/ext/interbase/interbase.c:1.94
--- php4/ext/interbase/interbase.c:1.93 Tue Jan 14 22:01:16 2003
+++ php4/ext/interbase/interbase.c Tue Jan 14 22:37:11 2003
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: interbase.c,v 1.93 2003/01/15 03:01:16 iliaa Exp $ */
+/* $Id: interbase.c,v 1.94 2003/01/15 03:37:11 iliaa Exp $ */
/* TODO: Arrays, roles?
@@ -609,7 +609,7 @@
php_info_print_table_start();
php_info_print_table_row(2, "Interbase Support", "enabled");
- php_info_print_table_row(2, "Revision", "$Revision: 1.93 $");
+ php_info_print_table_row(2, "Revision", "$Revision: 1.94 $");
#ifdef COMPILE_DL_INTERBASE
php_info_print_table_row(2, "Dynamic Module", "yes");
#endif
@@ -2173,7 +2173,7 @@
{
_php_ibase_fetch_hash(INTERNAL_FUNCTION_PARAM_PASSTHRU, FETCH_ARRAY);
if (Z_TYPE_P(return_value) == IS_ARRAY) {
- object_and_properties_init(return_value, &zend_standard_class_def,
Z_ARRVAL_P(return_value));
+ object_and_properties_init(return_value, ZEND_STANDARD_CLASS_DEF_PTR,
+Z_ARRVAL_P(return_value));
}
}
/* }}} */
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php