Re: [PHP] 4.3.2 fopen() problem/limit?

2003-07-17 Thread desa15
check if allow_url_fopen is on in /etc/php.ini or C:\Windows\php.ini Un saludo, Danny -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] 4.3.2 fopen() problem/limit?

2003-07-17 Thread MIKE YRABEDRA
on 7/17/03 7:55 AM, [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: check if allow_url_fopen is on in /etc/php.ini or C:\Windows\php.ini It is, and fopen IS working. The problem is that it is only pulling half of the page down? Like it is reaching a limit to the amount of data it will pull???

Re: [PHP] 4.3.2 fopen() problem/limit?

2003-07-17 Thread desa15
ohh, excuse me, i read bad your message. What is the size of the file ?? check in php.ini the postmax_size param. Is very strange Un saludo, Danny -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] 4.3.2 fopen() problem/limit?

2003-07-17 Thread MIKE YRABEDRA
on 7/17/03 8:28 AM, [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: ohh, excuse me, i read bad your message. What is the size of the file ?? check in php.ini the postmax_size param. 8MB, that should plenty big enough. ++ Mike Yrabedra (President)

Re: [PHP] 4.3.2 fopen() problem/limit?

2003-07-17 Thread Curt Zirzow
MIKE YRABEDRA [EMAIL PROTECTED] wrote: I just upgraded to 4.3.2 and one of my scripts will not work now. The script basically used fopen to get a file, then it would write it to a static page (cutting down on DB access). The script has worked fine for months under 4.3.0, but not under