summaryrefslogtreecommitdiff
path: root/ext/standard/file.c
Commit message (Expand)AuthorAgeFilesLines
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* 1) update to the ZEND_NUM_ARGS() and Z_*_P{0,2} macrosSterling Hughes2001-08-171-286/+262
* Removed select(), fd_set(), etc. (wasn't present in the first place, andSterling Hughes2001-08-151-111/+0
* WhitespaceZeev Suraski2001-08-111-114/+114
* more tsrm cleanupSascha Schumann2001-08-061-8/+6
* more tsrm cleanup -- output.c is not doing any fetches anymoreSascha Schumann2001-08-051-3/+3
* - TSRMLS_FETCH workZeev Suraski2001-08-051-9/+11
* WS PollutionSean Bright2001-08-041-2/+0
* Don't allocated quoted strings unless we are in a META tag.Sean Bright2001-08-041-2/+10
* More TSRMLS_FETCH annihilation. Enough for today...Zeev Suraski2001-07-311-4/+4
* More TSRMLS_FETCH work. Got it under 400 now.Zeev Suraski2001-07-311-2/+2
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-6/+8
* Zend compatibility patchZeev Suraski2001-07-301-2/+2
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-2/+0
* More TSRMLS_FETCH annihilation (Zend compatibility patch)Zeev Suraski2001-07-301-25/+25
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-22/+8
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-5/+6
* Make read always 0-terminate stringsStanislav Malyshev2001-07-161-1/+1
* Get rid of var_uninit()Zeev Suraski2001-07-151-1/+1
* This should be lower-cased per the documentation and previousSean Bright2001-07-051-0/+2
* Remove unused variable.Sean Bright2001-07-011-2/+1
* Fix for bug #11796. Also, fixed a problem in get_meta_tags that requiredSean Bright2001-06-301-71/+105
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-11/+24
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-3/+1
* 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