From:             seb at akretio dot be
Operating system: Mandrake 9.2
PHP version:      4.3.8
PHP Bug Type:     GD related
Bug description:  Unable to use php-gd and libgd at the same time

Description:
------------
I'm working on an extension for php, compiled with Kylix for the linux
version and Delphi for the windows version.

My extension provides some chart functions using libgd2 (I access directly
libgd2 from within the extension). Everything is working fine unless I
install php-gd.

If php-gd is installed, the only result I can get from libgd is a black
image, but without php-gd, everything is working like a charm. (Tested
with several versions of libgd).

The problem is only appearing under linux and there is no such problem
with the windows version of PHP.

I cannot give you any code to reproduce the problem, you have to believe
me but I have searched several days, my code is working fine under
linux/windows and is working perfectly without php-gd. But if you are ok
to check it, I can send you the files to test it with my extension.

I could live without php-gd, but if the problem can be solved, I would be
very happy!

PS: Already asked about this at boutell but they sent me back here as the
problem is only appareaing when php-gd is loaded.


-- 
Edit bug report at http://bugs.php.net/?id=31603&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=31603&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=31603&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=31603&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=31603&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=31603&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=31603&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=31603&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=31603&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=31603&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=31603&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=31603&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=31603&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=31603&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=31603&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=31603&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=31603&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=31603&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=31603&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=31603&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=31603&r=mysqlcfg

Reply via email to