|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2013-07-16 17:50 UTC] david at grudl dot com
[2013-07-17 14:56 UTC] laruence@php.net
[2020-08-10 10:40 UTC] nikic@php.net
[2020-08-10 10:40 UTC] nikic@php.net
-Status: Open
+Status: Closed
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 03:00:02 2025 UTC |
Description: ------------ This code is exited with error code 111 in CGI, but under CLI the error code remains 255. register_shutdown_function(function(){ die(111); }); die(255); This bug is similar to https://bugs.php.net/bug.php?id=62725, but there is big difference between die(0) and die(255).