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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
47 - 1 = ?
Subscribe to this entry?

 
 [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: Sat Apr 20 09:01:28 2024 UTC