]> granicus.if.org Git - php/commitdiff
Removed internal warning
authorFelipe Pena <felipe@php.net>
Sun, 24 Feb 2008 11:49:39 +0000 (11:49 +0000)
committerFelipe Pena <felipe@php.net>
Sun, 24 Feb 2008 11:49:39 +0000 (11:49 +0000)
ext/standard/file.c

index b546ac2b02058d5079619131ad1df3040edcf389..dfd5988193ca33054f0ab70139fdc8925b7da71a 100644 (file)
@@ -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;
        }