History log of /PHP-7.4/main/streams/plain_wrapper.c (Results 126 – 150 of 222)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 42d05a5c 25-Dec-2009 Antony Dovgal

remove automatic file unlocking on shutdown and/or stream close
(make it win32-specific for 5_2, as discussed with Ilia)


Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4, php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1
# 473d7547 12-Nov-2009 Johannes Schlüter

Fix #50063 (safe_mode_include_dir fails)


Revision tags: php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1, php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3, php-5.2.10RC1, php-5.3.0RC2
# 3fd12260 11-Apr-2009 Mikko Koppanen

MFH: Added support for passing O_NONBLOCK to the underlying open() system call


Revision tags: php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2
# aaa5361c 10-Feb-2009 Ilia Alshanetsky

Adjust condition


# 2b531b51 10-Feb-2009 Ilia Alshanetsky

MFB: typo fix


# 986a933c 10-Feb-2009 Ilia Alshanetsky

MFB: Added path truncation E_NOTICE to let people now when path resolving
caused the file path to be truncated.


Revision tags: php-5.2.9RC1, php-5.3.0beta1
# 08659c2d 31-Dec-2008 Sebastian Bergmann

MFH: Bump copyright year, 3 of 3.


Revision tags: NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5, php-5.2.7RC4, BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3
# de29f416 03-Nov-2008 Arnaud Le Blanc

MFH: Fixed bug #45303 (Opening php:// wrapper in append mode results
in a warning)


Revision tags: php-5.2.7RC2, php-5.2.7RC1
# c93fbf62 07-Aug-2008 Arnaud Le Blanc

MFH:
Added clear_realpath_cache and filename parameters to clearstatcache() (Jani,
Arnaud)
[DOC] clearstatcache() now defaults to not affect the realpath cache.
clearstatcache() now t

MFH:
Added clear_realpath_cache and filename parameters to clearstatcache() (Jani,
Arnaud)
[DOC] clearstatcache() now defaults to not affect the realpath cache.
clearstatcache() now takes two optionnal parameters, clear_realpath_cache to
clear the realpath cache (defaults to false), and filename to clear only the
given filename from the cache.

show more ...


Revision tags: php-4.4.9, php-5.3.0alpha1, php-4.4.9RC1, BEFORE_NEW_PARAMETER_PARSE, RELEASE_1_2_5, RELEASE_2_0_0b1, php-5.2.6, RELEASE_1_0_2
# e668dc62 13-Apr-2008 Greg Beaver

do not scan include_path with faulty plain_wrapper-based include_path fopen

# _fopen_with_path_rel probably needs to call out to regular php_stream_open, for exts that use it (it is exported)


Revision tags: php-5.2.6RC5, php-5.2.6RC4, php-5.2.6RC3
# 862f9ee3 27-Mar-2008 Dmitry Stogov

Added ability to use stream wrappers in include_path


Revision tags: RELEASE_2_0_0a2, RELEASE_2_0_0a1, php-5.2.6RC2, php-5.2.6RC1, RELEASE_1_3_1, php-4.4.8
# d1dded87 31-Dec-2007 Sebastian Bergmann

MFH: Bump copyright year, 2 of 2.


Revision tags: php-4.4.8RC1, RELEASE_1_2_3
# 6a792bed 12-Nov-2007 Ilia Alshanetsky

Fixed bug #43182 (file_put_contents() LOCK_EX does not work properly on file
truncation).


Revision tags: php-5.2.5
# 5aa7108e 06-Nov-2007 Marcus Boerger

- MFH Add glob stream wrapper
[DOC] The glob stream wrapper allows stuff like this:
php -r '$it = new DirectoryIterator("glob://ext/spl/*.c");
foreach($it as $f) var_dump($f);'


Revision tags: php-5.2.5RC2
# 34b45a30 01-Nov-2007 Jani Taskinen

MFH: nuke unused variables


# f552f916 31-Oct-2007 Jani Taskinen

MFH: - Fixed bug #43137 (rmdir() and rename() do not clear statcache)


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


123456789