History log of /PHP-5.4/ext/standard/file.c (Results 151 – 175 of 533)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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).


# abfda09e 18-Jan-2004 Moriyoshi Koizumi

Fix fgetcsv() to reflect the change on 4.3.5 behaviour.


# 09fb5dc1 14-Jan-2004 Wez Furlong

Remove stale code from flock();
spotted by Hartmut.


# cd4262ee 14-Jan-2004 Wez Furlong

Fix #26772: fgets returns NULL instead of FALSE.


Revision tags: php-4.3.5RC1
# dbeb4158 08-Jan-2004 Andi Gutmans

- A belated happy holidays and PHP 5


# 939a70a8 03-Jan-2004 Ilia Alshanetsky

s/then/than/ Thanks Jani & Andi


# 6f7fe1df 02-Jan-2004 Ilia Alshanetsky

Fixed bug #26752 (Silent unterminated loop when length parameter for
fgets(), fread() and fgetss() is 0).


# 93cc95e9 24-Dec-2003 Moriyoshi Koizumi

- fixes for compatibility. now fgetcsv() treats a null line to be a single
null component.


Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1
# c5664783 13-Dec-2003 Sara Golemon

Route mkdir()/rmdir() via wrapper ops.
Move current rmdir()/rmdir() code to plain_wrappers.c
Implement mkdir()/rmdir() in ftp:// wrapper


# b1f8236b 12-Dec-2003 Sara Golemon

Route rename() via wrapper ops.
Move current rename() code to main/streams/plain_wrapper.c
Implement ftp/rename()
Implement userstreams/rename()


# 35c3a7f5 10-Dec-2003 Moriyoshi Koizumi

Expose the macro globally


# 37f135ce 29-Nov-2003 Wez Furlong

Add stream_socket_sendto and stream_socket_recvfrom which work very much
like sendto() and recvfrom() syscalls.


# c722ab91 24-Nov-2003 Ilia Alshanetsky

Fixed bug #26355 (flock() doesn't initialize the wouldblock argument)


Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1
# e6feb47f 29-Oct-2003 Moriyoshi Koizumi

Some clean-ups


# 1085c08a 27-Oct-2003 Moriyoshi Koizumi

Add missing reinitialization call


# 69dcdcb7 27-Oct-2003 Moriyoshi Koizumi

Fixed bug #26003 (fgetcsv() not binary-safe on null bytes)


Revision tags: php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3
# 2c95c424 05-Oct-2003 Moriyoshi Koizumi

Fix the macro to prevent it from falling over in a mess


Revision tags: BEFORE_HANDLERS_RESHUFFLE
# 80edbeba 04-Oct-2003 Moriyoshi Koizumi

Change fgetcsv() so that the second parameter is also optional.


# 921e5b47 04-Oct-2003 Moriyoshi Koizumi

Fix fgetcsv() to correctly support international characters
# note: mblen() is not a mbstring function, but is part of the ANSI standard
# which is even supported by Microsoft's libc.


Revision tags: RELEASE_1_3b2
# e2166950 30-Sep-2003 Stanislav Malyshev

MF4: allow realpath() for win32 non-ZTS


12345678910>>...22