History log of /PHP-5.5/ext/sockets/sockets.c (Results 151 – 175 of 292)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.


Revision tags: BEFORE_FD_REAPPLY, php-4.3.2
# 4a240c6a 28-May-2003 Ilia Alshanetsky

Fixed compiler warnings.


Revision tags: php-4.3.2RC4, BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2
# 93b154fe 25-Apr-2003 foobar

Some AIX version failed to compile if this was redefined.


# 1e3e1d58 17-Apr-2003 foobar

CS cleanup + NS protection for some functions (used only in sockets.c btw)


# d06232a8 17-Apr-2003 Sara Golemon

Add IPv6 support to ext/sockets


Revision tags: RELEASE_0_6, RELEASE_0_5, init
# 8e15c4da 16-Apr-2003 Moriyoshi Koizumi

compiler warning fix and possible 64bit fix


# ec91e868 16-Apr-2003 Moriyoshi Koizumi

Fixed bug #23080


# da4cf6f9 04-Apr-2003 Moriyoshi Koizumi

Fixed memleak in socket_select


# b78e3c51 04-Apr-2003 Moriyoshi Koizumi

Added cmsghdr check. Now sockets extension can be built under cygwin.


Revision tags: php-4.3.2RC1
# 4f8ae7b1 10-Mar-2003 David Hill

fixing missed int to long with zend_parse_parameters


# 5c90216d 06-Mar-2003 David Hill

64-bit correction to variables passed to zend_parse_parameters
@64-bit correction to variables passed to zend_parse_parameters (Dave)


Revision tags: php-4.3.1, PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# 72b356c1 18-Jan-2003 Ilia Alshanetsky

Removed pointless memory allocation checks.


# 6fb507b5 14-Jan-2003 Ilia Alshanetsky

Changed php_error to php_error_docref().
Removed pointless checks around array_init().


# b506f5c8 31-Dec-2002 Sebastian Bergmann

Bump year.


Revision tags: php-4.3.0, php-4.3.0RC4
# 3cb16973 20-Dec-2002 Sterling Hughes

silly error, will MFH


Revision tags: RELEASE_1_0b3, php-4.3.0RC3
# 3994fbbc 09-Dec-2002 Edin Kadribasic

MFB: Fix for #20894.


# 065104b8 01-Dec-2002 Sterling Hughes

TODO: Cleanup elements that have happened, or most likely won't happen. There
is probably more that should be gone, but its still a move in the right
direction.

Other stuff is ws/fo

TODO: Cleanup elements that have happened, or most likely won't happen. There
is probably more that should be gone, but its still a move in the right
direction.

Other stuff is ws/formatting changes

show more ...


Revision tags: php-4.3.0RC2, RELEASE_1_0b2, BEFORE_RENAMING, php-4.3.0RC1
# 62d10bc9 28-Oct-2002 Sterling Hughes

make one-line read work on win32...

# The implementation of this function is brain-dead, but at least
# now its brain-dead on win32 too... ;-)


Revision tags: php-4.3.0pre2, RELEASE_1_0b1, php-4.3.0pre1
# 2ca6f269 04-Oct-2002 Rasmus Lerdorf

Kill warning


Revision tags: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003
# 06ad8620 30-Sep-2002 Jason Greene

Fix thread safety issue


# a8ca9932 23-Sep-2002 Jason Greene

Implement contstants on win32
@Implement platform independant socket error constants, which benefits error handling


# 56549224 10-Sep-2002 Jason Greene

Fix crash bug and memory leak in vectors
#still need to revisit how these are done, i.e. they are not binary safe


Revision tags: RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2
# b3a19983 28-Aug-2002 Jason Greene

@socket_recvfrom is now binary safe (Jason)
Zero the structure so that when the tcp layer of the OS decides to ignore it,
we do not think we are getting a value


# 1ce75e3a 25-Aug-2002 Jason Greene

Implement socket errno values for UNIX based platforms.
They are all prefixed with SOCKET_ to preserve name space
Win32 will follow...


Revision tags: php-4.2.3RC1
# 980feb5e 16-Aug-2002 Jason Greene

Nuke warnings on strict compilers


12345678910>>...12