ID:               29512
 Updated by:       [EMAIL PROTECTED]
 Reported By:      asfsm at uaa dot alaska dot edu
-Status:           Open
+Status:           Closed
 Bug Type:         Unknown/Other Function
 Operating System: Windows 2003 Standard Server
 PHP Version:      5.0.0
 New Comment:

This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.




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

[2004-08-04 01:03:35] asfsm at uaa dot alaska dot edu

I get the error in both IE and firefox.

I am using the ISAPI module and php_gd2.dll. I do not have the
php_mysql.dll loaded since I got an error trying to load that (and
according to what I've read, MySQL support is now built-in?).

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

[2004-08-04 00:58:10] www dot spam at whoah dot net

I'm also experiencing this issue with an implementation of osCommerce
2.2ms2 on Win2k professional (IIS5, php5, ISAPI module, mysql 4.0.17).

However it seems to be constant, not going away after the first page. I
only noticed it when I went to check the site with firefox (IE had been
ignoring it because, in this specific case, it was appearing before the
<html> tag).

Extensions loaded are php_gd2.dll and php_mysql.dll.

The message does not occurr on implementations of PHPBB2 on the same
server. They are using MS Access though.

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

[2004-08-03 23:27:26] asfsm at uaa dot alaska dot edu

Description:
------------
All .php pages are rendered with "PHP has encountered an Acess
Violation at 016E73CD". Usually in the first .php page. Not sure if
it's running fine or not. It seems to be. I installed PHP and mySQL
v4.0 on 2003 with IIS6.0 with the latest hotfixes (08/02/2004).


Reproduce code:
---------------
(with previous .html using a POST form)
<html>
 <head>
  <title>Test Index</title>
 </head>
<body>
<?php
echo "You like";
echo " $_POST[choice1]";
echo " $_POST[choice2]";
echo " $_POST[choice3]";
?>
</body>
</html>



Expected result:
----------------
You like Star Wars The Matrix

Actual result:
--------------
You like Star Wars The Matrix PHP has encountered an Access Violation
at 016E73CD


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


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

Reply via email to