From: ahorwitz at numoda dot com
Operating system: XP
PHP version: 5.2.5
PHP Bug Type: IIS related
Bug description: The info test page works once, then fails.
Description:
------------
Trying to install PHP 5 on XP with IIS. The following page runs once, then
fails when refresh is clicked. If I close the browser and try the page
again, the page loads once, then fails on refresh.
Reproduce code:
---------------
<?php
session_start();
?>
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<p>
The browser you're using is
<?php echo $_SERVER['HTTP_USER_AGENT']; ?>
</p>
<p>
<!-- test the browscap setup -->
Your browser's capabilities are: <br/>
<pre>
<?php print_r(get_browser(null, true)); ?>
</pre>
</p>
<?php phpinfo(); ?>
</body>
</html>
Expected result:
----------------
It should work more than once without closing and opening my web browser.
Actual result:
--------------
Page just attempts to load.
--
Edit bug report at http://bugs.php.net/?id=44760&edit=1
--
Try a CVS snapshot (PHP 5.2):
http://bugs.php.net/fix.php?id=44760&r=trysnapshot52
Try a CVS snapshot (PHP 5.3):
http://bugs.php.net/fix.php?id=44760&r=trysnapshot53
Try a CVS snapshot (PHP 6.0):
http://bugs.php.net/fix.php?id=44760&r=trysnapshot60
Fixed in CVS: http://bugs.php.net/fix.php?id=44760&r=fixedcvs
Fixed in release:
http://bugs.php.net/fix.php?id=44760&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=44760&r=needtrace
Need Reproduce Script: http://bugs.php.net/fix.php?id=44760&r=needscript
Try newer version: http://bugs.php.net/fix.php?id=44760&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=44760&r=support
Expected behavior: http://bugs.php.net/fix.php?id=44760&r=notwrong
Not enough info:
http://bugs.php.net/fix.php?id=44760&r=notenoughinfo
Submitted twice:
http://bugs.php.net/fix.php?id=44760&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=44760&r=globals
PHP 4 support discontinued: http://bugs.php.net/fix.php?id=44760&r=php4
Daylight Savings: http://bugs.php.net/fix.php?id=44760&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=44760&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=44760&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=44760&r=float
No Zend Extensions: http://bugs.php.net/fix.php?id=44760&r=nozend
MySQL Configuration Error: http://bugs.php.net/fix.php?id=44760&r=mysqlcfg