php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #57102 PHP exit code -1073741819
Submitted: 2006-06-21 19:02 UTC Modified: 2009-09-24 11:58 UTC
From: brubla at seznam dot cz Assigned:
Status: Closed Package: APC (PECL)
PHP Version: 5_1 CVS-2006-06-21 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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: brubla at seznam dot cz
New email:
PHP Version: OS:

 

 [2006-06-21 19:02 UTC] brubla at seznam dot cz
Description:
------------
PHP exits with bad errorlevel exit code.
When APC is commented out from php.ini everything is OK.
Seen on PHP 5.1.3 and PHP 5.1.4.
PHP 5.1.2 is OK.

Reproduce code:
---------------
Command line:
php.exe -q aa.php
ECHO.%ERRORLEVEL%

aa.php:
<?php
  echo "aa";
?>

Expected result:
----------------
ECHO.%ERRORLEVEL%
have to display 0

Actual result:
--------------
ECHO.%ERRORLEVEL%
displays -1073741819

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-09-21 02:27 UTC] kalle@php.net
Can you please try with a more recent version of APC and PHP to check if this have been resolved yet?
 [2009-09-24 11:58 UTC] brubla at seznam dot cz
Tested on PHP Version 5.2.5, it is resolved.
Returns 0 with APC as expected.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 17 00:01:31 2025 UTC