php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #35568 PHP has encountered an Access Violation "SOME ADDRESS THAT CHANGES"
Submitted: 2005-12-06 11:13 UTC Modified: 2005-12-08 12:12 UTC
Votes:3
Avg. Score:5.0 ± 0.0
Reproduced:3 of 3 (100.0%)
Same Version:3 (100.0%)
Same OS:2 (66.7%)
From: anthony_bennett at hotmail dot com Assigned:
Status: Closed Package: Reproducible crash
PHP Version: 5.1.1 OS: Windows Server 2003 SP1 and IIS6
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: anthony_bennett at hotmail dot com
New email:
PHP Version: OS:

 

 [2005-12-06 11:13 UTC] anthony_bennett at hotmail dot com
Description:
------------
PHP has encountered an Access Violation at <address that changes>

Am running Windows Server 2003 SP1/IIS6 and PHP 5.0.5 as ISAPI filter without any problems. Upgraded to 5.1.1 and within 2-3 page views I start getting error "PHP has encountered an Access Violation at <address that changes>" in my PHP pages and on the console of the server an error is generated about a IIS worker thread has failed.

I roll back to PHP 5.0.5 and everything work perfectly again. I have repeated the upgrade and rollback numerous times with exact same results.

Only extensions I have enabled are: php_gd2.dll, php_mbstring.dll and php_mysql.dll

Reproduce code:
---------------
<?PHP
phpinfo();
?>


Expected result:
----------------
PHPInfo page results

Actual result:
--------------
Works 2-3 times and then I start getting "PHP has encountered an Access Violation at <address that changes>"

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-12-06 11:17 UTC] tony2001@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5.1-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.1-win32-latest.zip


 [2005-12-08 12:09 UTC] anthony_bennett at hotmail dot com
Latest 5.1.2 beta snapshot seems to have fixed the problem. Thanks!
 [2005-12-08 12:12 UTC] tony2001@php.net
Fixed -> closed.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Apr 02 22:01:29 2025 UTC