History log of /PHP-7.4/ext/sockets/sockets.c (Results 276 – 300 of 367)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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


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


1...<<1112131415