History log of /PHP-5.4/ext/standard/file.c (Results 476 – 500 of 533)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH
# bfc85c28 15-Jan-2000 Andrei Zmievski

Fix prototype.


# 4423bf9d 15-Jan-2000 Andrei Zmievski

Added ability to set timeout on socket read operations. New function
set_socket_timeout(socket, seconds, microseconds) sets the timeout.
@- Added ability to set timeout on socket read operati

Added ability to set timeout on socket read operations. New function
set_socket_timeout(socket, seconds, microseconds) sets the timeout.
@- Added ability to set timeout on socket read operations through
@ set_socket_timeout() function. (Andrei)

show more ...


# 48e10ec9 06-Jan-2000 Thies C. Arntzen

@- Applied safe-mode patch to popen(). (Patch by Kristian Köhntopp)


# 43ae2bff 01-Jan-2000 Sascha Schumann

Happy Y2K patch! Happy new year (or the new millennium, depending on whether
you start counting at 0 or 1).


Revision tags: PRE_ISSET_TYPE
# e96c5401 21-Dec-1999 Thies C. Arntzen

commented out select() & friends for now - we need to come up with a good API for those!


# 1ad5180f 20-Dec-1999 Andrei Zmievski

getParameters -> zend_get_parameters


Revision tags: PRE_LIBZEND_TO_ZEND
# a1ad2872 18-Dec-1999 Zeev Suraski

- The tree compiles again


# 3ee4e65c 18-Dec-1999 Zeev Suraski

More php3_ annihilation


# fb1c77bd 17-Dec-1999 Zeev Suraski

- Made PHP_VERSION and PHP_OS work again
- More php3_ cleanup
@- Restored the PHP_VERSION and PHP_OS constants (Zeev)


# a3c65143 17-Dec-1999 Zeev Suraski

More php3_ annihilation


# 02d3b394 17-Dec-1999 Zeev Suraski

More php3_ annihilation


Revision tags: PRE_RETURN_REF_MERGE, RETURN_REF_BP
# 33d82cb6 11-Dec-1999 Andrei Zmievski

get_meta_tags() was using php_stristr() so it needed to be changed.
Optimized it to use php_memnstr() directly.


Revision tags: PRE_RETURN_REF_PATCH
# 4a60eed4 05-Dec-1999 Sascha Schumann

Fix some warnings


# 5b983c94 04-Dec-1999 Sascha Schumann

Clean up php3.*\.h files. The files itself are renamed, and references in all
.*\.[ch] files were changed. There is a slight chance that my script missed
a few changes, please correct them ma

Clean up php3.*\.h files. The files itself are renamed, and references in all
.*\.[ch] files were changed. There is a slight chance that my script missed
a few changes, please correct them manually.

show more ...


# 2337d110 30-Nov-1999 Andi Gutmans

- Added opened_path to php_fopen_wrapper() and the URL fopen wrapper (it's not
always properly set, it's a TODO for all of us). This enables us to implement
true 'use' support.
@- Ad

- Added opened_path to php_fopen_wrapper() and the URL fopen wrapper (it's not
always properly set, it's a TODO for all of us). This enables us to implement
true 'use' support.
@- Added support for the 'use' keyword - behaves like 'require', but will not
@ use the same file more than once (Andi & Zeev, Zend library)

show more ...


# d4621153 24-Nov-1999 Sascha Schumann

Killing some unused variable warnings


# 18fb96ef 24-Nov-1999 Evan Klinger

Freeing the memory would be a good idea...


# 633d18de 24-Nov-1999 Evan Klinger

Can't forget fd_isset()


# 769e25e1 24-Nov-1999 Evan Klinger

First attempt at fd_set() and select()
# Please test thoroughly


Revision tags: ZO_B1, ZEND_OPTIMIZER_B1, php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5
# 5f8f410e 14-Nov-1999 Stig Bakken

@Added tmpfile() function (Stig)
Removed the mkstemp stuff and added tmpfile() function instead.


Revision tags: php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2
# 6b69ebf2 26-Oct-1999 Thies C. Arntzen

eliminated warinigs


# 9e001753 16-Oct-1999 Andrei Zmievski

_php3/_php3i -> php rename


# b5c3c7bf 15-Oct-1999 Thies C. Arntzen

files are now resources, file.c is thread-safe, the le_ vars are no longer shared,
but they are accessible thru "php_file_le_socket(), php_file_le_uploads()..."
i also updated the ftp, pdf an

files are now resources, file.c is thread-safe, the le_ vars are no longer shared,
but they are accessible thru "php_file_le_socket(), php_file_le_uploads()..."
i also updated the ftp, pdf and file-upload stuff to match the new requirements.
@- Cleaned up File-Module (Thies)

show more ...


# e2d66a6d 13-Oct-1999 Thies C. Arntzen

new api fo dl() - renamed php3_dl to php_dl (added compat header)


# 0cc16414 12-Oct-1999 Thies C. Arntzen

starting to clean-up/new API'ize and resourcify the file-stuff - nothing happened yet - just renaming things around.


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