Re: [PHP] Max script size
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: http://www.php.net/unsub.php
Re: [PHP] Max script size
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 news:[EMAIL PROTECTED] [snip] 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. [/snip] I'll take a SWAG at itare the PHP versions the same? Do the ini files have the same settings? Does it throw any errors? Have a pleasant and productive day! [rant withheld] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Re: [PHP] Max script size
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). I just wanted to see what someone would say. Jeff "Jay Blanchard" <[EMAIL PROTECTED]> wrote in message I am sorry Jeff, we have begun to wonder very seriously what you would be doing with that many SQL statements in a single script. Sounds rather convoluted. Would you enlighten us? Thanks! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] Max script size
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: http://www.php.net/unsub.php
Re: [PHP] Max script size
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 instantly...in fact, not 1 line of script exe. [/snip] So, is the URL path to the script correct? What is the server path to the file? Let's just double check. A DNS error has nothing to do with the script unless the script isn't there. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php