php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #19811 phps display incomplete
Submitted: 2002-10-08 01:15 UTC Modified: 2005-09-02 08:41 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:1 of 2 (50.0%)
Same Version:0 (0.0%)
Same OS:1 (100.0%)
From: fmouse-php at fmp dot com Assigned: zeev (profile)
Status: No Feedback Package: Output Control
PHP Version: 4.2.2 OS: Debian sarge, kernel 2.4.18
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: fmouse-php at fmp dot com
New email:
PHP Version: OS:

 

 [2002-10-08 01:15 UTC] fmouse-php at fmp dot com
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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-08 01:25 UTC] fmouse-php at fmp dot com
I should also note that I'm running apache 1.3.26.  Full system information can be seen with phpinfo() running at <http://www.fmp.com/phpinfo.php>.
 [2002-10-08 01:55 UTC] derick@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php4-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip
 [2002-10-27 19:13 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 23:01:27 2024 UTC