History log of /php-src/main/streams/plain_wrapper.c (Results 226 – 250 of 281)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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.

Revision tags: RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1
# 6873d683 25-May-2004 Wez Furlong

*sigh*, obviously, we need this to be able to use sapi_module.name

# ff0ee485 25-May-2004 Wez Furlong

DEBUG -> PHP_DEBUG

Revision tags: php-4.3.7RC1
# 146255f3 25-May-2004 Wez Furlong

check if it matches... not if it doesn't...

# c6dff791 25-May-2004 Wez Furlong

In debug mode, under CLI don't close stderr.
This is so that we can see any error reports.

# for extra paranoia, could limit this check to happen only after the script is
# finished

In debug mode, under CLI don't close stderr.
This is so that we can see any error reports.

# for extra paranoia, could limit this check to happen only after the script is
# finished running.

show more ...

Revision tags: RELEASE_0_1_1, php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2
# 88058e57 16-Mar-2004 Ilia Alshanetsky

Fixed bug #27498 (bogus safe_mode error on nonexistent directories for
chdir() and opendir() functions).

Revision tags: php-5.0.0RC1RC1, RELEASE_0_2_0, php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split
# eb3ff409 21-Jan-2004 Ilia Alshanetsky

Fixed bug #26974 (rename() doesn't check the destination file
against safe_mode/open_basedir).

Revision tags: php-4.3.5RC1
# dbeb4158 08-Jan-2004 Andi Gutmans

- A belated happy holidays and PHP 5

Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1
# c5664783 13-Dec-2003 Sara Golemon

Route mkdir()/rmdir() via wrapper ops.
Move current rmdir()/rmdir() code to plain_wrappers.c
Implement mkdir()/rmdir() in ftp:// wrapper

12345678910>>...12