History log of /PHP-8.0/ext/standard/fsock.c (Results 126 – 150 of 183)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 86624dfa 13-Jan-2001 Zeev Suraski

- Fix exec() bug
- Merge fsock and file globals


Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1
# 73c0f4b4 20-Dec-2000 Andi Gutmans

- Use memcmp() instead of ugly char-by-char compare


Revision tags: php-4.0.4REL
# f487f596 19-Dec-2000 Stanislav Malyshev

Fix possible crash


Revision tags: php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3
# 3dc7fc54 28-Oct-2000 Zeev Suraski

- URL-opened files now store the HTTP response header in $http_response_header
- Some layout updates


# 33d15279 18-Oct-2000 Stig Venaas

Removed some zval_dtor calls. There were two more than needed, and I had
just added two more...


# afdf0e75 18-Oct-2000 Stig Venaas

Added some missing zval_dtor calls in php_fsockopen()


Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1, php-4.0.2
# b79db079 27-Aug-2000 Andi Gutmans

- Fix possible overflow in fsockopen().


Revision tags: PRE_LIBMYSQL_REVERT, php-4.0.2RC1, PRE_FILE_COMPILE_API_CHANGE, PRE_METHOD_CALL_SEPERATE_FIX_PATCH, php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC
# 520602ae 19-Jun-2000 Thies C. Arntzen

(fsockopen) fix #5090


Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH
# 3701bc42 05-Jun-2000 Andi Gutmans

- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch


Revision tags: php-4.0.0
# e043439f 18-May-2000 Zeev Suraski

Update the license with the new clause 6


Revision tags: php-4.0RC2, PHP-4.0-RC1
# 99e0b363 06-Mar-2000 Stig Bakken

@Cleaned up extension namespace (Stig)
Cleaned up extension namespace, and changed ext/standard into one single
extension.


Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1
# 86fa2aad 19-Feb-2000 Zeev Suraski

the pipe is breaking all the time


Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000
# 80bdd19e 11-Feb-2000 Zeev Suraski

Fine tune Andi's patch


# 29280bb9 10-Feb-2000 Andi Gutmans

- Get rid of some more evil MSVC5's and switch standard/ to use PHP_WIN32


Revision tags: BEFORE_SAPIFICATION_FEB_10_2000
# 0c535aa3 02-Feb-2000 Andrei Zmievski

(php_sock_fgets) Respect timeout event.


# a753430f 01-Feb-2000 Andrei Zmievski

- Implemented socket_get_status() function. Some more stuff can be added
to it in the future.
- Renamed set_socket_timeout() to socket_set_timeout()
- Renamed set_socket_blocking() to s

- Implemented socket_get_status() function. Some more stuff can be added
to it in the future.
- Renamed set_socket_timeout() to socket_set_timeout()
- Renamed set_socket_blocking() to socket_set_blocking() but kept the
old name for compatibility. It now outputs a warning that
set_socket_timeout() is deprecated but still goes through.
@ Added socket_get_status() function. Renamed:
@ set_socket_timeout() -> socket_set_timeout()
@ set_socket_blocking() -> socket_set_blocking(). (Andrei)

show more ...


# fc678100 28-Jan-2000 Zeev Suraski

post.c really had nothing to do with POST anymore, and it belongs to the top level directory


# 62114c18 17-Jan-2000 Zeev Suraski

Destructors no longer return ints, the low level problem it was intended to solve is long gone now...


Revision tags: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH
# 2fc0dac0 15-Jan-2000 Andrei Zmievski

(php_sockwait_for_data) timeout is not assigned yet, so check the right one.


# 44a712d8 15-Jan-2000 Sascha Schumann

(php_sockwait_for_data) clean up


# 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 ...


# 73657092 10-Jan-2000 Zeev Suraski

@- Fixed a crash in pfsockopen() (Zeev)


# 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
# 9ea9ca32 20-Dec-1999 Evan Klinger

Ex API and UDP support.
@- Added UDP support in fsockopen() (Evan).
# UDP activated with "udp://hostname"


Revision tags: PRE_LIBZEND_TO_ZEND
# 3ee4e65c 18-Dec-1999 Zeev Suraski

More php3_ annihilation


12345678