History log of /PHP-5.6/ext/sockets/sockets.c (Results 201 – 225 of 297)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 494d2d0d 09-Mar-2002 Jason Greene

Fix build on win32


# 3c9c8364 09-Mar-2002 Jason Greene

Fixed bug where NULL specified in sec was not waiting infinately as it should
Fixed bug where socket_select was not producing an error message on error
Fixed bug where -1 was getting returned

Fixed bug where NULL specified in sec was not waiting infinately as it should
Fixed bug where socket_select was not producing an error message on error
Fixed bug where -1 was getting returned instead of FALSE in socket_recv(),
socket_send(), socket_sendto(), and socket_select()

show more ...


# 165a97c9 06-Mar-2002 Jason Greene

Sockets Rework Patch 3 of 3
Nuked all fd code
Rewrote socket_select to use arrays instead of the fd code
(This has the side-effect of fixing quite a few bugs)


# e228b168 06-Mar-2002 Jason Greene

Socket Rework Patch 2
Redesigned socket_recv() as outlined on php-dev
Modified socket_last_error() to no longer clear the error
Added socket_clear_error()
Fixed socket_set_nonblock()

Socket Rework Patch 2
Redesigned socket_recv() as outlined on php-dev
Modified socket_last_error() to no longer clear the error
Added socket_clear_error()
Fixed socket_set_nonblock()
Added socket_set_block()
Fixed a proto
Saved 1 byte of RAM : )

show more ...


# 7d7b1ae9 05-Mar-2002 Jason Greene

Style Improvement


# c6c7380d 04-Mar-2002 Jason Greene

Style mismatch: Jon's catch


# 03baef7a 04-Mar-2002 Jason Greene

Patch 1 of 3 (2 in 3 still in progress) of sockets rework
Abstracted string -> ipv4 value conversion which unifies all functions
Standardized Host Lookups
Fixed Broken host error values

Patch 1 of 3 (2 in 3 still in progress) of sockets rework
Abstracted string -> ipv4 value conversion which unifies all functions
Standardized Host Lookups
Fixed Broken host error values
Fixed error detection in sendmsg
Added some safety struct zeroing
Modified bind to consitentlyy use sockaddr_storage(not just for AF_UNIX)
#Note this could potentially break the build on other platforms, as I have
#not tested them yet (Will soon though)

show more ...


Revision tags: php-4.1.2
# 0a2438b0 15-Feb-2002 Jason Greene

Fix parse string
(Since arg6 is initialized at null this still catches the wrong param condition)


Revision tags: BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH
# 53911433 27-Jan-2002 Jon Parise

Use socklen_t (instead of int) where appropriate.


# d7523c88 27-Jan-2002 Jon Parise

Because php_network.h includes <sys/socket.h>, it must be included after
_XPG4_2 is defined.

This fixes the build under Solaris 8.


# 98220d2a 09-Jan-2002 Markus Fischer

- Correct some protos.


# 4afe145a 08-Jan-2002 Sterling Hughes

Changed proto via Georg Richter's request.


# 6e1878b0 06-Jan-2002 Stig Venaas

Added some consts for arguments in network.c declarations. Moved
php_sockaddr_storage to php_network.h and added check for struct
sockaddr_storage


Revision tags: php-4.1.1
# 2807e174 14-Dec-2001 Jason Greene

Add myself as a maintainer


Revision tags: PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog
# 38933514 11-Dec-2001 Sebastian Bergmann

Update headers.


Revision tags: php-4.1.0
# 7a3c3e85 06-Dec-2001 Hartmut Holzgraefe

proto fix


# 49c3d762 06-Dec-2001 Jason Greene

Fix broken format string in socket_recv -> zend_parse_parameters
Rewrote socket_setopt and socket_getopt to be cleaner
@Added support for SO_RCVTIMEO and SO_SNDTIMEO to ext/sockets (Jason)


Revision tags: php-4.1.0RC5, php-4.1.0RC4
# 3ee263e3 29-Nov-2001 Thies C. Arntzen

i'm sure i had this compile before;-)


# 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


12345678910>>...12