Re: [PHP-DEV] Bug #10510 Updated: ini_set() as relates to max upload filesize setting

2001-04-26 Thread Boian Bonev
MAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, April 26, 2001 5:59 PM Subject: Re: [PHP-DEV] Bug #10510 Updated: ini_set() as relates to max upload filesize setting > [EMAIL PROTECTED] wrote: > > Please take into account that the processing of post data happens > > _

Re: [PHP-DEV] Bug #10510 Updated: ini_set() as relates to max upload filesize setting

2001-04-26 Thread Boian Bonev
From: "Hartmut Holzgraefe" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, April 26, 2001 5:59 PM Subject: Re: [PHP-DEV] Bug #10510 Updated: ini_set() as relates to max upload filesize setting > [EMAIL PROTECTED] wrote: > > Pl

[PHP-DEV] Bug #10510 Updated: ini_set() as relates to max upload filesize setting

2001-04-26 Thread bbonev
ID: 10510 Updated by: bbonev Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: *Function Specific PHP Version: 4.0.4pl1 Assigned To: Comments: Please take into account that the processing of post data happens _before_ your call to ini_set. Thus your new limit value has no

Re: [PHP-DEV] Bug #10510 Updated: ini_set() as relates to max upload filesize setting

2001-04-26 Thread spencer 'sporty' portee
As of late, the company I work for, Community Connect, needs to extend the openssl php module and might be able to release the source. It is for RSA encryption, but in my own interest, i would like to add on the other types of algorithms to it too. I understand that there are more complex funct

Re: [PHP-DEV] Bug #10510 Updated: ini_set() as relates to max upload filesize setting

2001-04-26 Thread Hartmut Holzgraefe
[EMAIL PROTECTED] wrote: > Please take into account that the processing of post data happens > _before_ your call to ini_set. Thus your new limit value has no effect > to the upload and succeeds (of course) after the upload is rejected. maybe we should think about a way to mark all ini settings