php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2914 include files with class error
Submitted: 1999-12-04 10:33 UTC Modified: 1999-12-06 00:48 UTC
From: vvtk at stealthcomp dot com Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 4.0 Latest CVS (04/12/1999) OS: RedHat 6.0
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: vvtk at stealthcomp dot com
New email:
PHP Version: OS:

 

 [1999-12-04 10:33 UTC] vvtk at stealthcomp dot com
<?
include("class1.inc"); // this class 1
include("class2.inc"); // this class 2
echo "start";
?>

In result - error "Document contained no data".

when I comment one include :
<?
// include("class1.inc");  this class 1
include("class2.inc"); // this class 2
echo "start";
?>
All work right.

In previous CVS - all work right.



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-12-04 10:54 UTC] vvtk at stealthcomp dot com
In error_log: child  pid XXXX exit signal Segmentation fault (11)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 15 20:01:35 2024 UTC