From fb1c77bd4f8a636ba47d720f8ca65fc6baae836d Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Fri, 17 Dec 1999 20:55:31 +0000 Subject: - Made PHP_VERSION and PHP_OS work again - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev) --- ext/ftp/php_ftp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/ftp/php_ftp.c') diff --git a/ext/ftp/php_ftp.c b/ext/ftp/php_ftp.c index 53336af627..1b86f1f4cf 100644 --- a/ext/ftp/php_ftp.c +++ b/ext/ftp/php_ftp.c @@ -37,7 +37,7 @@ #ifndef ZEND_VERSION #include "internal_functions.h" #include "php3_list.h" -#define php_error php3_error +#define php_error php_error #endif #include "ext/standard/file.h" @@ -72,7 +72,7 @@ function_entry php3_ftp_functions[] = { {NULL, NULL, NULL} }; -php3_module_entry php3_ftp_module_entry = { +zend_module_entry php3_ftp_module_entry = { "FTP Functions", php3_ftp_functions, #ifdef ZEND_VERSION -- cgit v1.2.1