summaryrefslogtreecommitdiff
path: root/ext/standard/file.h
Commit message (Expand)AuthorAgeFilesLines
* - Add fputcsv() (David Sklar)Marcus Boerger2004-09-261-0/+1
* Adding missing PHPAPI for non ZTS buildsFrank M. Kromann2004-07-301-1/+1
* BugFix#28868 (Part Two): This fixes thread unsafety in the userspaceSara Golemon2004-06-211-0/+1
* BugFix#28868: Wrapper hash not thread-safe.Sara Golemon2004-06-211-0/+1
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* Fixed compiler warnings.Ilia Alshanetsky2003-12-141-0/+1
* MF4: allow realpath() for win32 non-ZTSStanislav Malyshev2003-09-301-1/+1
* This needs to be exported for dynamic extensionsEdin Kadribasic2003-06-151-1/+1
* updating license information in the headers.James Cox2003-06-101-3/+3
* Implement default contexts. For the moment this is uselessSara Golemon2003-05-211-0/+2
* Switch file_put_contents 'bool use_include_path' to 'int flags' to allow othe...Sara Golemon2003-04-081-0/+1
* file_set_contents -> file_put_contentsfoobar2003-04-081-1/+1
* @ Add the file_set_contents() function, as a complement to the file_get_conte...Sterling Hughes2003-03-121-0/+1
* New user-space functions:Wez Furlong2003-02-281-15/+0
* Move streams specific stuff from ext/standard/file.c -> ext/standard/streams.cWez Furlong2003-02-271-0/+1
* Revent previous patch, adding of file_write_content() was premature.Ilia Alshanetsky2003-02-221-1/+0
* int/long change.Ilia Alshanetsky2003-02-221-0/+1
* Merged the flags for the file() function into a single flag.Ilia Alshanetsky2003-02-101-0/+4
* Added feature request #9173 (added stream_get_line(), this function willIlia Alshanetsky2003-02-091-0/+1
* Added stream_get_wrappers()Sara Golemon2003-01-031-0/+1
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* 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