]> granicus.if.org Git - php/commitdiff
- that should not have been applied
authorPierre Joye <pajoye@php.net>
Mon, 13 Dec 2010 18:45:53 +0000 (18:45 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 13 Dec 2010 18:45:53 +0000 (18:45 +0000)
ext/zip/php_zip.c

index 38a0b5b5b8e5b882971c77716873518486f963ee..1b42c94457d92022da58d403ff086adaa8f95506 100644 (file)
@@ -735,6 +735,8 @@ static const zend_function_entry zip_functions[] = {
 static zend_class_entry *zip_class_entry;
 static zend_object_handlers zip_object_handlers;
 
+static HashTable zip_prop_handlers;
+
 typedef int (*zip_read_int_t)(struct zip *za TSRMLS_DC);
 typedef char *(*zip_read_const_char_t)(struct zip *za, int *len TSRMLS_DC);
 typedef char *(*zip_read_const_char_from_ze_t)(ze_zip_object *obj TSRMLS_DC);