diff options
author | Wez Furlong <wez@php.net> | 2002-03-16 17:54:11 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2002-03-16 17:54:11 +0000 |
commit | 1fdd2a7ddd9276970ae71b91d9feeb5cebd3cc3a (patch) | |
tree | 81062986903fa1a982a066dff5011d38e9de59ac /main/php.h | |
parent | 0895998befef84b10cb4a2fea0541f1bca098c28 (diff) | |
download | php-git-1fdd2a7ddd9276970ae71b91d9feeb5cebd3cc3a.tar.gz |
add HAVE_PHP_STREAM macro for extensions to test which fileio functions to use
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 5098fc71f3..d0804923d6 100644 --- a/main/php.h +++ b/main/php.h @@ -27,7 +27,7 @@ #endif #define PHP_API_VERSION 20010901 - +#define HAVE_PHP_STREAM 1 #define YYDEBUG 0 #include "php_version.h" |