View | Details | Raw Unified | Return to bug 90506
Collapse All | Expand All

(-)pecl-fileinfo/files/patch-fileinfo.c (+11 lines)
Line 0 Link Here
1
--- fileinfo.c	6 Dec 2005 00:27:01 -0000	1.13
2
+++ fileinfo.c	6 Dec 2005 04:14:55 -0000
3
@@ -103,7 +103,7 @@ PHP_FILEINFO_API zend_object_value finfo
4
 	intern = ecalloc(1, sizeof(struct finfo_object));
5
 	intern->zo.ce = class_type;
6
 	intern->zo.properties = NULL;
7
-#if ZEND_EXTENSION_API_NO > 220050000
8
+#if ZEND_MODULE_API_NO >= 20050922
9
 	intern->zo.guards = NULL;
10
 #else
11
 	intern->zo.in_get = 0;

Return to bug 90506