Re: [PHP] Max script size

2003-08-14 Thread Jeff Held
URL's correct. If I cut the script in half it runs fine. FYI The scrpit in full of 4000 or so mysql SQL statements. Jeff Jay Blanchard [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] [snip] Sorry, in terms of PHP error no. I get a page cannot be displayed/DNS error. It happens

Re: [PHP] Max script size

2003-08-09 Thread Jeff Held
Transfering data between mysql servers. I create a mysql insert file via file system, ftp the file to another server, then exe it...all on a schedule. I know there is a better way, but this way is very fast, well until the file got to big. My solution now is to break it over two files (easy).

[PHP] Max script size

2003-08-09 Thread Jeff Held
I have a 6MB PHP script that just won't exe on the live server. It works on the local one. Any ideas on a setting that may limit the script. It is not timing out, it only takes about 3 sec to exe. Jeff -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Max script size

2003-08-08 Thread Jeff Held
Sorry, in terms of PHP error no. I get a page cannot be displayed/DNS error. It happens instantly...in fact, not 1 line of script exe. Jeff Held Jay Blanchard [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit

Re: [PHP] Max script size

2003-08-08 Thread Jeff Held
Thanks! Yes. PHP versions differnt. Ini's Diffiernt, don't want to to match those. I assmue the reason is because of a differnt ini setting...I just can't find it. I looked for a setting that may set a limit but didn't find any. Jeff Jay Blanchard [EMAIL PROTECTED] wrote in message