From: Felipe Pena Date: Sun, 24 Feb 2008 11:49:39 +0000 (+0000) Subject: Removed internal warning X-Git-Tag: RELEASE_2_0_0a1~352 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=997b877aa41005583a1c2569d9ef608b585360e6;p=php Removed internal warning --- diff --git a/ext/standard/file.c b/ext/standard/file.c index b546ac2b02..dfd5988193 100644 --- a/ext/standard/file.c +++ b/ext/standard/file.c @@ -1493,7 +1493,6 @@ PHPAPI int php_mkdir_ex(char *dir, long mode, int options TSRMLS_DC) { int ret; - php_error_docref(NULL TSRMLS_CC, E_DEPRECATED, "This function is deprecated; use php_stream_mkdir() instead."); if (php_check_open_basedir(dir TSRMLS_CC)) { return -1; }