ID:               30483
 Updated by:       [EMAIL PROTECTED]
 Reported By:      bjoneson at mchsi dot com
-Status:           Feedback
+Status:           No Feedback
 Bug Type:         GD related
 Operating System: Fedora Core 2
 PHP Version:      5.0.2
 Assigned To:      pajoye
 New Comment:

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".


Previous Comments:
------------------------------------------------------------------------

[2004-11-19 11:23:47] [EMAIL PROTECTED]

Be sure that php uses the bundled library. If you have  gd and gd-devel
packages installes (rpms or sources installed), you may have conflicts
or wrong gd used.

Remove or move gd files out of the include and lib path and then start
again the php configuration and compilation (after a make clean).

In fact the "official" imagefill is more buggy than the bundled one :)

--Pierre

------------------------------------------------------------------------

[2004-10-25 17:36:22] bjoneson at mchsi dot com

It's the stock RPM that comes with the Fedora 2 distribution
"libpng-devel-1.2.2-22.i386.rpm"

------------------------------------------------------------------------

[2004-10-23 10:36:44] [EMAIL PROTECTED]

What's your version of libpng ?
Reproduce code works fine for me with any images.

------------------------------------------------------------------------

[2004-10-19 23:09:44] bjoneson at mchsi dot com

OK... though it was no short order, I re-compiled php and pointed
--with-gd at the new installation using the following config:

./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql
--with-curl --with-gd=/usr/local  --with-zlib-dir=/usr/include
--with-freetype-dir=/usr/local

When I do this, the problem goes away. This leads me to believe that
the problem is most likely with the bundled version of gd in php5. 

If there is any other information I can provide, please let me know.

------------------------------------------------------------------------

[2004-10-19 21:39:09] bjoneson at mchsi dot com

Things are only getting weirder... I downloaded, compiled, and
installed the newest version of gd. I then recompiled php using the
same config line (didn't point --with-gd at anything). Now imagefill()
seems to work at 182x182 and below but not above. (I gained one pixel).
I'm perplexed.

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/30483

-- 
Edit this bug report at http://bugs.php.net/?id=30483&edit=1

Reply via email to