History log of /PHP-7.4/ext/standard/file.c (Results 351 – 375 of 692)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 2d1a6e5d 21-May-2003 Wez Furlong

MFB context refcounting and text-mode fopen fixes


Revision tags: BEFORE_FD_REVERT
# 83b7b75c 21-May-2003 Sara Golemon

Implement default contexts. For the moment this is useless
but it will be used soon for connection pooling.


Revision tags: php-4.3.2RC3
# 65d359d7 14-May-2003 Sara Golemon

Fold 'options' parameter into wops->unlink method


Revision tags: RELEASE_0_9b
# 31dc62a9 14-May-2003 Sascha Schumann

MFB segfault fix


# 5126fbe5 14-May-2003 Sara Golemon

Setup unlink() method in wrapper_ops structure, implement unlink in plainfiles wrapper, explicitly set method NULL in other wrappers (for now), and rewrite unlink userland function to call into wrapp

Setup unlink() method in wrapper_ops structure, implement unlink in plainfiles wrapper, explicitly set method NULL in other wrappers (for now), and rewrite unlink userland function to call into wrapper_ops

show more ...


# e364d1f5 05-May-2003 Hartmut Holzgraefe

proto fix


Revision tags: SPL_ALPHA, php-4.3.2RC2
# f4c9feb7 28-Apr-2003 Moriyoshi Koizumi

Added missing sanity check in fgetcsv()


Revision tags: RELEASE_0_6, RELEASE_0_5, init
# 8da5e8e4 11-Apr-2003 Sara Golemon

Export constants to userland


# 87c5019d 08-Apr-2003 Sara Golemon

Switch file_put_contents 'bool use_include_path' to 'int flags' to allow other options such as appending


# 41d4fcd0 08-Apr-2003 Sara Golemon

Add context support to file_put_contents() and readfile(), convert readfile() to zend_parse_parameters usage, fix proto for file_put_contents()


# 1e853b74 08-Apr-2003 Sara Golemon

Added context support to file()


# a45b4258 08-Apr-2003 foobar

file_set_contents -> file_put_contents


# 8001f292 08-Apr-2003 Sara Golemon

Add context support to file_get_contents


# 0e732754 28-Mar-2003 Ilia Alshanetsky

CS


# 0a4282ea 21-Mar-2003 Sterling Hughes

fix segfault in file_set_contents() when the file could not successfully
be opened.


# 862586e3 18-Mar-2003 Wez Furlong

CS fixes


# 0e6fca4f 18-Mar-2003 Stig Bakken

* email address change


Revision tags: php-4.3.2RC1
# 39b8f06f 12-Mar-2003 Sterling Hughes

@ Add the file_set_contents() function, as a complement to the file_get_contents()
@ function. (Sterling)


# 3c9155e0 07-Mar-2003 foobar

Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings.
# Intentionally left out any 'alias' for it, this way 3rd party extension
# maintainers will really NOTICE the change.


# af4aa97d 06-Mar-2003 Stefan Esser

Fixing functionicalls with variable number of parameters...


# 1b53a2d1 28-Feb-2003 Wez Furlong

New user-space functions:
. stream_socket_client() - similar to fsockopen(), but more powerful.
. stream_socket_server() - Creates a server socket.
. stream_socket_accept() - Accept

New user-space functions:
. stream_socket_client() - similar to fsockopen(), but more powerful.
. stream_socket_server() - Creates a server socket.
. stream_socket_accept() - Accept a client connection.
. stream_socket_get_name() - Get local or remote name of socket.

Tidy up some leaks and debug printfs.
Move more streams functions into streamsfuncs.c and streamsfuncs.h.

show more ...


# 050e86fd 28-Feb-2003 Hartmut Holzgraefe

it is still to early in the morning for coding :(


# 80d267e2 28-Feb-2003 Hartmut Holzgraefe

make sure that GNU extensions exist for fnmatch()


# 5def83df 27-Feb-2003 Wez Furlong

Move streams specific stuff from ext/standard/file.c -> ext/standard/streams.c
Move win32 select implementation into win32/.
Will update win32 build in a moment.


# cfd8150b 27-Feb-2003 Wez Furlong

Add a generic meta data api for streams.


1...<<11121314151617181920>>...28