History log of /PHP-5.3/main/streams/plain_wrapper.c (Results 51 – 75 of 114)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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")


Revision tags: php-4.4.2, php-5.1.2RC2, php-4.4.2RC2
# 5bd93221 01-Jan-2006 foobar

bump year and license version


# 248be6fc 23-Dec-2005 Antony Dovgal

fix #35781 (stream_filter_append() can cause segfault)


Revision tags: php-5.1.2RC1, RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6
# 1a78dc5f 17-Nov-2005 Antony Dovgal

MFH: fix #35079 (stream_set_blocking(true) toggles, not enables blocking)
patch by askalski at gmail dot com


Revision tags: php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0, RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5
# b842d8e3 26-Aug-2005 Derick Rethans

- MFH: Fixed a bug where stream_get_meta_data() did not return the "uri"
element for files opened with tmpname().


Revision tags: php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0
# 23e671a5 03-Aug-2005 foobar

- Bumber up year


Revision tags: RELEASE_0_9
# 8c57c3a9 18-Jul-2005 Wez Furlong

compile before commit (gah!)


# c4ba9edd 18-Jul-2005 Wez Furlong

Apparently our pipe detection code just above this isn't foolproof.
Catch it here.


# 7316ee03 17-Jul-2005 Marcus Boerger

- Fix problem with debug mode on selective machines


Revision tags: php-5.1.0b3, php-4.4.0, php-4.4.0RC2
# 87d6f497 24-Jun-2005 Ilia Alshanetsky

Likely fix for bug #33140


Revision tags: php-5.1.0b2
# 3b799411 20-Jun-2005 Ilia Alshanetsky

Fixed bug #31054 (safe_mode & open_basedir checks only check first
include_path value).


Revision tags: php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1
# 041b37b2 24-May-2005 Antony Dovgal

make it compile on Win32 (thanks to Sebastian for noticing)


# d367b7b9 23-May-2005 Ilia Alshanetsky

Fixed bug #32810 (temporary files not using plain file wrapper).


# cd47b3c5 07-Apr-2005 Uwe Schindler

Bug #32614 - prevent from crahsing with segfault on solaris if fdopen() fails - this fixes NOT the stdio-problem on solaris!


# a7ae41bf 06-Apr-2005 Ilia Alshanetsky

Fixed bug #31363 (broken non-blocking flock()).

# Patch by ian at snork dot net


Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1, RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2, php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1
# aa35b11a 28-Oct-2004 Antony Dovgal

fix Win32 & Netware build


# ceacc834 27-Oct-2004 Antony Dovgal

fix bug #30388 (rename across filesystems loses ownership and permission info)


Revision tags: PRE_NEW_VM_GEN_PATCH, php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1
# 71078de7 31-Jul-2004 Wez Furlong

Implement an fstat cache for plain files.


12345