History log of /PHP-5.4/ext/sockets/sockets.c (Results 201 – 225 of 260)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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.


# c01ab20f 26-Jun-2001 Sterling Hughes

Bunch of fixes, tested a bit, folks, please test with your scripts. changes
include nuking unnecessary extra copies, fixing handling of optional args,
adding an additional argument.

Bunch of fixes, tested a bit, folks, please test with your scripts. changes
include nuking unnecessary extra copies, fixing handling of optional args,
adding an additional argument.

also, fix socket_read() which used the php_read function by
default (by default, reading 4k would cause 4k calls to the read() function),
now it uses the system's built-in read() function, only uses php_read()
when its explicitly specified.

show more ...


# 5f51da8c 24-Jun-2001 Sascha Schumann

Remove bogus use of volatile and add a note about using inet_ntop
instead.


Revision tags: PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4
# 0d6661b4 12-Jun-2001 Daniel Beulshausen

fix build


# d5e9942b 12-Jun-2001 Daniel Beulshausen

get rid of some getsockname() calls


# 9ddd6300 12-Jun-2001 foobar

Fix the compile problem on some systems that do not have hstrerror()


Revision tags: php-4.0.6RC3
# 81e2cf03 06-Jun-2001 Rasmus Lerdorf

Fix folding and clean up some extensions


# d892b34a 03-Jun-2001 Sterling Hughes

fix this (mea culpa, stray commit)


Revision tags: php-4.0.6RC2
# 304ac03b 01-Jun-2001 Sterling Hughes

ops..

#coffee good


# c6402b2a 01-Jun-2001 Sterling Hughes

# see

.


# 015e1d3d 01-Jun-2001 Sterling Hughes

# testing changes is a good idea.

We were passing the php socket resource identifier to select instead of
the socket fd...


# 91f4eec7 28-May-2001 Andi Gutmans

- tmpbuf is emalloc()'ed so this patch would be faster.


# 65b0e70e 28-May-2001 Wez Furlong

Fix leak


# 1beda9ee 24-May-2001 Stig Bakken

* include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)


# fc741eb7 21-May-2001 Sterling Hughes

one of these days I'll get this commit correct, just you watch!

# must not commit before coffee
# must not commit before coffee
# *ploink*


# b376e5b0 21-May-2001 Sterling Hughes

typo


# 77cf8921 21-May-2001 Sterling Hughes

Fix socket_read to work under Linux again.


# 7d15e8cc 21-May-2001 Sterling Hughes

WS fix (php_read) and correct checking of the return value from inet_aton,
which returns *non-zero* on success (fix by Till Gerken).


# dc38b40e 21-May-2001 Sterling Hughes

Fixed bug where socket_connect() return the wrong value (report and fix by
Till Gerken)


# 9820c2a5 17-May-2001 Daniel Beulshausen

update sockets to work with winsock as well


1234567891011