From:             [EMAIL PROTECTED]
Operating system: RedHat Linx 7.2
PHP version:      4.3.0RC1
PHP Bug Type:     GD related
Bug description:  Flood File problem after changing to 4.3.0RC1

I have recently configured my system to run 2 versions of php & Apache...
one stable (php 4.2.3, and apache 1.3.27) and one development (php
4.3.0RC1 and apache 2.0.43).  When I run a script on the dev version, the
image results are extremely different than when I run the same script on
the stable configuration.

I am running version 1.8.4 of GD Graphics Library.  The image is created
by openning a blank copy of the image, and then FloodFilling sections of
the image based upon a status in a database.

The different results can be seen by going to:
http://www.wisnowmobileclubs.com/refresh.php and then
http://www.wisnowmobileclubs.com/Wisconsin.jpeg for the correct image.

For the incorrect image, go to (different port is for dev configuration):
http://www.wisnowmobileclubs.com:88/refresh.php and
http://www.wisnowmobileclubs.com:88/Wisconsin.jpeg
(Note: Please ensure the pages are not being loaded from the Cache.)

My configure command is:
'./configure' '--with-mysql'
'--with-apxs2=/usr/dev/local/apache2/bin/apxs' '--with-gd'
'--with-zlib-dir=/addins/zlib-1.1.3/' '--with-jpeg-dir=/usr/src/jpeg-6b/'
'--prefix=/usr/dev/local/php4.3' 

Thanks
-- 
Edit bug report at http://bugs.php.net/?id=20472&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=20472&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=20472&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=20472&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=20472&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=20472&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=20472&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=20472&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=20472&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=20472&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=20472&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20472&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=20472&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=20472&r=isapi

Reply via email to