Re: imagecreatetruecolor crashes



By the way, there's a typo in the first line (which works):
$my_value = imagecreatetruecolor(100, 70);

Francesco Moi wrote:
> Hi.
>
> Working with PHP 4.3.10 + GD 2.0.28 + Linux FC2
> (GD version is obtained from 'phpinfo')
>
>
> I'm trying to create within a function:
> $my_value = imagegreatetruevalor(100, 70);
> and it works ok (my_value = "Resource id #632")
>
> But within another function I try:
> $my_value = imagecreatetruecolor(500, 339);
> and it crashes (no 'my_value' showed)
>
> I don't know what it's happening, because the same
> functions work ok on another server with this configuration
> PHP 4.3.10 + "GD 2.0 or higher" + Linux FC2
>
> Any suggestion is appreciated. Regards.

.



Relevant Pages

  • imagecreatetruecolor crashes
    ... (GD version is obtained from 'phpinfo') ... and it crashes ... Regards. ... Prev by Date: ...
    (php.general)
  • outputting Pairs of Nodes
    ... I know its redundant but thats what this report calls for. ... So I'm playing with preceding-sibling and hoping PHP5 is using XSLT ... libxslt compiled against libxml Version 2.6.11 phpinfo() notes ... Prev by Date: ...
    (comp.text.xml)
  • Re: Session Data Loss because of session.cache_expire?
    ... > I have been studying the phpinfo() page and came across the ... Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/ ... Prev by Date: ...
    (comp.lang.php)
  • Re: Version
    ... subdirectory from php to phpinfo, the script started to work. ... Prev by Date: ...
    (alt.php)
  • phpinfo security considerations-reg.,
    ... am not sure whether this is the right forum to post this question,but ... 1.Is there any security vulnerabilities in exposing phpinfo.? ... 2.Is it necessary to 'protect' phpinfo details?If so why. ... Thanks and Regards ...
    (comp.security.misc)