History log of /PHP-8.1/main/fopen_wrappers.c (Results 151 – 175 of 319)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.0.0RC1RC1, RELEASE_0_2_0, php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1
# e8beeecf 10-Feb-2004 Ilia Alshanetsky

Fixed bug #26653 (open_basedir incorrectly resolved on win32).


Revision tags: php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split, 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, php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1
# 075e66cc 26-Sep-2003 Hartmut Holzgraefe

signed/unsigned compiler warning fixes


Revision tags: RELEASE_0_7, php-4.3.3, php-4.3.3RC4, RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2
# 9ba651c6 30-Jul-2003 Ilia Alshanetsky

Fixed bug #24873 (incorrect handling of / inside open_basedir)


# 1e92b5e7 22-Jul-2003 Ilia Alshanetsky

Make php_check_safe_mode_include_dir check independent of unrelated
open_basedir directive and make it properly handle undefined/empty
safe_mode_include_dir directive when safe_mode is enable

Make php_check_safe_mode_include_dir check independent of unrelated
open_basedir directive and make it properly handle undefined/empty
safe_mode_include_dir directive when safe_mode is enabled.

show more ...


Revision tags: php-5.0.0b1
# 41944823 24-Jun-2003 Ilia Alshanetsky

Fixed typo.


# 6b5b6079 24-Jun-2003 Ilia Alshanetsky

Fix for bug #24313 (port from dead PHP_5 branch)


Revision tags: php-4.3.3RC1
# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.


Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init
# 84f0dd0e 26-Mar-2003 Sterling Hughes

really fix


# c0f04cc0 26-Mar-2003 Sterling Hughes

fix segfault


Revision tags: php-4.3.2RC1
# 8c3cd034 23-Feb-2003 foobar

MFB: Fix for open_basedir error message


# 8e3f23e3 19-Feb-2003 foobar

ws fixes + missing $Id$ tags, headers added


# 4934744b 17-Feb-2003 Zeev Suraski

Win32 build improvements


Revision tags: php-4.3.1
# 0a18a9d7 16-Feb-2003 Wez Furlong

A add much more useful select(2) implementation than is provided by
windows sockets. The winsock implementation will only work with sockets;
our implementation works with sockets and file de

A add much more useful select(2) implementation than is provided by
windows sockets. The winsock implementation will only work with sockets;
our implementation works with sockets and file descriptors.
By association, stream_select() will now operate correctly with files, pipes and sockets.

This change required linking against the winsock2 library. In terms of
compatibility, only older versions of windows 95 do not have winsock2
installed by default. It is available as a redistributable file, and is most likely installed by any OS patches (eg: Internet Explorer) applied by the user.

Also, add a win32 compatible pipe test when opening a stream from a pipe. This test will only work on NT, win2k and XP platforms. Without this test, interleaved fread() and select() calls would cause the read buffer to be clobbered. I will be working on a fix for this issue for win9x.

show more ...


Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# 2c5d4b8c 31-Dec-2002 Sebastian Bergmann

Bump year.


Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3
# 529762a2 01-Dec-2002 Shane Caraveo

php_error_docref aborts cgi. This broke using php as cgi under
apache/mod_cgi with the cgi-script directive and bang lines in php scripts.
removing it allows this to work again.


Revision tags: php-4.3.0RC2, RELEASE_1_0b2, BEFORE_RENAMING, php-4.3.0RC1
# 2a291ba3 08-Nov-2002 Ilia Alshanetsky

Made open_basedir error more descriptive.


# cfe0c820 05-Nov-2002 Ilia Alshanetsky

Added 4th argument to virtual_file_ex() that specifies whether or not
realpath() should be used during path resolving. In a number of functions
we do not want to use realpath(), since realpat

Added 4th argument to virtual_file_ex() that specifies whether or not
realpath() should be used during path resolving. In a number of functions
we do not want to use realpath(), since realpath() will resolve symlinks.

show more ...


Revision tags: php-4.3.0pre2, RELEASE_1_0b1, php-4.3.0pre1
# 3340e825 04-Oct-2002 Brian France

Fixed a problem where opendir with <path>/ and having <path>/ in
open_basedir ini option didn't work. It was removing the trailing
slashes and then addeding it back to only o

Fixed a problem where opendir with <path>/ and having <path>/ in
open_basedir ini option didn't work. It was removing the trailing
slashes and then addeding it back to only one of the string,
now it adds it back to to both if needed.

show more ...


Revision tags: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003
# 5a239ab0 28-Sep-2002 Rasmus Lerdorf

Uh, this is what I meant to do. Fix for #19292


# 5eab8abd 28-Sep-2002 Rasmus Lerdorf

Probable fix for bug #19292


# e489ee94 22-Sep-2002 Ilia Alshanetsky

Fixed bug #19395


Revision tags: RELEASE_0_91
# e4b9df95 09-Sep-2002 Anantha Kesari H Y

NetWare related changes/modifications


Revision tags: php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2
# a1f7bb12 25-Aug-2002 Marcus Boerger

use php_error_docref()


Revision tags: php-4.2.3RC1
# bc906117 19-Aug-2002 Zeev Suraski

Fix a few warnings


12345678910>>...13