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
 [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

Add a Patch

Pull Requests

Add a Pull Request

History

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

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