summaryrefslogtreecommitdiff
path: root/ext/standard/file.c
Commit message (Expand)AuthorAgeFilesLines
* Fix ZTS build.Sebastian Bergmann2002-04-301-4/+4
* Implement user-space funtions to operate on stream contexts.Wez Furlong2002-04-301-8/+117
* Implement stream context and status notification system.Wez Furlong2002-04-101-24/+135
* Fix gzip/bz2 builds for WindowsZeev Suraski2002-04-051-12/+12
* Phase 3 of OO wrapper cleanupWez Furlong2002-03-281-23/+18
* - Use proper macros for php_stream_cast() return values (fixes #16211).Markus Fischer2002-03-211-4/+6
* added fnmatch() and glob() functionsHartmut Holzgraefe2002-03-211-0/+28
* Convert the gzfile related functions into aliases for their equivalentsWez Furlong2002-03-211-51/+2
* Make state parameter of php_strip_tags passed by reference.Wez Furlong2002-03-201-7/+5
* Streams are all tracked as resources now.Wez Furlong2002-03-201-5/+7
* fix for bug #16168Wez Furlong2002-03-191-0/+1
* s/fgetwrapperdata/file_get_wrapper_data/Wez Furlong2002-03-191-2/+2
* TSRMLS related work on streams, as discussed with Zeev.Wez Furlong2002-03-181-4/+4
* Fix the build and all of the outstanding VC++ warningsZeev Suraski2002-03-181-7/+11
* s/get_file_contents/file_get_contents/Wez Furlong2002-03-161-2/+2
* Ooops.Wez Furlong2002-03-161-2/+2
* Implement get_file_contents() as discussed (briefly!) by myself, DerickWez Furlong2002-03-161-1/+44
* Allow php_stream_copy_to_stream to do nothing when used with codeWez Furlong2002-03-161-1/+1
* This should help with some build problems/warnings under win32.Wez Furlong2002-03-161-0/+2
* * formatting, plus remove some old fopen wrappersWez Furlong2002-03-161-12/+12
* New PHP streams...Wez Furlong2002-03-151-560/+213
* Maintain headers.Sebastian Bergmann2002-02-281-2/+2
* - mkdir(): made second (mode) parameter optional, default to 0777Markus Fischer2002-01-111-15/+11
* - Added open basedir checks to file functions. (Patch byDerick Rethans2001-12-211-0/+19
* Use memset() instead.Sean Bright2001-12-211-1/+4
* Initialize variable to avoid bogus data and possible segfault.Sean Bright2001-12-211-6/+1
* Switched some functions to use zend_parse_parameters, cleaned up someSean Bright2001-12-211-53/+29
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* proto fixHartmut Holzgraefe2001-12-071-0/+3
* proto fixesHartmut Holzgraefe2001-12-061-2/+2
* Make the length parameter to fgets optional (defaults to 1024)Sterling Hughes2001-12-041-5/+8
* WS fixfoobar2001-11-181-3/+3
* Many other reasons that setvbuf can fail than "wrong arguments", returningSterling Hughes2001-11-141-3/+0
* Fix all (at least, I tried to catch all) proto's in file.cJeroen van Wolffelaar2001-11-111-28/+28
* Add warning when set_file_buffer() failsJeroen van Wolffelaar2001-11-111-1/+4
* - Fixing this bad ideaDerick Rethans2001-11-101-82/+0
* Fix apache win32 dso build.James Moore2001-11-101-1/+1
* Check that realpath is available. Bug: #9469foobar2001-10-231-1/+1
* Either sizeof(struct stat) or sizeof f_stat, but not sizeof stat.Sascha Schumann2001-10-131-1/+1
* @- Added mmapfile(), read a file into a variabele with mmap (Ilia A, Derick)Derick Rethans2001-10-071-0/+85
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-1/+1
* - 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