1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 03:22:58 +02:00
Files
archived-php-src/ext/standard
Ilia Alshanetsky 4d98e9ec97 Finalize the closing process of persistent streams. The current
behavior/API is as follows:

1) To close a persistent use php_stream_pclose(), it will close the stream
and remove it from the persistent list.

2) Inside PHP code only explicit fclose() will close persistent streams,
all other actions such as unset() or assigning a value to stream handle
will not.

3) Regular streams can still be closed by either fclose(), unset() or an
assignment of a value to the stream handler.
2003-07-29 18:26:34 +00:00
..
2003-07-25 03:03:26 +00:00
2003-07-24 08:02:08 +00:00
2003-06-30 20:31:57 +00:00
2000-11-20 10:33:33 +00:00
2003-03-04 00:10:11 +00:00
2003-07-28 10:44:19 +00:00
2003-07-08 14:46:32 +00:00
2003-06-18 03:26:29 +00:00
2003-06-19 16:10:54 +00:00
2003-07-12 07:01:30 +00:00
2003-04-16 21:10:29 +00:00