History log of /php-src/main/streams/plain_wrapper.c (Results 201 – 225 of 281)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-5.2.5RC1, BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2, 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
# 2d3d745b 25-Jul-2007 Dmitry Stogov

Fixed EOF handling in case of reading from file opened in write only mode.

Revision tags: BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND
# efe31057 12-Jul-2007 Jani Taskinen

MFH: - Fixed bug #41815 (Concurrent read/write fails when EOF is reached)

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
# 41d27878 18-Apr-2007 Dmitry Stogov

Fixed crash on win32 in case of negative size

# 02ee91db 18-Apr-2007 Dmitry Stogov

Fixed crash

# e1814f0d 16-Apr-2007 Dmitry Stogov

WIN64 support

Revision tags: 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
# c3935671 23-Feb-2007 Sara Golemon

MFH (r-1.82): Add retry for interrupted reads and graceful handling for failed retries

Revision tags: php-4.4.6RC1
# 4a95928d 21-Feb-2007 Antony Dovgal

MFH: implement PHP_STREAM_FLAG_NO_CLOSE and avoid hacks

# a92ef5e0 13-Feb-2007 Ilia Alshanetsky

Fixed a memory leak on highlight_file() with a non-existant file

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

MFH: Bump year.

Revision tags: php-5.2.1RC1
# 60bb4946 29-Nov-2006 Antony Dovgal

MFH: fix #39673 (file_get_contents causes bus error on certain offsets)

# 133bdb42 16-Nov-2006 Hannes Magnusson

Fix ftruncate() with negative size on FreeBSD

# daed3795 10-Nov-2006 Dmitry Stogov

Removed unnecessary ftell() calls (one call for each included PHP file)

# f22ae56b 10-Nov-2006 Dmitry Stogov

Disabled reading from stream (calls to read()) after EOF

# a5f951f2 10-Nov-2006 Dmitry Stogov

Removed unnecessary checks for ISREG file and corresponding stat() calls on Windows

Revision tags: php-5.2.0, php-5.2.0RC6
# 770b2980 19-Oct-2006 Dmitry Stogov

Fixed mkdir("/tmp/foo//bar/log", 0777, true)

Revision tags: php-5.2.0RC5
# dbae50bf 28-Sep-2006 Dmitry Stogov

Fixed wrong pipe detection code

Revision tags: php-5.2.0RC4
# f0fd70fa 12-Sep-2006 Ilia Alshanetsky

Fixed bug #37779 (empty include_path leads to search for files inside /).

Revision tags: php-5.2.0RC3
# 4e971e88 28-Aug-2006 Antony Dovgal

MFH: fix #38199 (fclose() unable to close STDOUT and STDERR)

Revision tags: php-5.1.6
# 7dfbf5b2 22-Aug-2006 Dmitry Stogov

Fixed bug #38488 (Access to "php://stdin" and family crashes PHP on win32)

Revision tags: 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, php-4.4.3RC2
# 073ee139 05-Jun-2006 Antony Dovgal

MFH: no need to check if non-existing include_path complies with open_basedir setting

# 8b764bd0 05-Jun-2006 Edin Kadribasic

Fixed bug #35886 (nlopes)

Revision tags: BEFORE_NEW_OUTPUT_API, php-4.4.3RC1
# 3a830a30 16-May-2006 Antony Dovgal

fix #37395 (recursive mkdir() fails to create nonexistent directories in root dir)

Revision tags: php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3, php-5.1.3RC2, php-5.1.3RC1, RELEASE_1_2, RELEASE_0_9_4, RELEASE_1_0_4
# 5f9dde24 17-Jan-2006 Ilia Alshanetsky

Only report mkdir() errors if error reporting option is set.

# 3062348c 16-Jan-2006 Antony Dovgal

MFH: fix #35999 (recursive mkdir() does not work with relative path like "foo/bar")

12345678910>>...12