History log of /PHP-7.3/main/streams/plain_wrapper.c (Results 101 – 125 of 211)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 68107ae1 05-Nov-2010 Gustavo André dos Santos Lopes

- Fixed bug #53241 (stream casting that relies on fdopen/fopencookie fails
with streams opened with, inter alia, the 'xb' mode).


# 0a351335 05-Nov-2010 Gustavo André dos Santos Lopes

- Fixed bug #53241 (stream casting that relies on fdopen/fopencookie fails
with streams opened with, inter alia, the 'xb' mode).


# 13fd8fcd 01-Sep-2010 Pierre Joye

- WS


# ada54233 01-Sep-2010 Pierre Joye

- WS


# 87bf4158 01-Sep-2010 Pierre Joye

- sb needed only in safemode


# 6396a327 01-Sep-2010 Pierre Joye

- add lstat support for Windows


# dec8593f 01-Sep-2010 Pierre Joye

- add lstat support for Windows


Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1
# dd8e59da 26-Apr-2010 Kalle Sommer Nielsen

Removed safe_mode
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_

Removed safe_mode
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore

show more ...


Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3
# acc6609a 21-Feb-2010 Pierre Joye

- get the right error on windows


Revision tags: php-5.3.2RC2, php-5.2.13RC2
# 658e86b8 07-Feb-2010 Pierre Joye

- prevent unexpectable behaviors (for the user) with invalid path


Revision tags: php-5.2.13RC1
# b7aee130 27-Jan-2010 Pierre Joye

- removed debug breakpoint and improve inline comment


# 69257633 27-Jan-2010 Pierre Joye

- prevent bad things to happen when invalid path are passed to MoveFileEx


# 573c33b3 26-Jan-2010 Pierre Joye

- [DOC] #45986, bad file descriptor warning when rename is used with invalid path, add php_win32_docref2_from_error to display system error for non posix api


# 9ba1e816 03-Jan-2010 Sebastian Bergmann

sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php


# 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


123456789