added PHP_API_VERSION, simply set it to 19990421 for now

This commit is contained in:
Stig Bakken 1999-04-21 19:39:21 +00:00
parent 937270f319
commit 23280d0a75

View file

@ -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)