Search found 1 match
- Tue Feb 03, 2009 10:48 am
- Forum: PHP - Code
- Topic: Resolved:PHP compatibility issue with 64-bit Windows machine
- Replies: 0
- Views: 129
Resolved:PHP compatibility issue with 64-bit Windows machine
Greetings to all, I have a problem displaying an image on the Web. My environment is PHP 5.2.8, 64-bit Operating System. Windows Server Standard SP1 and is using php5isapi.dll: ISAPI v4.0. <?php //require 'config.php'; $image = imagecreate(200, 110); $bg = imagecolorallocate($image, 225, 0, 0); $col...