felipe Sun Feb 24 11:49:39 2008 UTC Modified files: /php-src/ext/standard file.c Log: Removed internal warning http://cvs.php.net/viewvc.cgi/php-src/ext/standard/file.c?r1=1.512&r2=1.513&diff_format=u Index: php-src/ext/standard/file.c diff -u php-src/ext/standard/file.c:1.512 php-src/ext/standard/file.c:1.513 --- php-src/ext/standard/file.c:1.512 Sat Feb 23 17:03:53 2008 +++ php-src/ext/standard/file.c Sun Feb 24 11:49:39 2008 @@ -21,7 +21,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: file.c,v 1.512 2008/02/23 17:03:53 helly Exp $ */ +/* $Id: file.c,v 1.513 2008/02/24 11:49:39 felipe Exp $ */ /* Synced with php 3.0 revision 1.218 1999-06-16 [ssb] */ @@ -1493,7 +1493,6 @@ { 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; }
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php