summaryrefslogtreecommitdiff
path: root/ext/standard/file.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* MF4: allow realpath() for win32 non-ZTSStanislav Malyshev2003-09-301-1/+1
* Cleanup previous patch.Ilia Alshanetsky2003-09-101-7/+3
* Fixed bug #14049 (realpath() w/ZTS returns invalid results for non-existentIlia Alshanetsky2003-09-101-0/+10
* fix format stringsSascha Schumann2003-08-281-2/+2
* emalloc -> safe_emallocIlia Alshanetsky2003-08-111-3/+3
* Finalize the closing process of persistent streams. The currentIlia Alshanetsky2003-07-291-1/+5
* Make pclose() respect references.Ilia Alshanetsky2003-07-281-1/+2
* Fixed bug #24557 (make fclose() respect refcount on the resource).Ilia Alshanetsky2003-07-271-1/+1
* Added array handling to file_put_contents()Ilia Alshanetsky2003-06-281-13/+65
* - Return number of bytes written instead of just TRUE. (Path by Paul Hudson,Derick Rethans2003-06-281-3/+3
* Fix ZTS mode (hopefully all is working fine now again)Marcus Boerger2003-06-141-2/+4
* Fix ZTS modeMarcus Boerger2003-06-141-0/+1
* Plug leak (context options not freed)Sara Golemon2003-06-131-1/+3
* updating license information in the headers.James Cox2003-06-101-3/+3
* WSfoobar2003-06-061-2/+2
* Fixed bug #23913 (make rename() work across partitions on *nix)Ilia Alshanetsky2003-05-311-0/+8
* Setup FG(default_context) in RINIT/RSHUTDOWN instead of fg_ctor/fg_dtor.Sara Golemon2003-05-211-5/+0
* MFB context refcounting and text-mode fopen fixesWez Furlong2003-05-211-1/+3
* Implement default contexts. For the moment this is uselessSara Golemon2003-05-211-27/+22
* Fold 'options' parameter into wops->unlink methodSara Golemon2003-05-141-1/+1
* MFB segfault fixSascha Schumann2003-05-141-1/+3
* Setup unlink() method in wrapper_ops structure, implement unlink in plainfile...Sara Golemon2003-05-141-15/+17
* proto fixHartmut Holzgraefe2003-05-051-1/+1
* Added missing sanity check in fgetcsv()Moriyoshi Koizumi2003-04-281-20/+22
* Export constants to userlandSara Golemon2003-04-111-0/+2
* Switch file_put_contents 'bool use_include_path' to 'int flags' to allow othe...Sara Golemon2003-04-081-7/+7
* Add context support to file_put_contents() and readfile(), convert readfile()...Sara Golemon2003-04-081-28/+24
* Added context support to file()Sara Golemon2003-04-081-3/+9
* file_set_contents -> file_put_contentsfoobar2003-04-081-2/+2
* Add context support to file_get_contentsSara Golemon2003-04-081-6/+12
* CSIlia Alshanetsky2003-03-281-197/+203
* fix segfault in file_set_contents() when the file could not successfullySterling Hughes2003-03-211-0/+4
* CS fixesWez Furlong2003-03-181-1/+2
* * email address changeStig Bakken2003-03-181-1/+1
* @ Add the file_set_contents() function, as a complement to the file_get_conte...Sterling Hughes2003-03-121-0/+28