Date: 08/22/01
- Next message: lampa <email protected>: "[PHP-DEV] Bug #12895: mysql_fetch_row"
- Previous message: aabamber <email protected>: "[PHP-DEV] Bug #12893: Cgi error with Virtual directory"
- Next in thread: sniper <email protected>: "[PHP-DEV] Bug #12894 Updated: GD crashes PHP by using GD Format"
- Reply: sniper <email protected>: "[PHP-DEV] Bug #12894 Updated: GD crashes PHP by using GD Format"
- Reply: alberty <email protected>: "[PHP-DEV] Bug #12894 Updated: GD crashes PHP by using GD Format"
- Reply: sniper <email protected>: "[PHP-DEV] Bug #12894 Updated: GD crashes PHP by using GD Format"
- Reply: alberty <email protected>: "[PHP-DEV] Bug #12894 Updated: GD crashes PHP by using GD Format"
- Reply: sniper <email protected>: "[PHP-DEV] Bug #12894 Updated: GD crashes PHP by using GD Format"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: alberty <email protected>
Operating system: i686-pc-linux-gnu
PHP version: 4.0.6
PHP Bug Type: GD related
Bug description: GD crashes PHP by using GD Format
Hi,
the follow 2 different scripts using ImageCreateFromGD & ImageGD2
and crashes PHP.
(using gd2.0.1 and 4.0.6)
<?php
$im_main=ImageCreateFromPNG("./images/some_picture.png");
ImageGD2($im_main,"./images/some_picture.gd2");
ImageDestroy($im_main);
?>
// the gd image is created with pngtogd from the gd lib package.
<?php
$im_main=ImageCreateFromGD("./images/some_picture.gd");
ImagePNG($im_main,"./images/some_picture.png");
ImageDestroy($im_main);
?>
Regards,
-- Steve -- Edit bug report at: http://bugs.php.net/?id=12894&edit=1-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: lampa <email protected>: "[PHP-DEV] Bug #12895: mysql_fetch_row"
- Previous message: aabamber <email protected>: "[PHP-DEV] Bug #12893: Cgi error with Virtual directory"
- Next in thread: sniper <email protected>: "[PHP-DEV] Bug #12894 Updated: GD crashes PHP by using GD Format"
- Reply: sniper <email protected>: "[PHP-DEV] Bug #12894 Updated: GD crashes PHP by using GD Format"
- Reply: alberty <email protected>: "[PHP-DEV] Bug #12894 Updated: GD crashes PHP by using GD Format"
- Reply: sniper <email protected>: "[PHP-DEV] Bug #12894 Updated: GD crashes PHP by using GD Format"
- Reply: alberty <email protected>: "[PHP-DEV] Bug #12894 Updated: GD crashes PHP by using GD Format"
- Reply: sniper <email protected>: "[PHP-DEV] Bug #12894 Updated: GD crashes PHP by using GD Format"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

