summaryrefslogtreecommitdiff
path: root/ext/standard/file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - MFH Implement todo: SplFileObject: ability to set the CSV separator per objectMarcus Boerger2006-07-151-4/+18
* rephrase the error message (fixes #38106)Antony Dovgal2006-07-141-1/+1
* initialize srcstreamAntony Dovgal2006-05-291-1/+1
* MFH: prevent resource leaking when passing invalid stream resource as second ...Antony Dovgal2006-05-291-6/+5
* MFH: Fixed bug #36630 (umask not reset at the end of the request).Ilia Alshanetsky2006-05-141-2/+4
* Fixed safe_mode check for source argument of the copy() function.Ilia Alshanetsky2006-04-061-1/+1
* Check 2nd parameter of tempnam() against path components.Ilia Alshanetsky2006-03-271-2/+8
* - add php_mkdir_ex, works like php_mkdir but allows to silent any errorPierre Joye2006-01-131-4/+9
* bump year and license versionfoobar2006-01-011-3/+3
* MFH: Nuke php3 legacyfoobar2005-12-051-2/+2
* Fixed fgetcsv() and fputcsv() inconsistency.Dmitry Stogov2005-10-211-17/+26
* - Bumber up yearfoobar2005-08-031-1/+1
* Added support for LOCK_EX flag for file_put_contents().Ilia Alshanetsky2005-07-121-0/+5
* Fixed bug #32160 (copying a file into itself leads to data loss).Ilia Alshanetsky2005-06-221-0/+50
* Fixed bug #31363 (broken non-blocking flock()).Ilia Alshanetsky2005-04-061-3/+3
* revert copy patch.Ilia Alshanetsky2005-03-271-6/+0
* - Fix protoMarcus Boerger2005-03-071-1/+5
* - Length needs to be positiveMarcus Boerger2005-03-071-1/+1
* - Make maic qutes runtime work if length is specified tooMarcus Boerger2005-03-071-2/+2
* - Delay memory allocation, speeds up faiure caseMarcus Boerger2005-03-071-5/+2
* - Allow length 0 as default (e.g. skip param)Marcus Boerger2005-03-071-0/+2
* Fixed bug #32160 (file truncation in copy() when source & destination areIlia Alshanetsky2005-03-031-0/+6
* NetWare libc has pwd.hAnantha Kesari H Y2005-02-171-2/+0
* Added optional maxlen parameter to file_get_contents().Ilia Alshanetsky2005-02-081-4/+5
* support sucking data from streams in file_put_contents()Wez Furlong2005-02-061-0/+9
* Add missing constants for socketpair().Wez Furlong2004-12-121-0/+33
* Add stream_socket_pair(), a streams based version of socketpair().Wez Furlong2004-12-121-0/+11
* fix buffer overrun & segfault in get_meta_tags() when there is no tag valueAntony Dovgal2004-12-101-1/+1
* Fixed bug #30990 (allow popen() on *NIX to accept 'b' flag).Ilia Alshanetsky2004-12-061-0/+8
* - [PATCH] Bug fix for #29770, but for PHP 4.3.9 (Vladimir Zidar)Andi Gutmans2004-10-291-3/+8
* Simplify code.Ilia Alshanetsky2004-10-191-7/+4
* Added optional offset parameter to file_get_contents().Ilia Alshanetsky2004-10-131-3/+9
* removed redundant NEW_LIBC and CLIB_STAT_PATCH checksAnantha Kesari H Y2004-09-271-4/+10
* - Add fputcsv() (David Sklar)Marcus Boerger2004-09-261-0/+103
* avoid ANSI stdio when calling tempnam() to avoid limitations of AT&T libc.Wez Furlong2004-09-091-3/+3
* remove "." at the end of messagesAndrey Hristov2004-09-051-11/+11
* Added stream_context_get_default() which returns the default context option.Wez Furlong2004-07-221-0/+9
* - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()Andi Gutmans2004-07-191-1/+1