diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2003-12-24 16:38:22 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2003-12-24 16:38:22 +0000 |
commit | be5670af2b9aca5a8089d9d7fe28a4f8a6c5e14f (patch) | |
tree | 246439c6032017c85fffd776b0d6e9617e43086c /main/php.h | |
parent | f95db00d6c35601f4c0ba474582d3928bc69a19d (diff) | |
download | php-git-be5670af2b9aca5a8089d9d7fe28a4f8a6c5e14f.tar.gz |
Fixed bug #26707 (Incorrect error for disabled functions/classes).
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 5b33180a1e..e153c90cdf 100644 --- a/main/php.h +++ b/main/php.h @@ -26,7 +26,7 @@ #include <dmalloc.h> #endif -#define PHP_API_VERSION 20031103 +#define PHP_API_VERSION 20031224 #define PHP_HAVE_STREAMS #define YYDEBUG 0 |