History log of /PHP-5.4/ext/standard/file.c (Results 126 – 150 of 533)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: RELEASE_0_9, php-5.1.0b3
# fa4ea0ff 12-Jul-2005 Ilia Alshanetsky

Added support for LOCK_EX flag for file_put_contents().


Revision tags: php-4.4.0, php-4.4.0RC2, php-5.1.0b2
# 49c23321 22-Jun-2005 Ilia Alshanetsky

Fixed bug #32160 (copying a file into itself leads to data loss).


Revision tags: php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1
# a7ae41bf 06-Apr-2005 Ilia Alshanetsky

Fixed bug #31363 (broken non-blocking flock()).

# Patch by ian at snork dot net


Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11
# f95651e3 27-Mar-2005 Ilia Alshanetsky

revert copy patch.


Revision tags: php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1
# 6bd82576 07-Mar-2005 Marcus Boerger

- Fix proto
- Do not try to write zero bytes


# cf6711ab 07-Mar-2005 Marcus Boerger

- Length needs to be positive


# 97655f8a 07-Mar-2005 Marcus Boerger

- Make maic qutes runtime work if length is specified too


# 85ebbd28 07-Mar-2005 Marcus Boerger

- Delay memory allocation, speeds up faiure case


# 7fbc91ac 07-Mar-2005 Marcus Boerger

- Allow length 0 as default (e.g. skip param)


# 09a8f38e 03-Mar-2005 Ilia Alshanetsky

Fixed bug #32160 (file truncation in copy() when source & destination are
the same).


Revision tags: RELEASE_0_2_4
# 67a29983 17-Feb-2005 Anantha Kesari H Y

NetWare libc has pwd.h


Revision tags: RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2
# 55fd7ac6 08-Feb-2005 Ilia Alshanetsky

Added optional maxlen parameter to file_get_contents().


# 1069cefa 06-Feb-2005 Wez Furlong

support sucking data from streams in file_put_contents()


Revision tags: php-5.0.3, php-4.3.10
# d213b67c 12-Dec-2004 Wez Furlong

Add missing constants for socketpair().
I thought I had included these...
Good catch Nuno :)


# d10b86f8 12-Dec-2004 Wez Furlong

Add stream_socket_pair(), a streams based version of socketpair().
Modified patch from Vincent [six at t0x dot net]


Revision tags: SQLITE_4_3_20041227
# 01b996b9 10-Dec-2004 Antony Dovgal

fix buffer overrun & segfault in get_meta_tags() when there is no tag value


Revision tags: php-5.0.3RC2, php-4.3.10RC2
# 6883a3f0 06-Dec-2004 Ilia Alshanetsky

Fixed bug #30990 (allow popen() on *NIX to accept 'b' flag).


Revision tags: php-5.0.3RC1, php-4.3.10RC1
# 939a0f13 29-Oct-2004 Andi Gutmans

- [PATCH] Bug fix for #29770, but for PHP 4.3.9 (Vladimir Zidar)


Revision tags: PRE_NEW_VM_GEN_PATCH
# c5e2e02b 19-Oct-2004 Ilia Alshanetsky

Simplify code.


# 51ffc017 13-Oct-2004 Ilia Alshanetsky

Added optional offset parameter to file_get_contents().


# 32788092 27-Sep-2004 Anantha Kesari H Y

removed redundant NEW_LIBC and CLIB_STAT_PATCH checks


# 32e478b9 26-Sep-2004 Marcus Boerger

- Add fputcsv() (David Sklar)


Revision tags: php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3
# 751f67d5 09-Sep-2004 Wez Furlong

avoid ANSI stdio when calling tempnam() to avoid limitations of AT&T libc.


Revision tags: PRE_ZEND_VM_DISPATCH_PATCH
# 945f7d68 05-Sep-2004 Andrey Hristov

remove "." at the end of messages


Revision tags: php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1
# 17adf438 22-Jul-2004 Wez Furlong

Added stream_context_get_default() which returns the default context option.
You may then set options that affect streams operations for the whole script.

Added stream_socket_enable_cryp

Added stream_context_get_default() which returns the default context option.
You may then set options that affect streams operations for the whole script.

Added stream_socket_enable_crypto() which allows you to turn on or off a crypto
layer (eg: SSL/TLS) on stream, if supported by the underlying transport.

Registered a bunch of constants for that.

show more ...


12345678910>>...22