From: Wez Furlong Date: Sat, 16 Mar 2002 17:54:11 +0000 (+0000) Subject: add HAVE_PHP_STREAM macro for extensions to test which fileio functions to use X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~1338 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1fdd2a7ddd9276970ae71b91d9feeb5cebd3cc3a;p=php add HAVE_PHP_STREAM macro for extensions to test which fileio functions to use --- 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"