|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2011-05-29 14:29 UTC] bjori@php.net
  [2011-05-29 14:29 UTC] bjori@php.net
 
-Status:      Open
+Status:      Closed
-Assigned To:
+Assigned To: bjori
  [2011-05-29 14:29 UTC] bjori@php.net
  [2012-04-18 09:50 UTC] laruence@php.net
  [2012-07-24 23:41 UTC] rasmus@php.net
  [2013-11-17 09:38 UTC] laruence@php.net
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 01:00:01 2025 UTC | 
Description: ------------ #0 0xbb80eb77 in read () from /usr/lib/libc.so.12 #1 0xbb8e0efd in read () from /usr/lib/libpthread.so.0 #2 0x083e7e81 in _php_stream_fopen_from_pipe () #3 0x083dff2f in _php_stream_free () #4 0x083e00ec in _php_stream_read () #5 0x083e1684 in _php_stream_copy_to_mem () php_stream_copy_to_mem() generate infinite loop Test script: --------------- <?php $stream=fopen("/tmp/blabla", "w"); // w or a stream_get_contents($stream,1,1); ?> Expected result: ---------------- string or null Actual result: -------------- infinite loop