1
0
mirror of https://github.com/php/php-src.git synced 2026-03-31 04:32:19 +02:00
Files
archived-php-src/ext/standard/tests
Gustavo André dos Santos Lopes 7f2937223d - Make fclose() actually close stream, even when the resource refcount is > 1.
This reverts the fix for bug #24557.
- Make php_stream_free delete the stream from the resources list, not merely
  decrease its refcount, as a single call to zend_list_delete does.           
#Not worth the risk merging to 5.3. While change #2 may prevent some segfaults,
#a quick and dirty survey to the codebase only showed calls to php_stream_close
#or php_stream_free on streams allocated in the same function, which would have
#refcount == 1. May be reconsidered.
2011-03-21 02:58:54 +00:00
..
2010-10-05 10:42:13 +00:00
2010-07-06 00:25:52 +00:00
2010-12-03 16:02:47 +00:00
2010-05-05 13:39:35 +00:00
2009-04-25 11:33:26 +00:00
2009-09-10 02:15:08 +00:00
2009-08-26 17:17:58 +00:00
2009-08-26 17:17:58 +00:00