summaryrefslogtreecommitdiff
path: root/ext/standard/file.c
Commit message (Expand)AuthorAgeFilesLines
* Automatic conversion might cause interpretation of 0xff as EOF, so we storeSascha Schumann2000-09-271-1/+3
* - Fix bug #5997Andi Gutmans2000-09-121-1/+1
* - Move php_open_temporary_file() out of file.cAndi Gutmans2000-09-111-152/+1
* Kill a warningSascha Schumann2000-09-111-2/+2
* Fix UNIX buildZeev Suraski2000-09-091-0/+1
* Security related updates:Zeev Suraski2000-09-091-58/+106
* * compile fixStig Bakken2000-09-091-1/+1
* Implement move_uploaded_file() (untested)Zeev Suraski2000-09-081-15/+29
* Fixed segfault with fgets(), fgetcsv(), fgetss(), and fread() whenTorben Wilson2000-08-211-0/+16
* Fix fgetc (#6259) and ftell error condition returnsStanislav Malyshev2000-08-201-3/+9
* Remove php_realpath from build.Sascha Schumann2000-08-201-1/+0
* We only need winsock.h one timeFrank M. Kromann2000-08-191-7/+3
* - Update NEWSZeev Suraski2000-08-191-1/+2
* Virtualize realpath, chmod, chown and utimeAndi Gutmans2000-08-061-3/+4
* Fix fclose prototype (#5930)Stanislav Malyshev2000-08-031-1/+1
* # zeev is godDavid Croft2000-07-221-1/+1
* fixed socket_set blocking in windowsDavid Croft2000-07-221-1/+1
* Fix fgets re-allocation (add +1 to accomondate ending \0).Stanislav Malyshev2000-07-071-1/+1
* - Make PHP compile again under Windows.Andi Gutmans2000-07-021-2/+32
* Make fgets not use maximal buffer length always, but shrink bufferStanislav Malyshev2000-06-291-0/+4
* (fgetcsv) fixed leakThies C. Arntzen2000-06-271-0/+1
* Removed 8KB limit on line length of the file() functionZeev Suraski2000-06-261-7/+37
* Fixed some protos.Egon Schmid2000-06-261-7/+7
* - I wrote a long msg but the commit didn't go through.Zeev Suraski2000-06-251-4/+4
* Remove some unnecessary CLS_FETCH()s.Sascha Schumann2000-06-231-1/+0
* copy() now creates the destination file with mode 0777 again. this isThies C. Arntzen2000-06-131-1/+1
* - On UNIX support popen() which works with current working directoryAndi Gutmans2000-06-121-2/+2
* Added sscanf() function.Clayton Collie2000-06-061-0/+74
* @- added fflush() function. (Eric Huss)Thies C. Arntzen2000-06-061-0/+37
* Oops, fixed slight miscue there. Now it works.Rasmus Lerdorf2000-06-051-7/+7
* @ Clean up constants in flock() function and add optional 3rd arg whichRasmus Lerdorf2000-06-051-10/+17
* Remove stale macroZeev Suraski2000-05-291-2/+0
* More secure modeZeev Suraski2000-05-291-1/+1
* - I'm not sure if PHP_NOT_IN_THIS_BUILD is the way to handle theseAndi Gutmans2000-05-271-1/+1
* if a module provides a function it should also do so if the functionHartmut Holzgraefe2000-05-261-2/+4
* another bunch of proto fixesHartmut Holzgraefe2000-05-231-1/+1
* - Virtual current working directory is now enabledAndi Gutmans2000-05-231-1/+1
* - Support virtual unlink()Andi Gutmans2000-05-231-1/+1
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* - Take Sascha's advice and create on V_OPEN() which replaces open().Andi Gutmans2000-04-301-7/+7
* Exterminate warnings.Andrei Zmievski2000-04-241-2/+2
* The third argument to fseek() is now one of the standard SEEK_* constants.Andrei Zmievski2000-04-241-5/+9
* @-Add an optional third argument to fseek to indicate were to seek from. (Ste...Sterling Hughes2000-04-231-4/+10
* fgetcsv() patch from Nick TalbottRasmus Lerdorf2000-04-191-7/+33
* ftruncate returns 1 on success and 0 on failure instead of 0 on success and -...Sterling Hughes2000-03-171-1/+1
* Finished porting recode module.Kristian Köhntopp2000-03-121-0/+5
* Fix build on systems which lack snprintf or vsnprintf.Sascha Schumann2000-03-121-1/+0
* @Cleaned up extension namespace (Stig)Stig Bakken2000-03-061-59/+7
* @Added ftruncate() and fstat(), courtesy of Faisal Nasim <faisal@nasim.org>Andrei Zmievski2000-03-041-0/+78
* More protos.Egon Schmid2000-02-241-6/+6