Hello,

Here is page that shows phpinfo() in my webserver.

http://www.webyog.com/indexsam.php

As I can see, the configure command has '--enable-safe-mode' but in the PHP core configuration - safe_mode is set to off.

The max_execution_time is given to be 30 by default, but in my PHP i have set set_time_limit(30)

Do you find anything unusual?

Regards,
Ritesh
----- Original Message ----- From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, November 06, 2004 11:41 AM
Subject: RE: [PHP] Big table dump stopping in between



Why on earth would you want to echo 80k rows?? :)

Anyways...

1) If you have safe mode on, set_time_limit doesn't work.
2) You might check your max_execution_time value defined in the php.ini

Nate

-----Original Message-----
From: Ritesh Nadhani [mailto:[EMAIL PROTECTED]
Sent: Friday, November 05, 2004 9:43 PM
To: [EMAIL PROTECTED]
Subject: [PHP] Big table dump stopping in between

Hello,

I have a PHP page.

In the script I connect to one our tables having more then 80K rows and dump

the data using echo command.

When I run this page from my browser, the process always stops half way thru

and only half the data is dumped. I can reproduce this problem everytime. I
am on a 512Kbps DSL line.


By stopping i mean from IE, about 50K rows are dumped and then the process
stops.

I have even tried: set_time_limit (0) so that we have unlimited timeout but
its still giving the same error.


Do I need to configure something in the server so that complete data is
dumped?

Ritesh

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to