Page 1 of 1

LoadBitmap with PHP - Bug?

Posted: Mon Feb 04, 2008 3:21 pm
by DazBYorks
Hi,

First of all I would like to thank you for providing your software to the world :)

With PHP using;

Code: Select all

$ImgObj->LoadBitmap("G:\music_extra\c\Melanie C\This Time\This Time [Single]\front.jpg");
Will fail with an Uncaught exception (Error to open file). This can be 'fixed' by simply using single quotes instead of double ones;

Code: Select all

$ImgObj->LoadBitmap('G:\music_extra\c\Melanie C\This Time\This Time [Single]\front.jpg');
Version: GflAX DLL 2.60- GFL 2.80 (Standard)

I don't recall this happening with the previous version - didn't do much testing though as I normally use VBScript. This may actually be a bug in PHP5 though?

Daz

Re: LoadBitmap with PHP - Bug?

Posted: Mon Feb 04, 2008 4:32 pm
by xnview
DazBYorks wrote: I don't recall this happening with the previous version - didn't do much testing though as I normally use VBScript. This may actually be a bug in PHP5 though?
Strange, i have not tested with php