ID:               31275
 Updated by:       [EMAIL PROTECTED]
 Reported By:      smartychan at hotmail dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         Reproducible crash
 Operating System: Windows XP Professional
 PHP Version:      4CVS-2004-12-23 (stable)
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip




Previous Comments:
------------------------------------------------------------------------

[2005-01-09 20:20:55] smartychan at hotmail dot com

Also, this is very important i just realized:

If I do NOT log onto windows.  (just leave it at the log in screen), my
server and php and stuff will start normally.  AND, the php will NOT
CRASH.

If I log on, the error will crash php.

------------------------------------------------------------------------

[2005-01-09 17:35:56] smartychan at hotmail dot com

I don't think I can provide anymore information.  
However, I can give some recent summary of information.


2 Days ago, I reformatted my computer.  Now, it is C and D drive both
NTFS file system. I only installed 2 things on it so far.  Apache 2,
php 4.3.  I installed Apache 2 using the installer, and I configured
the Document Root  and Directory Index only.  Then, I installed php
using the installer.  

I configured Apache 2 and php by adding these to the appropriate apache
places:

ScriptAlias /php/ "c:/php/" 
Action application/x-httpd-php /php/php.exe 
AddType application/x-httpd-php .php 

Then, I made 2 files only in my directory: (this file is called
abc.php)

<html>
<head>
</head>
<body>
<?php
          include 'uselessfacts.htm'; 
        ?>

</body>
</html>

the second file, uselessfacts.htm, is 154kb big and contains 800 lines
of text or so.  

The result was that the website crashed when viewed in IE 6.  When
viewed in Firefox, the page loaded parts, and when refreshed, loaded
the entire webpage.  IT did not totally crash in firefox.

When crashes, this is what happens:

The page cannot be displayed 
The page you are looking for is currently unavailable. The Web site
might be experiencing technical difficulties, or you may need to adjust
your browser settings. 
...
Cannot find server or DNS Error
Internet Explorer 

I know it is not my DNS problem, because it crashes when type
localhost/abc.php in my URL.

Apache also never crashes, except when used with PHP.  I only have
those 2 things installed on a fresh computer right now.  My apache and
php and program files are on C drive, and my website files are on the D
drive.  However, I tried moving the files on the D drive to the C drive,
and the error still remained.  Therefore, I think it is a configuration
problem.  

I think this is really weird, and I tried searching the internet for a
similar problem, but nothing came up.  Error 9845 is the closest I can
get, but it does not match my error completely.
Thanks!

------------------------------------------------------------------------

[2004-12-30 06:49:03] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.




------------------------------------------------------------------------

[2004-12-27 22:02:51] smartychan at hotmail dot com

I just found out something.  

When I viewed the page in Mozilla Firefox, NOTHING Crashed.  It does
crash when viewed on Internet Explorer (even the latest version).

------------------------------------------------------------------------

[2004-12-25 00:40:27] smartychan at hotmail dot com

********************************
This is the edited information.
Reproduce code:
---------------
The URL to my php page that randomly crashes is:

http://chantown.com/fun/index.php?sm=facts

The included page within the php is :

http://chantown.com/fun/uselessfacts.htm

--
I also have a test page.  This test php page has one include function
only.  It includes games.htm.
http://chantown.com/fun/abc.php
http://chantown.com/fun/games.htm

--
this is my php info page. http://chantown.com/phpinfo.php

this server should be running between 12 pm to 11 pm Central Time. 
Thanks!

Expected result:
----------------
The php pages are supposed to load correctly and include the htm files
correctly.  

Actual result:
--------------
PHP page crashes, and Page Cannot be Displayed shows.  However, if I
click refresh many times, the page will "eventually load".

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/31275

-- 
Edit this bug report at http://bugs.php.net/?id=31275&edit=1

Reply via email to