History log of /PHP-5.4/ext/standard/file.c (Results 326 – 350 of 533)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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


# 788b1552 11-Nov-2001 Jeroen van Wolffelaar

Add warning when set_file_buffer() fails


# 88c6758d 10-Nov-2001 Derick Rethans

- Fixing this bad idea


# 4f787370 10-Nov-2001 James Moore

Fix apache win32 dso build.
(This is untested on linux but shouldnt break anything)


Revision tags: POST_PARAMETER_PARSING_API
# f73ee14b 23-Oct-2001 foobar

Check that realpath is available. Bug: #9469
# TSRM still uses it without checking. I can't fix that.


Revision tags: PRE_PARAMETER_PARSING_API, php-4.1.0RC1
# a92fa9b2 13-Oct-2001 Sascha Schumann

Either sizeof(struct stat) or sizeof f_stat, but not sizeof stat.


# 62fb3d63 07-Oct-2001 Derick Rethans

@- Added mmapfile(), read a file into a variabele with mmap (Ilia A, Derick)
- Added mmapfile(), read a file into a variabele with mmap (Patch by:
Ilia A. <ilia@prohost.org>)


Revision tags: php4, php-4.0.7RC3, POST_SUBST_Z_MACROS
# c0332885 25-Sep-2001 Jeroen van Wolffelaar

Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know.


Revision tags: PRE_SUBST_Z_MACROS
# 78747bd2 09-Sep-2001 Derick Rethans

- Don't wrap lines... this is annoying while coding.


Revision tags: php-4.0.7RC2
# c53f80fb 17-Aug-2001 Sterling Hughes

1) update to the ZEND_NUM_ARGS() and Z_*_P{0,2} macros
2) minor ws improvements, removing unecessary error checking logic, and
making the error messages a bit nicer looking


1...<<11121314151617181920>>...22