1
0
mirror of https://github.com/php/php-src.git synced 2026-04-13 11:02:55 +02:00
Files
archived-php-src/main
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-06-26 17:30:41 +00:00
2003-07-21 17:41:42 +00:00
2003-07-16 08:36:04 +00:00
2003-07-25 11:41:33 +00:00
2003-06-15 23:34:46 +00:00
2003-06-27 22:18:06 +00:00
2003-06-27 07:43:42 +00:00
2003-07-03 15:26:12 +00:00