|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2018-03-13 05:20 UTC] chris at modd dot com dot au
[2018-03-13 05:20 UTC] chris at modd dot com dot au
[2018-03-13 09:16 UTC] ab@php.net
-Status: Open
+Status: Feedback
[2018-03-13 09:16 UTC] ab@php.net
[2018-03-13 21:50 UTC] chris at modd dot com dot au
-Status: Feedback
+Status: Open
[2018-03-13 21:50 UTC] chris at modd dot com dot au
[2018-03-14 00:16 UTC] chris at modd dot com dot au
[2018-03-14 17:23 UTC] ab@php.net
-Status: Open
+Status: Feedback
[2018-03-14 17:23 UTC] ab@php.net
[2018-03-14 21:09 UTC] chris at modd dot com dot au
-Status: Feedback
+Status: Open
[2018-03-14 21:09 UTC] chris at modd dot com dot au
[2018-03-14 21:25 UTC] aharvey@php.net
[2018-03-19 23:01 UTC] cmb@php.net
[2020-09-22 09:15 UTC] cmb@php.net
-Operating System: Windows
+Operating System: *
[2020-09-22 09:15 UTC] cmb@php.net
[2022-08-01 19:00 UTC] bukka@php.net
-Package: Streams related
+Package: CGI/CLI related
[2022-08-01 19:00 UTC] bukka@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 01:00:01 2025 UTC |
Description: ------------ Can no longer output to STDERR using file_put_contents. Used to work fine in PHP 5.x. Also Affects 7.1.x Test script: --------------- <?php $msg = "Error Occurred\n"; file_put_contents("php://stderr", $msg); Expected result: ---------------- Error Occurred written to console on stderr Actual result: -------------- Rather than stderr output error message, I get a warning: Only 0 of 15 bytes written, possibly out of free diskspace in script.php on line 3