History log of /php-src/main/fopen_wrappers.c (Results 151 – 175 of 312)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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

Revision tags: dev, php-4.2.2, INITIAL_IMPORT_SOURCEFORGE, xmlrpc_epi_0_51_merge_pt, php-4.3.0dev_zend2_alpha2, php-4.3.0dev, php5_5_0, RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1
# 63e66662 11-May-2002 Rasmus Lerdorf

MTH - thought the code was slightly different in HEAD because of the
streams stuff, but it is exactly the same bug.
@ Safe-mode fix related to the safe_mode_include_dir feature (Rasmus)

Revision tags: php-4.2.1RC2, php-4.2.1RC1, php-4.2.0, php-4.2.0RC4, php-4.2.0RC3, php-4.2.0RC2, php-4.2.0RC1
# 0f65280c 15-Mar-2002 Wez Furlong

New PHP streams...

Revision tags: help, php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH
# 3ff94ed2 02-Feb-2002 Sebastian Bergmann

Fix thread-safe build.

# 6aadae97 01-Feb-2002 James E. Flemer

Changed php.ini directive 'safe_mode_include_dir' to accept a
(semi)colon separated path, rather than a single directory.
Also moved checking of said path into a separate path for code
re

Changed php.ini directive 'safe_mode_include_dir' to accept a
(semi)colon separated path, rather than a single directory.
Also moved checking of said path into a separate path for code
readability.
@- Changed php.ini directive 'safe_mode_include_dir' to accept a
@ (semi)colon separated path (like 'include_path') rather than
@ a single directory. (jflemer)

show more ...

Revision tags: php-4.1.1
# e320de1e 23-Dec-2001 Alex Waugh

Undefine AF_UNIX under RISC OS

Revision tags: PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog
# 38933514 11-Dec-2001 Sebastian Bergmann

Update headers.

Revision tags: php-4.1.0, php-4.1.0RC5, php-4.1.0RC4
# b91a6669 26-Nov-2001 Sterling Hughes

Z_TYPE(filehandle)?? ok.. whatever... ;)

12345678910>>...13