projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
333e66c
)
fixed php version detection
author
Ilia Alshanetsky
<iliaa@php.net>
Tue, 20 Dec 2005 19:17:00 +0000
(19:17 +0000)
committer
Ilia Alshanetsky
<iliaa@php.net>
Tue, 20 Dec 2005 19:17:00 +0000
(19:17 +0000)
ext/fileinfo/fileinfo.c
patch
|
blob
|
history
diff --git
a/ext/fileinfo/fileinfo.c
b/ext/fileinfo/fileinfo.c
index 04fe848d845e0506ee527ae46f16f4a0496e232e..4f3d0cb1e6c8843d4960a3dd9e66b8bae9fe21a6 100644
(file)
--- a/
ext/fileinfo/fileinfo.c
+++ b/
ext/fileinfo/fileinfo.c
@@
-103,7
+103,7
@@
PHP_FILEINFO_API zend_object_value finfo_objects_new(zend_class_entry *class_typ
intern = ecalloc(1, sizeof(struct finfo_object));
intern->zo.ce = class_type;
intern->zo.properties = NULL;
-#if ZEND_
EXTENSION_API_NO > 220050000
+#if ZEND_
MODULE_API_NO >= 20050922
intern->zo.guards = NULL;
#else
intern->zo.in_get = 0;