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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Wed May 15 20:01:35 2024 UTC