[PHP-DEV] Bug #10723 Updated: error max_execution_time, unrelated to value in php.ini

2001-05-08 Thread derick

ID: 10723
Updated by: derick
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: Program Execution
Operating system: 
PHP Version: 4.0.5
Assigned To: 
Comments:

Can you add a call to phpinfo() at the end of the action.php and mail.php scripts?

Previous Comments:
---

[2001-05-08 00:09:33] [EMAIL PROTECTED]
It's a problem with a big (2MB or greater) file upload. After the file is up, the 
message Fatal error: Maximum execution time of 2 seconds exceeded appears, but the 
parameter max_execution_time in php.ini hasn't this value, nor the error is influenced 
by any value for set_time_limit in the php.ini.

The Skripts are:

action.php
--
?
$maxupload = 10485760;
echo 'form action=mail.php method=POST ENCTYPE=multipart/form-data  
name=neumail
INPUT TYPE=hidden name=MAX_FILE_SIZE value=$maxupload
input type=file size=35 name=attach value=
input type=submit name=BLIND value=  Ok  ';
?/body/html 
--

mail.php
--
? $fp = fopen($attach,'r'); while (!feof ($fp))
 { $attachment .= fgetc($fp); }?
--


It can be testet at:
http://www.lgl.de/mail/debug/action.php
http://www.lgl.de/mail/debug/mail.php
http://www.lgl.de/mail/debug/phpinfo.php


---



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10723edit=2


-- 
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-DEV] Bug #10723 Updated: error max_execution_time, unrelated to value in php.ini

2001-05-08 Thread steffen . schreiner

ID: 10723
User Update by: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Open
Bug Type: Program Execution
Operating system: Linux SuSE 6.4
PHP Version: 4.0.5
Description: error max_execution_time, unrelated to value in php.ini

OK,on both Sktipts I've added phpinfo().

Previous Comments:
---

[2001-05-08 03:01:28] [EMAIL PROTECTED]
Can you add a call to phpinfo() at the end of the action.php and mail.php scripts?

---

[2001-05-08 00:09:33] [EMAIL PROTECTED]
It's a problem with a big (2MB or greater) file upload. After the file is up, the 
message Fatal error: Maximum execution time of 2 seconds exceeded appears, but the 
parameter max_execution_time in php.ini hasn't this value, nor the error is influenced 
by any value for set_time_limit in the php.ini.

The Skripts are:

action.php
--
?
$maxupload = 10485760;
echo 'form action=mail.php method=POST ENCTYPE=multipart/form-data  
name=neumail
INPUT TYPE=hidden name=MAX_FILE_SIZE value=$maxupload
input type=file size=35 name=attach value=
input type=submit name=BLIND value=  Ok  ';
?/body/html 
--

mail.php
--
? $fp = fopen($attach,'r'); while (!feof ($fp))
 { $attachment .= fgetc($fp); }?
--


It can be testet at:
http://www.lgl.de/mail/debug/action.php
http://www.lgl.de/mail/debug/mail.php
http://www.lgl.de/mail/debug/phpinfo.php


---


Full Bug description available at: http://bugs.php.net/?id=10723


-- 
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-DEV] Bug #10723 Updated: error max_execution_time, unrelated to value in php.ini

2001-05-08 Thread derick

ID: 10723
Updated by: derick
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: Program Execution
Operating system: 
PHP Version: 4.0.5
Assigned To: 
Comments:

The mail.php script gives this error:

   Warning: fopen(,r) - Inappropriate ioctl for device in
   /usr/local/httpd/htdocs/mail/debug/mail.php on line 2
   Warning: Supplied argument is not a valid File-Handle resource in
   /usr/local/httpd/htdocs/mail/debug/mail.php on line 3
   Warning: Supplied argument is not a valid File-Handle resource in
   /usr/local/httpd/htdocs/mail/debug/mail.php on line 5
   Warning: Supplied argument is not a valid File-Handle resource in
   /usr/local/httpd/htdocs/mail/debug/mail.php on line 3

Please fix that first, as this occured for a 10 bytes file

Previous Comments:
---

