History log of /PHP-7.0/ext/sockets/sockets.c (Results 251 – 275 of 329)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 5a67b295 29-Nov-2001 Thies C. Arntzen

fix a crash in socket_connect (if hostname was not resolvable)
initialize max_fd in various fdset function
fix error checking in _read and _write


Revision tags: php-4.1.0RC3, php-4.1.0RC2
# abe67fdb 12-Nov-2001 Markus Fischer

Unified error/warning messages.


# 80a58cd2 12-Nov-2001 Markus Fischer

WS


# 6cc12e14 12-Nov-2001 Markus Fischer

Fix #14020 and some minor leaks.


# 54ca6f05 01-Nov-2001 Daniel Beulshausen

nuke remaining warnings


# d0433b6d 01-Nov-2001 Daniel Beulshausen

make this function static


# 2fba0362 01-Nov-2001 Daniel Beulshausen

- convert to use new zend_parse_parameters API
- unify errormessages + add socket_last_error()
- fix linklibrary under windows
- some streamlining


# 96322654 30-Oct-2001 Markus Fischer

Fix possible leak.


Revision tags: POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1
# 68925208 11-Oct-2001 Stig Bakken

* zend_module_entry change: apino, debug and zts are moved first,
see README.EXTENSIONS file for upgrade help.
@Introduced extension version numbers (Stig)


# 1c7e920a 05-Oct-2001 Sterling Hughes

make this work under OSX


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

2nd phase in back-substitution those macro's

I've got pretty much everything now...


# 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
# ad72c064 19-Sep-2001 Wez Furlong

doh\!


# c6a957e0 19-Sep-2001 Wez Furlong

Fix silly bugs


# 78747bd2 09-Sep-2001 Derick Rethans

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


Revision tags: php-4.0.7RC2
# 54905782 05-Sep-2001 Jason Greene

Prevent incorrect warning message from occuring on an EOF of socket_read.


# 9fe46a52 04-Sep-2001 Jason Greene

Much better fix for non forte compilers on Solaris.
Removed pragma hack.
Renamed socket struct to bsd_socket.


# 580d41b3 24-Aug-2001 Sterling Hughes

Break the entire PHP build

# just kidding, noet work :)


Revision tags: php-4.0.7RC1
# 4d11d908 13-Aug-2001 Rasmus Lerdorf

Track down a few more functions that don't check for 0 args and use
faster mechanism


# 8c497f05 13-Aug-2001 Rasmus Lerdorf

We don't consistently check for args passed to functions that don't
take any args. In some cases we probably want to skip the check for
performance reasons, but in other cases where performa

We don't consistently check for args passed to functions that don't
take any args. In some cases we probably want to skip the check for
performance reasons, but in other cases where performance is unlikely
to be a factor, not throwing a warning on the wrong number of args passed
to a function is at best inconsistent, and at worst it could hide a bug.
So, add a few such checks. There are still lots of cases out there.

show more ...


Revision tags: BEFORE_EXP_MERGE, PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT
# aa1772ca 31-Jul-2001 Zeev Suraski

More TSRMLS_FETCH annihilation


# c43806f4 30-Jul-2001 Zeev Suraski

Zend compatibility patch


Revision tags: PRE_TSRM_MERGE_PATCH
# 69a4760b 25-Jul-2001 Daniel Beulshausen

fix recently discovered api flaws
- nuke first parameter to socket_select (detemine it ourself)
- swap parameters for socket_fd_set, socket_fd_clear & socket_fd_isset
- allow to pass an a

fix recently discovered api flaws
- nuke first parameter to socket_select (detemine it ourself)
- swap parameters for socket_fd_set, socket_fd_clear & socket_fd_isset
- allow to pass an array of sockets to socket_fd_set + socket_fd_clear

show more ...


# 721c562e 16-Jul-2001 Rasmus Lerdorf

Fix a couple of build warnings


# 531ec362 26-Jun-2001 foobar

No need for this constant.


1...<<11121314