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

index 5e6d06996aa26a247f9b9cadd38ef6f6ba3f6390..0fce31af2f6a4761c9557d1d66fd45c38c6c4ac7 100644 (file)
@@ -1382,8 +1382,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 (PG(safe_mode) && (!php_checkuid(dir, NULL, CHECKUID_CHECK_FILE_AND_DIR))) {
                return -1;
        }