php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29650 W32 php 5.0.0 and 5.0.1 crash with -a parameter
Submitted: 2004-08-13 13:09 UTC Modified: 2005-03-06 20:55 UTC
From: andreyra at chtivo dot ru Assigned:
Status: Not a bug Package: Reproducible crash
PHP Version: 5.0.1 OS: Windows 2000 Server
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: andreyra at chtivo dot ru
New email:
PHP Version: OS:

 

 [2004-08-13 13:09 UTC] andreyra at chtivo dot ru
Description:
------------
Run php.exe from command line. Specify '-a' paramater (for interactive output). 
I have got this error on any script with 'if' statement:
---------------------------
php.exe - Application Error
---------------------------
The instruction at "0x10015454" referenced memory at "0x00000002". The memory could not be "read".


Click on OK to terminate the program
Click on CANCEL to debug the program
---------------------------
OK   Cancel   
---------------------------

Reproduce code:
---------------
<?php if (1){}; ?>


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-03-06 20:55 UTC] sniper@php.net
See bug #28839 (same issue)

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 02 01:01:34 2025 UTC