From: [EMAIL PROTECTED] Operating system: Debian sarge, kernel 2.4.18 PHP version: 4.2.3 PHP Bug Type: Output Control Bug description: phps display incomplete
Source (phps) displays are truncated. See, for instance, <http://www.denniscleasby.com/artworks.phps> which truncates prior to the the true ending of the file. The actual file continues on, closes the table, and ends with several more lines of HTML and PHP. This may be a server child process crash, but I'm not seeing anything in my apache error log about it. This is reproducable with other pages as well. The problem was also present in PHP 4.2.2. The configure with which I compiled PHP is as follows: ./configure \ --prefix=/usr \ --with-mysql \ --libexecdir=/usr/lib/php4 \ --infodir=/usr/share/info \ --sysconfdir=/etc/php \ --mandir=/usr/share/man \ --includedir=/usr/include/php \ --with-config-file-path=/etc/php/apache \ --with-openssl=../openssl-0.9.6g \ --enable-magic-quotes \ --enable-ftp \ --enable-shared \ --with-mm \ --enable-sockets \ --with-apxs=/usr/sbin/apxs -- Edit bug report at http://bugs.php.net/?id=19811&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=19811&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=19811&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=19811&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=19811&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=19811&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=19811&r=support Expected behavior: http://bugs.php.net/fix.php?id=19811&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=19811&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=19811&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=19811&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=19811&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=19811&r=dst IIS Stability: http://bugs.php.net/fix.php?id=19811&r=isapi