From 23280d0a75406562da3ef28f83447e9f6dce164c Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Wed, 21 Apr 1999 19:39:21 +0000 Subject: added PHP_API_VERSION, simply set it to 19990421 for now --- main/php.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main/php.h') diff --git a/main/php.h b/main/php.h index d66d782098..1dfd8a17a5 100644 --- a/main/php.h +++ b/main/php.h @@ -33,6 +33,8 @@ #ifndef _PHP_H #define _PHP_H +#define PHP_API_VERSION 19990421 + #define YYDEBUG 0 #define CGI_BINARY (!APACHE && !USE_SAPI && !FHTTPD) -- cgit v1.2.1