php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #25969 Crash when run on command line
Submitted: 2003-10-23 12:06 UTC Modified: 2003-10-24 11:47 UTC
From: lionel dot staal at proconsultant dot net Assigned:
Status: Not a bug Package: Reproducible crash
PHP Version: 4.3.4RC2 OS: Windows XP
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: lionel dot staal at proconsultant dot net
New email:
PHP Version: OS:

 

 [2003-10-23 12:06 UTC] lionel dot staal at proconsultant dot net
Description:
------------
When I use PHP on command line to check a source file, like this:

c:\php\php -l -f try.php

I get a crash just a the end of the work, whatever the content of the analyzed file: PHP does its job correctly, it tells me the errors when there are ones, but when leaving, it crashes and XP asks me if I agree to send a crash report to Microsoft.

In fact, it is very annoying when, in my case, you use Eclipse with the EXCELLENT PHPEclipse plug-in (see SourceForge), which checks the syntax with the above command line at each file saving. For each Ctrl-S, you get the XP crash report window.

Reproduce code:
---------------
c:\php\php -l -f try.php

Whatever code you put in 'try.php'.

Expected result:
----------------
All the analysis and then no crash.

Actual result:
--------------
All the analysis and then crash.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-10-24 05:58 UTC] lionel dot staal at proconsultant dot net
Yes, I enabled 3 extensions: oracle, oci8 and sockets.
Note that everything is perfect with Windows 2000, it is 
really a Windows XP problem.

My complete development environment is this one:
- Eclipse 2.1.1 (http://www.eclipse.org - I immediately 
forgot all the other IDEs ;) )
- Eclipse plug-in:
    * PHPEclipse 1.0.8 (somewhere on SourceForge)
    * PHPEclipse Help (same location, last version)
    * PHPEclipse SQL (same location, last version)
- PHP 4.3.4RC2
 [2003-10-24 06:46 UTC] edink@php.net
Oracle and OCI extensions cannot be used at the same time. Turn off oracle extension.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Oct 18 04:01:29 2024 UTC