php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #25728 access violation with php.ini's previous PHP version
Submitted: 2003-10-02 08:35 UTC Modified: 2003-10-06 07:35 UTC
From: php at bouchery dot com Assigned:
Status: Not a bug Package: Reproducible crash
PHP Version: 5.0.0b1 (beta1) OS: Windows
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: php at bouchery dot com
New email:
PHP Version: OS:

 

 [2003-10-02 08:35 UTC] php at bouchery dot com
Description:
------------
If you execute php (command, apache CGI or apache module), an exception occured.

I've remove php.ini's previous PHP version from my windows directory and now it's work fine.

Expected result:
----------------
PHP excution ;-)

Actual result:
--------------
Exception : access violation (0xc0000005), Address : 0x100ae216

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-10-02 10:15 UTC] sniper@php.net
From what PHP version was the ini from?
What is the diff between the php.ini-dist from the PHP 5 package against the one you had?

 [2003-10-03 07:37 UTC] php at bouchery dot com
I'm using PHP 4.3.2RC2.

I tried this "php -c c:/winnt/", and it's work (with the previous version of php.ini).
If I put a "php.ini" (from php4 or php5) in the same directory of php5, it's work.

That's mean php can't load my php.ini in the %windows% directory ?!
 [2003-10-03 18:54 UTC] sniper@php.net
First of all: PHP looks first in the current working directory 
for the php.ini, THEN the other places.

Second, you propably have extension directory with extensions
for different PHP version which get loaded by the 'other' php.ini file. This will of course not work.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 16:01:28 2024 UTC