mirror of
https://github.com/php/php-src.git
synced 2026-04-28 18:53:33 +02:00
Added --enable-php-streams option for experimental file abstraction
This commit is contained in:
@@ -599,6 +599,14 @@ if test "$PHP_PEAR" = "yes"; then
|
||||
PEAR_DIR=pear
|
||||
fi
|
||||
|
||||
# temporary until streams are better integrated
|
||||
PHP_ARG_ENABLE(php-streams,whether to enable php streams,
|
||||
[ --enable-php-streams Include experimental php streams.
|
||||
Do not use unless you are testing the code!])
|
||||
|
||||
if test "$PHP_PHP_STREAMS" = "yes"; then
|
||||
AC_DEFINE(HAVE_PHP_STREAM, 1, [Whether to use php streams])
|
||||
fi
|
||||
|
||||
divert(5)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user