History log of /PHP-5.6/ext/standard/file.c (Results 351 – 375 of 567)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 659a071e 20-Mar-2002 Wez Furlong

Streams are all tracked as resources now.
Add some logic that will help track down leaks
when debug is enabled.


# 14a39118 19-Mar-2002 Wez Furlong

fix for bug #16168


# 6abe71be 19-Mar-2002 Wez Furlong

s/fgetwrapperdata/file_get_wrapper_data/


# c9d5e137 18-Mar-2002 Wez Furlong

TSRMLS related work on streams, as discussed with Zeev.
# Should be the last "broad" commit for a while
# Don't forget to make clean ; make


# 73e79322 18-Mar-2002 Zeev Suraski

Fix the build and all of the outstanding VC++ warnings


# 0895998b 16-Mar-2002 Wez Furlong

s/get_file_contents/file_get_contents/


# 201446c2 16-Mar-2002 Wez Furlong

Ooops.


# 04473271 16-Mar-2002 Wez Furlong

Implement get_file_contents() as discussed (briefly!) by myself, Derick
and Sterling on php-dev some months ago.
It returns the file contents as a string, and uses mmap if possible.


# 63682934 16-Mar-2002 Wez Furlong

Allow php_stream_copy_to_stream to do nothing when used with code
that calculates a max length of zero. (Thanks again Marcus).


# 52982c42 16-Mar-2002 Wez Furlong

This should help with some build problems/warnings under win32.
Someone still needs to add the streams.c file to the MSVC
project/workspace though (there are so many that I don't really know

This should help with some build problems/warnings under win32.
Someone still needs to add the streams.c file to the MSVC
project/workspace though (there are so many that I don't really know
what I am doing :-).

show more ...


# a184f5d1 16-Mar-2002 Wez Furlong

* formatting, plus remove some old fopen wrappers


# 0f65280c 15-Mar-2002 Wez Furlong

New PHP streams...


Revision tags: help
# 90613d22 28-Feb-2002 Sebastian Bergmann

Maintain headers.


Revision tags: php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH
# 1e2b854b 11-Jan-2002 Markus Fischer

- mkdir(): made second (mode) parameter optional, default to 0777
switched to zend_parse_parameters().
# Added vim 'noet' setting


Revision tags: php-4.1.1
# e5c08b81 21-Dec-2001 Derick Rethans

- Added open basedir checks to file functions. (Patch by
Christoph Kassen <chkassen@chkassen.de>)


# 25058db0 21-Dec-2001 Sean Bright

Use memset() instead.


# 33730ca2 21-Dec-2001 Sean Bright

Initialize variable to avoid bogus data and possible segfault.


# 0ca4f69d 21-Dec-2001 Sean Bright

Switched some functions to use zend_parse_parameters, cleaned up some
unused variables and some whitespace work.


Revision tags: PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog
# 38933514 11-Dec-2001 Sebastian Bergmann

Update headers.


Revision tags: php-4.1.0
# 94737d08 07-Dec-2001 Hartmut Holzgraefe

proto fix


# c1626365 06-Dec-2001 Hartmut Holzgraefe

proto fixes


# 886ad91a 04-Dec-2001 Sterling Hughes

Make the length parameter to fgets optional (defaults to 1024)


Revision tags: php-4.1.0RC5, php-4.1.0RC4, php-4.1.0RC3
# fc3906e9 18-Nov-2001 foobar

WS fix


# 42b9349d 14-Nov-2001 Sterling Hughes

Many other reasons that setvbuf can fail than "wrong arguments", returning
false should be enough


Revision tags: php-4.1.0RC2
# 5ccdb1d3 11-Nov-2001 Jeroen van Wolffelaar

Fix all (at least, I tried to catch all) proto's in file.c


1...<<11121314151617181920>>...23