diff options
author | Sascha Schumann <sas@php.net> | 2002-05-07 22:00:33 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2002-05-07 22:00:33 +0000 |
commit | 50f68406cb5ed57f9541e21c229bffb608fbb3a7 (patch) | |
tree | e1dece6538d3fe3be839fc7bac18c8b856599222 /main/php.h | |
parent | d4b11fb33fe925a0ad90f793358ef33fe966e4d4 (diff) | |
download | php-git-50f68406cb5ed57f9541e21c229bffb608fbb3a7.tar.gz |
Due to the thread-safety changes and lots of other stuff, the
current tree is not backwards compatible anymore. Bump API no.
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php.h b/main/php.h index 026e5713e8..fc667c4f39 100644 --- a/main/php.h +++ b/main/php.h @@ -26,7 +26,7 @@ #include <dmalloc.h> #endif -#define PHP_API_VERSION 20010901 +#define PHP_API_VERSION 20020307 #define PHP_HAVE_STREAMS #define YYDEBUG 0 |