summaryrefslogtreecommitdiff
path: root/main/php.h
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>1999-04-21 19:39:21 +0000
committerStig Bakken <ssb@php.net>1999-04-21 19:39:21 +0000
commit23280d0a75406562da3ef28f83447e9f6dce164c (patch)
treee47cc1ec31c0ff78d7a4033a685e671dde970e0f /main/php.h
parent937270f319453270781337e871f5a71a4f5b38fb (diff)
downloadphp-git-23280d0a75406562da3ef28f83447e9f6dce164c.tar.gz
added PHP_API_VERSION, simply set it to 19990421 for now
Diffstat (limited to 'main/php.h')
-rw-r--r--main/php.h2
1 files changed, 2 insertions, 0 deletions
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)