summaryrefslogtreecommitdiff
path: root/ext/standard/file.c
Commit message (Expand)AuthorAgeFilesLines
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Finish fopen-wrappers rename.Sascha Schumann2001-02-231-1/+1
* Correctly check for the existence of the st_rdev field.Sascha Schumann2001-02-211-1/+3
* Wrong return type.Egon Schmid2001-02-161-1/+1
* @- Fixed some modules to allow using output-buffering. (Thies)Thies C. Arntzen2001-02-151-7/+3
* Fix for bug #4556Sean Bright2001-02-111-70/+148
* What the heck is CUT? Assume someone meant UTC here. And fix aRasmus Lerdorf2001-02-091-1/+1
* Add utility functionStanislav Malyshev2001-02-011-0/+30
* @BeOS patch from svanegmond@bang.dhs.org modified somewhat by RasmusRasmus Lerdorf2001-01-211-1/+3
* fixed readfile() fd-leak.Thies C. Arntzen2001-01-141-5/+13
* Both thread-safe and thread-unsafe builds should be ok nowZeev Suraski2001-01-131-2/+16
* - Fix exec() bugZeev Suraski2001-01-131-27/+27
* - Make the INI mechanism thread safe (fix necessary API changes from Zend)Zeev Suraski2000-12-271-0/+4
* Signal an error condition, if write was unable to perform the completeSascha Schumann2000-12-221-2/+2
* NULL is a valid return value of mmap. Check against (void *) MAP_FAILED.Sascha Schumann2000-12-221-1/+1
* (php_file_copy) Use mmap to map the source file into our address spaceSascha Schumann2000-12-221-4/+23
* fgetcsv() will now work correct with empty fields in tab delimited filesHartmut Holzgraefe2000-12-141-5/+5
* Open files in binary mode - should fix readfile() on WindowsStanislav Malyshev2000-12-121-3/+3
* Hardcode all functions which are mentioned in the Large File Support SpecSascha Schumann2000-12-071-4/+4
* tsrm realpath implementation is fixedDaniel Beulshausen2000-11-221-3/+0
* Fix crash (#7802)Stanislav Malyshev2000-11-151-0/+1
* - Use CHECKUID_* #define's instead of cryptic numbers in php_checkuid()Andi Gutmans2000-11-021-5/+5
* - Change some estrdup()'s to estrndup()'sAndi Gutmans2000-11-011-8/+7
* mode_t fixesZeev Suraski2000-10-311-3/+4
* update my email.Thies C. Arntzen2000-10-291-1/+1
* use V_RENAME makro insteadDaniel Beulshausen2000-10-261-1/+1
* Use zend_register_list_destructors_ex() instead.Andrei Zmievski2000-10-251-3/+3
* Mega-patch to get better resource information for modules.Andrei Zmievski2000-10-201-10/+9
* 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