summaryrefslogtreecommitdiff
path: root/ext/standard/file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* More php3_ annihilationZeev Suraski1999-12-181-5/+5
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-1/+1
* More php3_ annihilationZeev Suraski1999-12-171-6/+6
* More php3_ annihilationZeev Suraski1999-12-171-13/+13
* get_meta_tags() was using php_stristr() so it needed to be changed.Andrei Zmievski1999-12-111-5/+12
* Fix some warningsSascha Schumann1999-12-051-1/+1
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-1/+1
* - Added opened_path to php_fopen_wrapper() and the URL fopen wrapper (it's notAndi Gutmans1999-11-301-4/+4
* Killing some unused variable warningsSascha Schumann1999-11-241-1/+0
* Freeing the memory would be a good idea...Evan Klinger1999-11-241-0/+1
* Can't forget fd_isset()Evan Klinger1999-11-241-1/+26
* First attempt at fd_set() and select()Evan Klinger1999-11-241-6/+72
* @Added tmpfile() function (Stig)Stig Bakken1999-11-141-0/+18
* eliminated warinigsThies C. Arntzen1999-10-261-2/+0
* _php3/_php3i -> php renameAndrei Zmievski1999-10-161-5/+5
* files are now resources, file.c is thread-safe, the le_ vars are no longer sh...Thies C. Arntzen1999-10-151-596/+576
* new api fo dl() - renamed php3_dl to php_dl (added compat header)Thies C. Arntzen1999-10-131-35/+26
* starting to clean-up/new API'ize and resourcify the file-stuff - nothing happ...Thies C. Arntzen1999-10-121-60/+58
* fgetss/gzgetss fixesRasmus Lerdorf1999-09-211-1/+2
* Here was also something missing.Egon Schmid1999-09-201-1/+1
* Added optional allowable_tags arguments to strip_tags() and fgetss() toRasmus Lerdorf1999-09-201-5/+19
* - Thread-unsafe win32 compiles againAndi Gutmans1999-09-151-1/+1
* That's important enough to be cachedZeev Suraski1999-09-121-0/+4
* avoid mmap overhead for small filesSascha Schumann1999-09-111-10/+11
* optimize fpassthru/readfile to use mmap instead of freadSascha Schumann1999-09-111-18/+56
* *** empty log message ***Zeev Suraski1999-09-041-5/+5
* merge in fix from php3Sascha Schumann1999-08-281-1/+1
* Removed '3' from key functions in PHP (maintained compatibility throughZeev Suraski1999-08-021-32/+32
* More symbol work.Andrey Hristov1999-07-261-2/+2
* A bunch of grunt work updating function entries and declarations.Andrey Hristov1999-07-241-2/+2