[2001-05-08 06:15:57] [EMAIL PROTECTED]
OK,on both Sktipts I've added phpinfo().

---

[2001-05-08 03:01:28] [EMAIL PROTECTED]
Can you add a call to phpinfo() at the end of the action.php and mail.php scripts?

---

[2001-05-08 00:09:33] [EMAIL PROTECTED]
It's a problem with a big (2MB or greater) file upload. After the file is up, the 
message Fatal error: Maximum execution time of 2 seconds exceeded appears, but the 
parameter max_execution_time in php.ini hasn't this value, nor the error is influenced 
by any value for set_time_limit in the php.ini.

The Skripts are:

action.php
--
?
$maxupload = 10485760;
echo 'form action=mail.php method=POST ENCTYPE=multipart/form-data  
name=neumail
INPUT TYPE=hidden name=MAX_FILE_SIZE value=$maxupload
input type=file size=35 name=attach value=
input type=submit name=BLIND value=  Ok  ';
?/body/html 
--

mail.php
--
? $fp = fopen($attach,'r'); while (!feof ($fp))
 { $attachment .= fgetc($fp); }?
--


It can be testet at:
http://www.lgl.de/mail/debug/action.php
http://www.lgl.de/mail/debug/mail.php
http://www.lgl.de/mail/debug/phpinfo.php


---



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10723edit=2


-- 
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-DEV] Bug #10723 Updated: error max_execution_time, unrelated to value in php.ini

2001-05-08 Thread steffen . schreiner

ID: 10723
User Update by: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Open
Bug Type: Program Execution
Operating system: Linux SuSE 6.4
PHP Version: 4.0.5
Description: error max_execution_time, unrelated to value in php.ini

These File-handle errros I only become if I don't give the mail-Skript a file-handle. 
By sending a request through action.php I've no such File-handle errors. I've tried it 
several times. Maybe the file-handle isn't given correctly to the Skript ?!

Previous Comments:
---

[2001-05-08 06:20:11] [EMAIL PROTECTED]
The mail.php script gives this error:

   Warning: fopen(,r) - Inappropriate ioctl for device in
   /usr/local/httpd/htdocs/mail/debug/mail.php on line 2
   Warning: Supplied argument is not a valid File-Handle resource in
   /usr/local/httpd/htdocs/mail/debug/mail.php on line 3
   Warning: Supplied argument is not a valid File-Handle resource in
   /usr/local/httpd/htdocs/mail/debug/mail.php on line 5
   Warning: Supplied argument is not a valid File-Handle resource in
   /usr/local/httpd/htdocs/mail/debug/mail.php on line 3

Please fix that first, as this occured for a 10 bytes file

---

[2001-05-08 06:15:57] [EMAIL PROTECTED]
OK,on both Sktipts I've added phpinfo().

---

[2001-05-08 03:01:28] [EMAIL PROTECTED]
Can you add a call to phpinfo() at the end of the action.php and mail.php scripts?

---

[2001-05-08 00:09:33] [EMAIL PROTECTED]
It's a problem with a big (2MB or greater) file upload. After the file is up, the 
message Fatal error: Maximum execution time of 2 seconds exceeded appears, but the 
parameter max_execution_time in php.ini hasn't this value, nor the error is influenced 
by any value for set_time_limit in the php.ini.

The Skripts are:

action.php
--
?
$maxupload = 10485760;
echo 'form action=mail.php method=POST ENCTYPE=multipart/form-data  
name=neumail
INPUT TYPE=hidden name=MAX_FILE_SIZE value=$maxupload
input type=file size=35 name=attach value=
input type=submit name=BLIND value=  Ok  ';
?/body/html 
--

mail.php
--
? $fp = fopen($attach,'r'); while (!feof ($fp))
 { $attachment .= fgetc($fp); }?
--


It can be testet at:
http://www.lgl.de/mail/debug/action.php
http://www.lgl.de/mail/debug/mail.php
http://www.lgl.de/mail/debug/phpinfo.php


---


Full Bug description available at: http://bugs.php.net/?id=10723


-- 
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]