ID:               40989
 User updated by:  matt dot parrett at gmail dot com
 Reported By:      matt dot parrett at gmail dot com
-Status:           Feedback
+Status:           Open
 Bug Type:         Unknown/Other Function
 Operating System: RHEL-latest
 PHP Version:      5.2.1
 New Comment:

I compiled without GD, and tested the latest snapshot as you requested.
I'm experiencing the same behavior as I described before. 

I used the configure line I pasted in the original bug report.


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

[2007-04-04 16:38:32] [EMAIL PROTECTED]

I've just compiled the same extension without problem, what's the exact
configure line that you used?

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

[2007-04-04 16:10:44] [EMAIL PROTECTED]

Is GD required to reproduce it?

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

[2007-04-04 16:05:44] matt dot parrett at gmail dot com

Make failed. Any suggestions except for trying it without GD?

ext/gd/.libs/gd.o(.text+0x537): In function `zm_shutdown_gd':
/usr/local/src/php5.2-200704041430/ext/gd/gd.c:1208: undefined
reference to `gdFontCacheMutexShutdown'
ext/gd/.libs/gd.o(.text+0x57a): In function `zm_startup_gd':
/usr/local/src/php5.2-200704041430/ext/gd/gd.c:1223: undefined
reference to `gdFontCacheMutexSetup'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Error 1

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

[2007-04-04 15:38:46] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.2-win32-latest.zip

Make sure you disabled all zend_extensions and try the snapshot above.

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

[2007-04-04 15:30:57] matt dot parrett at gmail dot com

Here's another tidbit that may be helpful.

I tried a simple test that works flawlessly on another server that we
have. On the troublemaker, PHP seems to start having trouble at about
16Kb of output. Just like with phpinfo and our main script, this test
works fine as long as you access it using wget or the CLI. 

<?php
   for($i=0;$i<1000;$i++) {
      echo 'start row:'.$i;
      for($j=0;$j<9;$j++) {
         echo 'cell:'.$j;
      }
      echo 'end row:'.$i;
   }
?>

I'd like to rule this out as being a bug. There's a good chance it's
not, but I can't seem to prove it either way.

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

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/40989

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

Reply via email to