From: Sara Golemon Date: Sat, 13 Dec 2003 23:13:51 +0000 (+0000) Subject: Export STREAM_MKDIR_RECURSIVE constant X-Git-Tag: php-5.0.0b3RC1~85 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=822ea957856924e31f6c6ae5dbde20bd7f83d9db;p=php Export STREAM_MKDIR_RECURSIVE constant --- diff --git a/main/streams/userspace.c b/main/streams/userspace.c index f5223d57a9..63e4c73ae5 100644 --- a/main/streams/userspace.c +++ b/main/streams/userspace.c @@ -80,6 +80,7 @@ PHP_MINIT_FUNCTION(user_streams) REGISTER_LONG_CONSTANT("STREAM_URL_STAT_LINK", PHP_STREAM_URL_STAT_LINK, CONST_CS|CONST_PERSISTENT); REGISTER_LONG_CONSTANT("STREAM_URL_STAT_QUIET", PHP_STREAM_URL_STAT_QUIET, CONST_CS|CONST_PERSISTENT); + REGISTER_LONG_CONSTANT("STREAM_MKDIR_RECURSIVE", PHP_STREAM_MKDIR_RECURSIVE, CONST_CS|CONST_PERSISTENT); return SUCCESS; }