areisinger
7-24-06, 05:16 PM
Hi all,
i´m using the php function imagecreatefromjpeg($file) without success on the new platform.
anybody has a reason for that?
the script just dies, no error or similar :-/
my test script:
echo "dying?";
$img = imagecreatefromjpeg('/home/users/web/...../images/pub/IMG_4974.JPG');
echo "here?";
// dying is the last thing i can see from it
i´m using the php function imagecreatefromjpeg($file) without success on the new platform.
anybody has a reason for that?
the script just dies, no error or similar :-/
my test script:
echo "dying?";
$img = imagecreatefromjpeg('/home/users/web/...../images/pub/IMG_4974.JPG');
echo "here?";
// dying is the last thing i can see from it