summaryrefslogtreecommitdiff
path: root/ext/standard/file.h
Commit message (Expand)AuthorAgeFilesLines
...
* Bug #20433Marcus Boerger2002-11-301-2/+2
* Rename streams functions to fit with naming conventions, adding aliasesWez Furlong2002-09-281-5/+4
* Implement stream_select() which works just like socket_select, but only onWez Furlong2002-09-271-1/+2
* Fix segfault in wrapper error log mechanism when errors are logged onWez Furlong2002-09-261-0/+1
* Remove an unused variable and a now-unused function.Wez Furlong2002-09-261-1/+0
* Rename file_get_wrapper_data -> file_get_meta_data.Wez Furlong2002-09-261-1/+1
* Implement persistent streams. (for pfsockopen).Wez Furlong2002-09-251-2/+0
* WSWez Furlong2002-09-231-10/+10
* Implement a default_socket_timeout and auto_detect_line_endings ini options.Wez Furlong2002-09-231-0/+3
* Implement filter API for streams.Wez Furlong2002-08-201-0/+2
* - Add TSRMLS_DC to prototype.Andi Gutmans2002-07-081-1/+1
* Implement user-space funtions to operate on stream contexts.Wez Furlong2002-04-301-2/+4
* Implement stream context and status notification system.Wez Furlong2002-04-101-0/+2
* Fix gzip/bz2 builds for WindowsZeev Suraski2002-04-051-12/+12
* added fnmatch() and glob() functionsHartmut Holzgraefe2002-03-211-0/+1
* Make state parameter of php_strip_tags passed by reference.Wez Furlong2002-03-201-1/+0
* fix for bug #16168Wez Furlong2002-03-191-0/+1
* register some constants for user streamsWez Furlong2002-03-191-0/+1
* s/fgetwrapperdata/file_get_wrapper_data/Wez Furlong2002-03-191-1/+1
* Implement user-space streams.Wez Furlong2002-03-191-0/+1
* TSRMLS related work on streams, as discussed with Zeev.Wez Furlong2002-03-181-1/+1
* s/get_file_contents/file_get_contents/Wez Furlong2002-03-161-1/+1
* Ooops.Wez Furlong2002-03-161-0/+1
* * formatting, plus remove some old fopen wrappersWez Furlong2002-03-161-1/+1
* New PHP streams...Wez Furlong2002-03-151-12/+3
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* - Fixing this bad ideaDerick Rethans2001-11-101-3/+0
* Fix apache win32 dso build.James Moore2001-11-101-1/+1
* Check that realpath is available. Bug: #9469foobar2001-10-231-0/+2
* @- Added mmapfile(), read a file into a variabele with mmap (Ilia A, Derick)Derick Rethans2001-10-071-0/+3
* - TSRMLS_FETCH workZeev Suraski2001-08-051-1/+1
* Don't allocated quoted strings unless we are in a META tag.Sean Bright2001-08-041-0/+1
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-11/+1
* Fix for bug #11796. Also, fixed a problem in get_meta_tags that requiredSean Bright2001-06-301-8/+19
* prototype for php_file_le_stream()Wez Furlong2001-05-121-0/+1
* Changes for streams. Added temporary fopenstream function to PHP so thatWez Furlong2001-04-171-0/+4
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Fix for bug #4556Sean Bright2001-02-111-0/+16
* Both thread-safe and thread-unsafe builds should be ok nowZeev Suraski2001-01-131-1/+2
* - Fix exec() bugZeev Suraski2001-01-131-0/+28
* Hardcode all functions which are mentioned in the Large File Support SpecSascha Schumann2000-12-071-4/+4
* - Remove #if 0 codeAndi Gutmans2000-09-111-3/+0
* - Move php_open_temporary_file() out of file.cAndi Gutmans2000-09-111-0/+2
* Security related updates:Zeev Suraski2000-09-091-1/+1
* Implement move_uploaded_file() (untested)Zeev Suraski2000-09-081-0/+1
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-241-21/+10
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-3/+3
* - Make PHP compile again under Windows.Andi Gutmans2000-07-021-0/+1
* Added sscanf() function.Clayton Collie2000-06-061-0/+1