History log of /PHP-5.6/ext/standard/file.c (Results 376 – 400 of 567)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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


Revision tags: php-4.0.7RC1
# 8300abe3 15-Aug-2001 Sterling Hughes

Removed select(), fd_set(), etc. (wasn't present in the first place, and
these are implemented in the sockwasn't present in the first place, and
these are implemented in the sockets extensi

Removed select(), fd_set(), etc. (wasn't present in the first place, and
these are implemented in the sockwasn't present in the first place, and
these are implemented in the sockets extension))

show more ...


Revision tags: BEFORE_EXP_MERGE
# c0404f46 11-Aug-2001 Zeev Suraski

Whitespace


Revision tags: PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT
# 23b9300f 06-Aug-2001 Sascha Schumann

more tsrm cleanup


# 373b3e10 05-Aug-2001 Sascha Schumann

more tsrm cleanup -- output.c is not doing any fetches anymore


# 1159c84a 05-Aug-2001 Zeev Suraski

- TSRMLS_FETCH work
- whitespace fixes


# d789d45a 04-Aug-2001 Sean Bright

WS Pollution


# fff88368 04-Aug-2001 Sean Bright

Don't allocated quoted strings unless we are in a META tag.


# b1de7fc9 31-Jul-2001 Zeev Suraski

More TSRMLS_FETCH annihilation. Enough for today...


# bc42c375 31-Jul-2001 Zeev Suraski

More TSRMLS_FETCH work. Got it under 400 now.


# aa1772ca 31-Jul-2001 Zeev Suraski

More TSRMLS_FETCH annihilation


# c43806f4 30-Jul-2001 Zeev Suraski

Zend compatibility patch


# 797a079a 30-Jul-2001 Zeev Suraski

More TSRMLS_FETCH work, and a bit of cleanup


# 7b1c4006 30-Jul-2001 Zeev Suraski

More TSRMLS_FETCH annihilation (Zend compatibility patch)


# d87cc976 28-Jul-2001 Zeev Suraski

Redesigned thread safety mechanism - nua nua


# fe6f8712 27-Jul-2001 Zeev Suraski

- Get rid of ELS_*(), and use TSRMLS_*() instead.
- Move to the new ts_allocate_id() API
This patch is *bound* to break some files, as I must have had typos somewhere.
If you use any unco

- Get rid of ELS_*(), and use TSRMLS_*() instead.
- Move to the new ts_allocate_id() API
This patch is *bound* to break some files, as I must have had typos somewhere.
If you use any uncommon extension, please try to build it...

show more ...


Revision tags: PRE_TSRM_MERGE_PATCH
# cdf0532a 16-Jul-2001 Stanislav Malyshev

Make read always 0-terminate strings


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