[PHP] php crash and memory_limit

2004-02-28 Thread kringla
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 hidden value in the form, the value is set to 40 I increased 'memory_limit'

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'

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

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

[PHP] Internal server error

2004-03-02 Thread kringla
We are using a web-hotel named b-one. Very often we stumble on 'internal server error 500' without any reason. I have not touched the php-pages and yet the problem occur. What should I do? Is there any possibilty that my scrips are causing these errors? We also get the same errors when working

[PHP] imagecreatejpeg locks php

2004-03-06 Thread kringla
First, some ranting about safe_mode. Results from ini_get with safe_mode=On [memory_limit] = Array ( [global_value] = 8M [local_value] = 8M [access] = 7 ) And the manual says: PHP_INI_ALL - 7 - Entry can be set anywhere So I figure I have access to change memory_limit? But when I

Re: [PHP] imagecreatejpeg locks php

2004-03-07 Thread kringla
Is there any debugger i can use too se what is hapening? I found dbg but that seems to only work if php is CGI installed, and I do have serious problem compiling dbg. I also found xdebug http://www.xdebug.org/ but it seems like it's not for php 4.3.4, just 4.3.1. Downloaded the source also so

Re: [PHP] Problems with upload

2004-03-08 Thread kringla
Hi I am also running debian, and if I have safe_mode=On I am unable to upload images and get the following warnings. The code works if I disable safe_mode, but I have to get it working with safe_mode also. If I ever will see any money stream to me from my 'boss'...

[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