php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #31595 Access Violation
Submitted: 2005-01-18 12:01 UTC Modified: 2005-01-31 22:20 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: jle at amster dot com Assigned:
Status: Not a bug Package: IIS related
PHP Version: 4.3.10 OS: Windows 2003 Server
Private report: No CVE-ID: None
 [2005-01-18 12:01 UTC] jle at amster dot com
Description:
------------
I've an IIS6 working on Windows 2003 Server
I made a php update (v4.3.9 -> 4.3.10) and now I'm encoutering 'Access Violation' problems.

This doesn't appear all the time but when coming it prevents my website from working properly

DBMS: mysql 4.0.22

I didn't made any changes in my php.ini while upgrading.

safe_mode = Off
extension=php_ldap.dll


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-01-18 14:03 UTC] jle at amster dot com
Thanks! i hope it will work
 [2005-01-18 14:20 UTC] edink@php.net
Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves. 

A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external 
resources such as databases, etc.

If possible, make the script source available online and provide
an URL to it here. Try to avoid embedding huge scripts into the report.


 [2005-01-24 17:12 UTC] caducesucoil at hotmail dot com
The temporary fix is simple enough, create a new application pool in IIS 6 and set
the site application preference to this new app pool so that there is a separate memory space for the php isapi.dll and any Zend dll's. I think the problem stems from IIS trying to share memory space with other isapi filters.
 [2005-01-28 16:27 UTC] jle at amster dot com
doesn't seem to work :'(
 [2005-01-29 20:44 UTC] tony2001@php.net
Does it work with PHP CLI ?
 [2005-01-31 08:37 UTC] jle at amster dot com
Yes I also try php cli
 [2005-01-31 22:20 UTC] sniper@php.net
Not enough information.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 23:01:26 2024 UTC