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
 [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 18:01:34 2024 UTC