diff options
| -rw-r--r-- | ext/standard/file.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/standard/file.c b/ext/standard/file.c index 5e6d06996a..0fce31af2f 100644 --- a/ext/standard/file.c +++ b/ext/standard/file.c @@ -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; } |
