summaryrefslogtreecommitdiff
path: root/ext/standard/file.c
Commit message (Expand)AuthorAgeFilesLines
* - Bumber up yearfoobar2005-08-031-1/+1
* Added support for LOCK_EX flag for file_put_contents().Ilia Alshanetsky2005-07-121-0/+5
* Fixed bug #32160 (copying a file into itself leads to data loss).Ilia Alshanetsky2005-06-221-0/+50
* Fixed bug #31363 (broken non-blocking flock()).Ilia Alshanetsky2005-04-061-3/+3
* revert copy patch.Ilia Alshanetsky2005-03-271-6/+0
* - Fix protoMarcus Boerger2005-03-071-1/+5
* - Length needs to be positiveMarcus Boerger2005-03-071-1/+1
* - Make maic qutes runtime work if length is specified tooMarcus Boerger2005-03-071-2/+2
* - Delay memory allocation, speeds up faiure caseMarcus Boerger2005-03-071-5/+2
* - Allow length 0 as default (e.g. skip param)Marcus Boerger2005-03-071-0/+2
* Fixed bug #32160 (file truncation in copy() when source & destination areIlia Alshanetsky2005-03-031-0/+6
* NetWare libc has pwd.hAnantha Kesari H Y2005-02-171-2/+0
* Added optional maxlen parameter to file_get_contents().Ilia Alshanetsky2005-02-081-4/+5
* support sucking data from streams in file_put_contents()Wez Furlong2005-02-061-0/+9
* Add missing constants for socketpair().Wez Furlong2004-12-121-0/+33
* Add stream_socket_pair(), a streams based version of socketpair().Wez Furlong2004-12-121-0/+11
* fix buffer overrun & segfault in get_meta_tags() when there is no tag valueAntony Dovgal2004-12-101-1/+1
* Fixed bug #30990 (allow popen() on *NIX to accept 'b' flag).Ilia Alshanetsky2004-12-061-0/+8
* - [PATCH] Bug fix for #29770, but for PHP 4.3.9 (Vladimir Zidar)Andi Gutmans2004-10-291-3/+8
* Simplify code.Ilia Alshanetsky2004-10-191-7/+4
* Added optional offset parameter to file_get_contents().Ilia Alshanetsky2004-10-131-3/+9
* removed redundant NEW_LIBC and CLIB_STAT_PATCH checksAnantha Kesari H Y2004-09-271-4/+10
* - Add fputcsv() (David Sklar)Marcus Boerger2004-09-261-0/+103
* avoid ANSI stdio when calling tempnam() to avoid limitations of AT&T libc.Wez Furlong2004-09-091-3/+3
* remove "." at the end of messagesAndrey Hristov2004-09-051-11/+11
* Added stream_context_get_default() which returns the default context option.Wez Furlong2004-07-221-0/+9
* - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()Andi Gutmans2004-07-191-1/+1
* 64-bit bugsquash partyArd Biesheuvel2004-06-161-4/+5
* Fixed possible memory leak inside popen().Ilia Alshanetsky2004-05-141-0/+1
* Wordsize fixesArd Biesheuvel2004-02-251-1/+2
* Fixed bug #27020 (Compile failure; sys/select.h: No such file or directory)foobar2004-01-251-0/+4
* Fixed bug #26967 (make various file operations return FALSE on error).Ilia Alshanetsky2004-01-191-21/+24
* Fix fgetcsv() to reflect the change on 4.3.5 behaviour.Moriyoshi Koizumi2004-01-181-1/+5
* Remove stale code from flock();Wez Furlong2004-01-141-5/+1
* Fix #26772: fgets returns NULL instead of FALSE.Wez Furlong2004-01-141-1/+5
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* s/then/than/ Thanks Jani & AndiIlia Alshanetsky2004-01-031-3/+3
* Fixed bug #26752 (Silent unterminated loop when length parameter forIlia Alshanetsky2004-01-021-6/+6
* - fixes for compatibility. now fgetcsv() treats a null line to be a singleMoriyoshi Koizumi2003-12-241-13/+14
* Route mkdir()/rmdir() via wrapper ops.Sara Golemon2003-12-131-68/+17
* Route rename() via wrapper ops.Sara Golemon2003-12-121-25/+17
* Expose the macro globallyMoriyoshi Koizumi2003-12-101-21/+11
* Add stream_socket_sendto and stream_socket_recvfrom which work very muchWez Furlong2003-11-291-0/+4
* Fixed bug #26355 (flock() doesn't initialize the wouldblock argument)Ilia Alshanetsky2003-11-241-2/+6
* Some clean-upsMoriyoshi Koizumi2003-10-291-2/+0
* Add missing reinitialization callMoriyoshi Koizumi2003-10-271-0/+1
* Fixed bug #26003 (fgetcsv() not binary-safe on null bytes)Moriyoshi Koizumi2003-10-271-13/+19
* Fix the macro to prevent it from falling over in a messMoriyoshi Koizumi2003-10-051-1/+1
* Change fgetcsv() so that the second parameter is also optional.Moriyoshi Koizumi2003-10-041-53/+47
* Fix fgetcsv() to correctly support international charactersMoriyoshi Koizumi2003-10-041-103/+257