History log of /PHP-8.3/ext/standard/file.c (Results 401 – 425 of 802)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 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 ...

Revision tags: RELEASE_0_1
# 56f8195f 19-Jul-2004 Andi Gutmans

- Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()
used to return "" and not bool(false). It's not worth keeping it because
STR_FREE() and zval_dtor() always have

- Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()
used to return "" and not bool(false). It's not worth keeping it because
STR_FREE() and zval_dtor() always have to check for it and it slows down
the general case. In addition, it seems that empty_string has been abused
quite a lot, and was used not only for setting zval's but generally in
PHP code instead of "", which wasn't the intention. Last but not least,
nuking empty_string should improve stability as I doubt every place
correctly checked if they are not mistakenly erealloc()'ing it or
calling efree() on it.
NOTE: Some code is probably broken. Each extension maintainer should
check and see that my changes are OK. Also, I haven't had time to touch
PECL yet. Will try and do it tomorrow.

show more ...

Revision tags: php-5.0.0RC4, php-5.0.0, php-4.3.8
# 5232a5af 16-Jun-2004 Ard Biesheuvel

64-bit bugsquash party

Revision tags: php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1
# 5b4dc50c 14-May-2004 Ilia Alshanetsky

Fixed possible memory leak inside popen().

Revision tags: php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0
# 81f05c18 25-Feb-2004 Ard Biesheuvel

Wordsize fixes

Revision tags: php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split
# 2a057502 25-Jan-2004 foobar

Fixed bug #27020 (Compile failure; sys/select.h: No such file or directory)

# 39b62f26 19-Jan-2004 Ilia Alshanetsky

Fixed bug #26967 (make various file operations return FALSE on error).

1...<<11121314151617181920>>...33