summaryrefslogtreecommitdiff
path: root/ext/standard/file.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #9526Rasmus Lerdorf2001-05-191-0/+8
* munmap() file in RSHUTDOWN, if PHPWRITE fails.Sascha Schumann2001-05-181-0/+5
* Files should be shared among processes.Sascha Schumann2001-05-181-1/+1
* expose streams to other extensions.Wez Furlong2001-05-121-0/+7
* Rewrote stat() and fstat() to be memory efficient, due to a recentJason Greene2001-05-111-39/+50
* @fstat() and stat() now return identical output by returning a numerical andJason Greene2001-05-111-0/+26
* - Change macros from V_ to VCWD_ because of AIX name clashAndi Gutmans2001-04-301-11/+11
* Discovered warn_not_available and used it.Wez Furlong2001-04-171-5/+2
* Changes for streams. Added temporary fopenstream function to PHP so thatWez Furlong2001-04-171-238/+387
* Fixed typo.Alexander Feldman2001-04-151-1/+1
* We shoud not fseek in a pipe and this caused a problem with popen andAlexander Feldman2001-04-151-4/+8
* ws pollution removed.foobar2001-04-071-2/+4
* Added target ownership check in function copy for safe_mode operationsRomolo Manfredini2001-03-231-2/+6
* Fixed a compatibility problem is some file functions (fgets, fputs, fread,Alexander Feldman2001-03-111-0/+16
* Typo.Sean Bright2001-03-061-2/+2
* get_meta_tags now allows attributes that are not quoted as well as thoseSean Bright2001-03-061-3/+39
* get_meta_tags now handles single quoted attributes as well as those thatSean Bright2001-03-051-2/+4
* - 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