[PHP] Re: [ERR] Re: [PHP] php crash and memory_limit

2004-03-17 Thread kringla
crash and memory_limit From: kringla <[EMAIL PROTECTED]> Date: Tue, 02 Mar 2004 00:47:24 +0100 To: [EMAIL PROTECTED] No solution? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php crash and memory_limit

2004-03-01 Thread kringla
No solution? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] php crash and memory_limit

2004-02-29 Thread kringla
Is there any solution to this problem? I can see that this problem happens when the memory is exhausted. How do I make a correct .htaccess file so set these values: php_value memory_limit 34M php_value post_max_size 33M php_value upload_max_filesize 32M php_value max_execution_time 600 Why does PHP

Re: [PHP] php crash and memory_limit

2004-02-28 Thread kringla
Rasmus Lerdorf wrote: Which web server and version? php: 4.3.4 apache 1.3.27 Linux x 2.4.20aa1 #2 SMP Fri Mar 7 15:07:36 CET 2003 i686 Server API CGI/FastCGI max_execution_time 120 max_input_time -1 './configure' '--enable-force-cgi-redirect' '--enable-inline-optimization' '--with-bz2' '--wit

Re: [PHP] php crash and memory_limit

2004-02-28 Thread Rasmus Lerdorf
Which web server and version? On Sat, 28 Feb 2004, kringla wrote: > Hi > I'm having a problem with file uploads and freezings of the php-module > in apache. Yes I have googled and RTFM:ed but I don't get any good > results out from what I have tested so far. > > I have set MAX_FILE_SIZE as a hidd