summaryrefslogtreecommitdiff
path: root/ext/standard/file.c
Commit message (Expand)AuthorAgeFilesLines
* One len variable is enough here, we can reuse itLars Strojny2008-12-131-3/+2
* MFH: Fixed bug#46681 (mkdir() fails silently on PHP 5.3)Hannes Magnusson2008-12-121-1/+1
* MFH: Fixed bug #46673 (stream_lock call with wrong paramater)Arnaud Le Blanc2008-11-261-5/+5
* - MFH: Added str_getcsv()Felipe Pena2008-11-021-2/+6
* MFH: initialize optional varsArnaud Le Blanc2008-10-211-3/+3
* - MFH: Fixed unexpected zval changesFelipe Pena2008-09-121-9/+16
* - New parameter parsing API (for fscanf)Felipe Pena2008-08-121-26/+18
* - [DOC] MFH: detect if dest is a dir (if the given stream layer supports stat)Pierre Joye2008-08-111-2/+14
* MFH: invert the logics - FLAG_FCLOSE -> FLAG_NO_FCLOSEAntony Dovgal2008-07-231-5/+1
* - MFH: Fixed bug #44246 (closedir() accepts a file resource opened by fopen())Felipe Pena2008-07-221-0/+10
* - Forward compatibility.Jani Taskinen2008-07-211-0/+3
* MFH: manage references of stream context properlyAntony Dovgal2008-07-111-4/+0
* New parameter parsing APIOlivier Hill2008-07-031-133/+85
* - Changed 'Z' to 's' (parameter parsing), the code didn't check if the parame...Felipe Pena2008-05-161-5/+7
* MFH: Fix protosEtienne Kneuss2008-05-041-1/+1
* MFB: Fixed bug #44034 (FILE_IGNORE_NEW_LINES in file() does not work asIlia Alshanetsky2008-04-151-3/+7
* Added a warning messageIlia Alshanetsky2008-03-301-0/+1
* Fixed bug #44501 (LOCK_EX mode in file_put_contents() is impropertlyIlia Alshanetsky2008-03-261-0/+7
* Removed internal warningFelipe Pena2008-02-241-2/+0
* - MFH Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus)Marcus Boerger2008-02-231-0/+2
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* fix typo (nice catch, Nuno!)Antony Dovgal2007-11-131-1/+1
* Fixed bug #43182 (file_put_contents() LOCK_EX does not work properly on fileIlia Alshanetsky2007-11-121-2/+13
* Conditions optimizationDmitry Stogov2007-11-091-4/+3
* MFH: syncJani Taskinen2007-11-061-6/+5
* MFH: SyncJani Taskinen2007-11-051-208/+183
* MFH: Add an escape parameter to fgetcsv to satisfy rfc4180 and bug #40501.David Soria Parra2007-10-031-8/+24
* Fixed possible buffer overflows inside the fnmatch() and glob() functionsIlia Alshanetsky2007-09-041-0/+5
* Fixed bug #42468 (Write lock on file_get_contents fails when using aIlia Alshanetsky2007-09-031-1/+1
* Fixed copy test as well as the directory check inside copy() functionIlia Alshanetsky2007-08-121-3/+3
* fixed compilation error: S_ISDIR is undefined.Rui Hirokawa2007-08-111-0/+3
* nuke the dotAntony Dovgal2007-08-101-1/+1
* Fixed bug #42243 (copy() does not ouput an error when the first arg is aIlia Alshanetsky2007-08-101-0/+4
* fix ws & foldingAntony Dovgal2007-08-081-14/+9
* MFH: - Fixed bug #41865 (fputcsv(): 2nd parameter is not optional)foobar2007-07-011-1/+1
* Fixed bug #41492 (open_basedir/safe_mode bypass inside realpath()).Ilia Alshanetsky2007-05-271-0/+8
* fix leak and check for < 0 only of the 5th arg was passedAntony Dovgal2007-05-181-5/+5
* MFH: fix #41430 (Fatal error with negative values of maxlen parameter of file...Antony Dovgal2007-05-181-0/+5
* MFH: fix #40606 (umask is not being restored when request is finished)Antony Dovgal2007-02-231-1/+1
* MFHAntony Dovgal2007-02-131-1/+2
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Added function stream_socket_shutdown(). It is a wraper for system shutdown()...Dmitry Stogov2006-12-191-0/+4
* MFH: sys_get_temp_dir()Hannes Magnusson2006-12-091-0/+8
* - MFH: #39538, fgetcsv can't handle starting newlines and trailing oddPierre Joye2006-11-221-3/+5
* MFHAntony Dovgal2006-11-201-1/+1
* Added missing object support to file_put_contents().Ilia Alshanetsky2006-11-151-3/+15
* don't forget to close the stream when/if flock() failsAntony Dovgal2006-11-131-0/+1
* MFH: fix leaks in get_meta_tags() when used with b0rked HTMLAntony Dovgal2006-11-131-1/+8
* Fixed bug #38934 (move_uploaded_file() cannot read uploaded file outside ofIlia Alshanetsky2006-10-131-2/+7
* MFH: add a notice to fgetcsv() when delimiter or enclosure is longer than 1 charAntony Dovgal2006-08-181-0/+5