History log of /PHP-5.3/ext/standard/streamsfuncs.c (Results 51 – 75 of 136)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.4.8RC1
# 794217eb 23-Nov-2007 Stanislav Malyshev

fix proto


Revision tags: RELEASE_1_2_3
# cbf466a9 20-Nov-2007 Johannes Schlüter

MFH: Add stream_supports_lock() function (Benjamin Schulz)


Revision tags: php-5.2.5
# 1ab7f533 08-Nov-2007 Dmitry Stogov

Fixed bug #43216 (stream_is_local() returns false on "file://")


Revision tags: php-5.2.5RC2, php-5.2.5RC1
# 3db75dcb 10-Oct-2007 Jani Taskinen

MFH


# 13ea8ee0 10-Oct-2007 Jani Taskinen

MFH


# 4b4d634c 07-Oct-2007 Yiduo (David) Wang

MFH: Added macros for managing zval refcounts and is_ref statuses


Revision tags: BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2
# 6723ed1d 30-Sep-2007 Jani Taskinen

MFH: Nuked ending dots from error messages


Revision tags: RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2, php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND
# 539f67ed 09-Jul-2007 Dmitry Stogov

Added ability to create local or remote (URL) user streams
Local user streams must not be able to open(), URLs if allow_url_include is off
Implemented new function stream_is_local()
[

Added ability to create local or remote (URL) user streams
Local user streams must not be able to open(), URLs if allow_url_include is off
Implemented new function stream_is_local()
[
- stream_wrapper_register() extended with additional optional argument "flags"
of type long. This time only one flag is implemented
- STREAM_IS_URL, that means that userstream wrapper is remote (URL).
By default stream is local.
- stream_is_local() is a new function that accepts stream and tell if this
stream is local or remote (URL)
]

show more ...


Revision tags: php-5.2.3, RELEASE_1_4, php-5.2.3RC1, RELEASE_1_2_0, php-4.4.7, php-5.2.2, php-5.2.2RC2, RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1
# 4de76f02 09-Apr-2007 Dmitry Stogov

Fixed 64-bit support


Revision tags: RELEASE_1_0_1, php-4.4.6, php-4.4.6RC1, php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4
# ebd7c13e 19-Jan-2007 Antony Dovgal

MFH: fix #40168


Revision tags: php-5.2.1RC3, php-4.4.5RC1, php-5.2.1RC2
# 4223aa4d 01-Jan-2007 Sebastian Bergmann

MFH: Bump year.


# 6ac8ffdf 25-Dec-2006 Antony Dovgal

MFH


# 03312cc0 19-Dec-2006 Dmitry Stogov

Added function stream_socket_shutdown(). It is a wraper for system shutdown() function, that shut downs part of a full-duplex connection


Revision tags: php-5.2.1RC1, php-5.2.0, php-5.2.0RC6
# adf31588 11-Oct-2006 Sara Golemon

MFH(r-1.96) Bugfix#38649 Optional param not initialized


Revision tags: php-5.2.0RC5
# 8581c732 03-Oct-2006 Ilia Alshanetsky

optimize zend_hash_init() with known hash table sizes.


# 281536e8 29-Sep-2006 Hannes Magnusson

fix protos


Revision tags: php-5.2.0RC4
# f4a75d91 11-Sep-2006 Ilia Alshanetsky

Fixed bug #38096 (large timeout values ignored on 32bit machines in
stream_socket_accept() and stream_socket_client()).


Revision tags: php-5.2.0RC3
# c2a38c60 31-Aug-2006 Antony Dovgal

more z/Z fixes


Revision tags: php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3, php-5.2.0RC1
# 54dba635 14-Jul-2006 Antony Dovgal

rephrase the error message (fixes #38106)


# 69d6fe45 12-Jul-2006 Antony Dovgal

it's usually good idea to initialize variables
especially if you rely on their values


Revision tags: php-4.4.3RC2
# ec420c3d 26-Jun-2006 Hannes Magnusson

Updated protos & vim folding


# 223d122c 26-Jun-2006 Hannes Magnusson

MFH: use the ZEND_ACC_DEPRECATED flag rather than custom warnings


Revision tags: BEFORE_NEW_OUTPUT_API, php-4.4.3RC1, php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3
# 9ea8d8db 19-Apr-2006 Antony Dovgal

MFH: fix typo


# 7c42ddb8 14-Apr-2006 Antony Dovgal

fix #37077 (stream_socket_server() leaks when the port is not allowed)


# bace0def 03-Apr-2006 Antony Dovgal

fix spelling in error messages:
greater/less thEn -> greater/less thAn


123456