From ecc1a7c582bf8de1eaa619ac4451399ed58f502a Mon Sep 17 00:00:00 2001 From: Robert Lu Date: Fri, 15 Jun 2018 14:08:49 +0800 Subject: Fix bug #44217: Output after stdout/stderr closed cause immediate exit with status 0 We exit with status 255 instead. --- UPGRADING.INTERNALS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'UPGRADING.INTERNALS') diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index e77fc0b9d0..173729c3e1 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -17,6 +17,7 @@ PHP 7.3 INTERNALS UPGRADE NOTES n. IS_TYPE_COPYABLE o. IS_UNUSED p. VM instruction operands (FETCH_CLASS, FETCH_CONSTANT, CATCH) + q. sapi_cli_single_write() 2. Build system changes a. Unix build system changes @@ -123,6 +124,8 @@ PHP 7.3 INTERNALS UPGRADE NOTES - FETCH_CONSTANT op1, op2, result - CATCH ext, op1, op2, result + q. sapi_cli_single_write() now returns ssize_t instead of size_t. + ======================== 2. Build system changes ======================== -- cgit v1.2.1