Hi,
This is a patch for ZendEngine2 that will allow the use of object handlers
in shared objects (PHP-GTK2). Would is be possible to get this change
committed ?
- Frank
cvs diff -u zend_object_handlers.h (in directory C:\PHP\php5\Zend)
Index: zend_object_handlers.h
RCS file: /repository/ZendEngine2/zend_object_handlers.h,v
retrieving revision 1.24
diff -u -r1.24 zend_object_handlers.h
--- zend_object_handlers.h 18 Sep 2003 11:38:33 -0000 1.24
+++ zend_object_handlers.h 1 Oct 2003 05:16:16 -0000
@@ -113,7 +113,7 @@
zend_object_cast_t cast_object;
} zend_object_handlers;
-extern zend_object_handlers std_object_handlers;
+ZEND_API extern zend_object_handlers std_object_handlers;
union _zend_function *zend_std_get_static_method(zend_class_entry *ce,
char *function_name_strval, int function_name_strlen TSRMLS_DC);
zval **zend_std_get_static_property(zend_class_entry *ce, char
*property_name, int property_name_len, zend_bool silent TSRMLS_DC);
zend_bool zend_std_unset_static_property(zend_class_entry *ce, char
*property_name, int property_name_len TSRMLS_DC);