Re: [PHP-DEV] [PATCH][NEW FEATURE] read_uploaded_file()

2002-03-23 Thread Derick Rethans

Hello Andrew,

I committed this.

Derick

On Fri, 22 Mar 2002, Andrew Sitnikov wrote:

 Hello php-dev,
 
   I created function `read_uploaded_file()`, i think it is useful at
   to work with uploaded file in safe_mode and open_basedir, because if
   i need only file content and safe_mode=on or open_basedir is set, i
   can not read file, i must move it, read and delete then.
 
   See in attach
   
 Best regards,
  Andrew Sitnikov 
  e-mail : [EMAIL PROTECTED]
  GSM: (+372) 56491109

Derick Rethans

-
PHP: Scripting the Web - www.php.net - [EMAIL PROTECTED]
All your branches are belong to me!
   SRM: Script Running Machine - www.vl-srm.net
-


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] [PATCH][NEW FEATURE] read_uploaded_file()

2002-03-22 Thread Andrew Sitnikov

Hello php-dev,

  I created function `read_uploaded_file()`, i think it is useful at
  to work with uploaded file in safe_mode and open_basedir, because if
  i need only file content and safe_mode=on or open_basedir is set, i
  can not read file, i must move it, read and delete then.  

Best regards,
 Andrew Sitnikov 
 e-mail : [EMAIL PROTECTED]
 GSM: (+372) 56491109


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DEV] [PATCH][NEW FEATURE] read_uploaded_file()

2002-03-22 Thread Andrew Sitnikov

Hello php-dev,

  I created function `read_uploaded_file()`, i think it is useful at
  to work with uploaded file in safe_mode and open_basedir, because if
  i need only file content and safe_mode=on or open_basedir is set, i
  can not read file, i must move it, read and delete then.

  See in attach
  
Best regards,
 Andrew Sitnikov 
 e-mail : [EMAIL PROTECTED]
 GSM: (+372) 56491109


read_uploaded_file.diff
Description: Binary data

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, visit: http://www.php.net/unsub.php