summaryrefslogtreecommitdiff
path: root/main/php3_compat.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-04-18 15:09:46 +0000
committerZeev Suraski <zeev@php.net>1999-04-18 15:09:46 +0000
commit2e8fb4e329bf98eb33dffad4c5fb1b49f73e7517 (patch)
tree0cef87cb577ab975c49918f0a17576340233e02c /main/php3_compat.h
parent593e603e4b82410c076836d5d3fdbe694c98a620 (diff)
downloadphp-git-2e8fb4e329bf98eb33dffad4c5fb1b49f73e7517.tar.gz
Win32 registry support
Diffstat (limited to 'main/php3_compat.h')
-rw-r--r--main/php3_compat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/php3_compat.h b/main/php3_compat.h
index 060786a2a4..0fb9097330 100644
--- a/main/php3_compat.h
+++ b/main/php3_compat.h
@@ -77,4 +77,7 @@
#define zend_print_pval zend_print_zval
#define zend_print_pval_r zend_print_zval_r
+
+#define function_entry zend_function_entry
+
#endif /* _PHP3_COMPAT_H */