From:             felix at students dot poly dot edu
Operating system: Linux 2.6.1
PHP version:      4.3.4
PHP Bug Type:     Feature/Change Request
Bug description:  make error message for exceding post_max_size friendlier

Description:
------------
I recently made a mistake in php.ini file
I have typed
post_max_size=24MB 

Php took this as 24 bytes. Maybe the checking should be stricter there
too. 

The warning was not very clear it was like
Warning Unknown() Actual POST size did not match Contnet-Lenigh and
exceding 24 bytes.

Warning should be error and it should be clear like
"Size of Post message exceded maximum allowed size of 24bytes"


-- 
Edit bug report at http://bugs.php.net/?id=26986&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=26986&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=26986&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=26986&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=26986&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=26986&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=26986&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=26986&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=26986&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=26986&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=26986&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=26986&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=26986&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=26986&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=26986&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=26986&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=26986&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=26986&r=float

Reply via email to