History log of /PHP-7.4/main/streams/plain_wrapper.c (Results 101 – 125 of 222)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.3.7RC3, php-5.4.0alpha2, php-5.3.7RC2, php-5.4.0alpha1, php-5.3.7RC1
# f9088156 25-May-2011 Stanislav Malyshev

implement streams metadata API per RFC


# 5c9080d3 25-May-2011 Stanislav Malyshev

implement streams metadata API per RFC


Revision tags: php-5.3.6, php-5.3.6RC3, php-5.3.6RC2
# a3a51572 19-Feb-2011 Gustavo André dos Santos Lopes

- PHP_STREAM_OPTION_WRITE_BUFFER no longer disables the read buffer of a plain
stream when 0 is given as the value.
- PHP_STREAM_OPTION_WRITE_BUFFER no longer changes the chunk size in sock

- PHP_STREAM_OPTION_WRITE_BUFFER no longer disables the read buffer of a plain
stream when 0 is given as the value.
- PHP_STREAM_OPTION_WRITE_BUFFER no longer changes the chunk size in socket
streams.
- Added stream_set_chunk_size() function.
- Some signedness fixes.
- Test for commit r308474, now that it's possible to actually test it.

show more ...


Revision tags: php-5.3.6RC1
# 2b4fb94e 04-Feb-2011 Adam Harvey

Fix bug #53913 (Streams functions assume HAVE_GLOB is defined). Patch by Chris
Jones.


# 521e5462 04-Feb-2011 Adam Harvey

Fix bug #53913 (Streams functions assume HAVE_GLOB is defined). Patch by Chris
Jones.


# af9406de 20-Jan-2011 Pierre Joye

- don't continue if no valid option value


# 657c9345 20-Jan-2011 Pierre Joye

- don't continue if no valid option value


Revision tags: php-5.2.17, php-5.3.5
# 927bf09c 01-Jan-2011 Felipe Pena

- Year++


# 0203cc3d 01-Jan-2011 Felipe Pena

- Year++


Revision tags: php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1
# 8342c36f 05-Nov-2010 Gustavo André dos Santos Lopes

- Renamed php_stream_rep_nonstand_mode to
php_stream_mode_sanitize_fdopen_fopencookie, made it not
exported and movied it from php_streams.h to
php_streams_int.h.


# d37e1ea2 05-Nov-2010 Gustavo André dos Santos Lopes

- Renamed php_stream_rep_nonstand_mode to
php_stream_mode_sanitize_fdopen_fopencookie, made it not
exported and movied it from php_streams.h to
php_streams_int.h.


# 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


123456789