summaryrefslogtreecommitdiff
path: root/ext/standard/file.h
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug #61253: Wrappers opened with errors concurrency problemGustavo André dos Santos Lopes2012-03-081-0/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* - Implemented alternative strategy for change in rev #304985 so as toGustavo André dos Santos Lopes2010-11-181-1/+0
* - Fixed bug #53198 (changing INI setting "from" with ini_set did not have anyGustavo André dos Santos Lopes2010-10-291-1/+2
* Fixed the $context parameter on copy() to have an effect (approved for 5.3 by...Kalle Sommer Nielsen2010-08-171-0/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Add an escape parameter to fgetcsv to satisfy rfc4180 and bug #40501.David Soria Parra2007-10-031-1/+1
* Fix ifdefsHannes Magnusson2007-01-101-1/+3
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFH: sys_get_temp_dir()Hannes Magnusson2006-12-091-0/+1
* Added missing API function declaration.Hannes Magnusson2006-10-131-0/+1
* - MFH Implement todo: SplFileObject: ability to set the CSV separator per objectMarcus Boerger2006-07-151-0/+1
* - add php_mkdir_ex, works like php_mkdir but allows to silent any errorPierre Joye2006-01-131-0/+1
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* ext/standard/file.h NetWare LibC has fnmatch and realpath implemented.Anantha Kesari H Y2005-07-151-1/+1
* - 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