ID:               22200
 Comment by:       FractalizeR at yandex dot ru
 Reported By:      angel at mail dot hbu dot edu dot cn
 Status:           Bogus
 Bug Type:         Mail related
 Operating System: redhat 8.0
 PHP Version:      4.2.2
 New Comment:

May be the problem is in memory_limit configuration option? When you
attach message of 4Mb PHP eats 4Mb from server memory to store
message.

Try to ini_set("memory_limit", "20M") before mail() in your script.


Previous Comments:
------------------------------------------------------------------------

[2003-02-12 23:21:51] [EMAIL PROTECTED]

Thank you for taking the time to report a problem with PHP.
Unfortunately you are not using a current version of PHP -- 
the problem might already be fixed. Please download a new
PHP version from http://www.php.net/downloads.php

If you are able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PHP.

PHP 4.3.0 was released long time ago.



------------------------------------------------------------------------

[2003-02-12 22:55:08] angel at mail dot hbu dot edu dot cn

I installed Redhat 8.0 as default,I can send a mail less than 4M
successfully with function Mail() (PHP4.22),but when

 i send a mail over 4M,Error"The Page can't display" occurs



how can i change this to a larger (for example 10M)? 

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=22200&edit=1

Reply via email to