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 like these
and generate warnings when ini_set is used at runtime to change them

-- 
Hartmut Holzgraefe  [EMAIL PROTECTED]  http://www.six.de  +49-711-99091-77

-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




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 functions, such as encryption using
PKCS8 (or was that 7) to encrypt with a public key, while using envelopes and
SMIME.  I would like to see simpler functions, such as straight RSA and DSA
encryption/decryption, as well as cert creation as it exists in the openssl
api.  At the moment, RSA is the primary target for my needs.

I would like to start ASAP, so please let me know of anything i should know or
do before hand :)

-spencer p


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




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

2001-04-26 Thread Boian Bonev

i forgot to say that maybe we shall add two more bugs from this one -

- a feature request for not allowing nonsense settings like the mentioned in
the list
- i don't know if is it a good idea post file upload to generate a warning
when limit is exceeded

b.

- Original Message -
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:
  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 like these
 and generate warnings when ini_set is used at runtime to change them

 --
 Hartmut Holzgraefe  [EMAIL PROTECTED]  http://www.six.de  +49-711-99091-77

 --
 PHP Development Mailing List http://www.php.net/
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]




-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




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

2001-04-26 Thread Boian Bonev

sure. i guess at least about egpcs handling, arg separator, magic quotes,
perhapse some session options, register_globals, safe_mode.

lets make a list - this can be easily fixed. :)

b.

- Original Message -
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:
  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 like these
 and generate warnings when ini_set is used at runtime to change them

 --
 Hartmut Holzgraefe  [EMAIL PROTECTED]  http://www.six.de  +49-711-99091-77

 --
 PHP Development Mailing List http://www.php.net/
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]




-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]