php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29512 PHP error message.
Submitted: 2004-08-03 23:27 UTC Modified: 2004-08-08 10:57 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:0 (0.0%)
From: asfsm at uaa dot alaska dot edu Assigned:
Status: Closed Package: Unknown/Other Function
PHP Version: 5.0.0 OS: Windows 2003 Standard Server
Private report: No CVE-ID: None
 [2004-08-03 23:27 UTC] 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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-08-04 00:58 UTC] 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-04 01:03 UTC] 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 01:46 UTC] iliaa@php.net
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.


 [2004-08-08 02:57 UTC] www dot spam at whoah dot net
Snapshot verified as a fix for my issue.

Thanks to the developers for their ongoing efforts.
 [2004-08-08 10:57 UTC] asfsm at uaa dot alaska dot edu
yes. I forgot to mention that it fixed my problem as well. Thanks and keep up the quality work!
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 18 00:01:33 2024 UTC