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

[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