php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16060 Memory Access Violation
Submitted: 2002-03-14 04:05 UTC Modified: 2002-03-15 10:19 UTC
From: pthiebaud at labeltechnologies dot com Assigned:
Status: Not a bug Package: Reproducible crash
PHP Version: 4.1.2 OS: Windows 2000
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: pthiebaud at labeltechnologies dot com
New email:
PHP Version: OS:

 

 [2002-03-14 04:05 UTC] pthiebaud at labeltechnologies dot com
We are using PHP 4.1.2 on IIS 5.0 on Windows 2000.
PHP is running in ISAPI mode. We use to have Memory Access Violation in PHP 4.1.0, but the problem disappeared in version 4.1.1. We replace the version 4.1.1 by 4.1.2 this morning, and without changing anything else, we are getting Memory Access Violation every other pages. We are forced to go back to version 4.1.1

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-03-14 04:09 UTC] imajes@php.net
Hi,

Could you provide some information for us to work from? eg, what script in particular (if any) is causing this, and also some information on your environment.

it doesn't crash for me.
 [2002-03-14 04:57 UTC] sander@php.net
status -> feedback
 [2002-03-14 17:14 UTC] ojacquet at terabit dot be
I have the exact same configuration.
I just installed PHP 4.1.2 to work with the ISAPI module.
When I visit ANY php page it gives the following error msg: "Invalid access to memory location."
The CGI module still works ok.
I was looking for version 4.1.1 to test if this one works, but it is not available on php.net any more. Could someone provide me a link to 4.1.1, so that I can see if it works with that one.
 [2002-03-14 17:27 UTC] ojacquet at terabit dot be
Just tried it with php 4.0.6 (allthough phpinfo() says 4.0.5) and everything works fine.
btw it's Windows 2000 Server that I use.
 [2002-03-15 03:52 UTC] pthiebaud at labeltechnologies dot com
The problem appears on any page. The only constant is that every page is connecting to a database (MS SQL Server) using DB::connect
 [2002-03-15 03:54 UTC] pthiebaud at labeltechnologies dot com
The problem appears on any page. The only constant is that every page is
connecting to a database (MS SQL Server) using DB::connect
 [2002-03-15 09:48 UTC] pthiebaud at labeltechnologies dot com
After trying different configurations, it seems that the problem appears when using Zend Optimizer. I reinstalled PHP 4.12 and removed the option Zend Optimizer in the php.ini and it seems to work now. The solution works, but I definitely need to use the optimizer as I want to Zend Encode my pages.
 [2002-03-15 10:19 UTC] sniper@php.net
Please report Zend Optimizer bugs to Zend people.
www.zend.com ? This is mentioned in their FAQs somewhere too.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Jun 14 11:01:34 2024 UTC