History log of /PHP-5.5/main/streams/streams.c (Results 176 – 200 of 217)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 6d86bb9e 28-Nov-2003 Wez Furlong

(sort of) MFB, feof fix for sockets.


# baced1d6 28-Nov-2003 Ilia Alshanetsky

Fixed a memory leak.


# 0831f2b0 23-Nov-2003 Sara Golemon

Fix for file:// wrapper parsing.
(Cristiano Duarte <cunha17@uol.com.br>)


# 3ab8d263 03-Nov-2003 Derick Rethans

- Always store the URI path in the streams structure, and expose it with
stream_get_meta_data().


Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3
# 2a414294 19-Oct-2003 Shane Caraveo

A simpler patch to add file uri support


Revision tags: BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7
# 3cf2d2f1 13-Sep-2003 Marcus Boerger

Show the whole message when in debug mode


# 6f377333 13-Sep-2003 Ard Biesheuvel

Fixed for 64bit archs


# ef23b497 11-Sep-2003 Ilia Alshanetsky

Fixed bug #25316 (Possible infinite loop inside _php_stream_write()).


# 0a3d5c9b 10-Sep-2003 Ilia Alshanetsky

Fixed bug #25429 (fix copying of stdin using copy() function)


# af8e15b8 28-Aug-2003 Sascha Schumann

kill warnings


Revision tags: php-4.3.3, php-4.3.3RC4, RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2
# 4d98e9ec 29-Jul-2003 Ilia Alshanetsky

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 f

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.

show more ...


# 37ee0e57 28-Jul-2003 Ilia Alshanetsky

Fixed a double free bug when freeing persistent streams.


# 444615e7 02-Jul-2003 Sara Golemon

Introduce connection pooling API. I'll use these in http/ftp fopen wrappers soon.


Revision tags: php-5.0.0b1
# 2e4ef86e 27-Jun-2003 Sara Golemon

MFB
Plug leak in context notifiers, implement notifier->dtor


# ac795777 27-Jun-2003 Sara Golemon

MFB PHP_4_3 main/streams.c r-1.125.2.70


Revision tags: php-4.3.3RC1
# 2f4e91bf 16-Jun-2003 Sara Golemon

optionvalue is being copied via zval_copy_ctor, there's no need to addref the original


# f304458b 14-Jun-2003 Marcus Boerger

Fix ZTS mode (hopefully all is working fine now again)


# 99db1966 13-Jun-2003 Sara Golemon

Plug leak (context options not freed)
Make contexts auto-registered, ensures userland contexts
and C API contexts are both dealt with on request shutdown.
Also brings contexts in keeping

Plug leak (context options not freed)
Make contexts auto-registered, ensures userland contexts
and C API contexts are both dealt with on request shutdown.
Also brings contexts in keeping with streams which are already
auto-registered.

show more ...


# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.


Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4
# 2d1a6e5d 21-May-2003 Wez Furlong

MFB context refcounting and text-mode fopen fixes


Revision tags: BEFORE_FD_REVERT
# 192f632e 19-May-2003 Wez Furlong

MFB fix for persistent streams recycling.


Revision tags: php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init
# b09aa871 16-Apr-2003 Marcus Boerger

Don't access what is already freed (noticed by Sascha)


# 75c8f37c 13-Apr-2003 Marcus Boerger

Make it static


# 887d5ec9 13-Apr-2003 Marcus Boerger

Speling


# bff63db5 13-Apr-2003 Marcus Boerger

Fix persistent stream closing (that one took me at least 3 days)


123456789