summaryrefslogtreecommitdiff
path: root/ext/standard/file.c
Commit message (Expand)AuthorAgeFilesLines
* # 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
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
* Fine tune Andi's patchZeev Suraski2000-02-111-6/+6
* - Get rid of some more evil MSVC5's and switch standard/ to use PHP_WIN32Andi Gutmans2000-02-101-6/+6
* @- Fixed memory corruption in fgetss(), strip_tags() and gzgetss() (Zeev)Zeev Suraski2000-02-081-1/+5
* Not needed.Andrei Zmievski2000-02-011-1/+0
* Compile fixZeev Suraski2000-02-011-1/+1
* - Implemented socket_get_status() function. Some more stuff can be addedAndrei Zmievski2000-02-011-8/+50
* Implemented realpath().Andrei Zmievski2000-02-011-0/+23
* Fix prototype.Andrei Zmievski2000-01-151-3/+3
* Added ability to set timeout on socket read operations. New functionAndrei Zmievski2000-01-151-16/+24
* @- Applied safe-mode patch to popen(). (Patch by Kristian Köhntopp)Thies C. Arntzen2000-01-061-2/+7
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
* commented out select() & friends for now - we need to come up with a good API...Thies C. Arntzen1999-12-211-2/+9
* getParameters -> zend_get_parametersAndrei Zmievski1999-12-201-1/+1
* - The tree compiles againZeev Suraski1999-12-181-38/+38