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


Revision tags: php-4.0.6RC1
# 59d4dfc4 09-May-2001 Sterling Hughes

fix crash bug (unlikely, but this is the only place where the reported bug
would make sense, and it can't hurt)...


Revision tags: php-4.0.5, php-4.0.5RC8, php-4.0.5RC7
# 86c2eaf7 10-Apr-2001 Jason Greene

Fix for PR #9729, 9664, 9656, 8667.
All compilers on Solaris should build this extension correctly now.
It turns out the SUN CC, by default, enables a define that enables the use of
#prag

Fix for PR #9729, 9664, 9656, 8667.
All compilers on Solaris should build this extension correctly now.
It turns out the SUN CC, by default, enables a define that enables the use of
#pragma redefine extname in sun header files. This is why cc would work,
and gcc wouldn't.

-Jason

show more ...


Revision tags: php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3
# f6e4cbd4 22-Mar-2001 foobar

Fix bugs: #9920, #9190


Revision tags: php-4.0.5RC2, php-4.0.5RC1
# eb6ba01d 26-Feb-2001 Andi Gutmans

- Fix copyright notices with 2001


# c5baa5ed 02-Feb-2001 Andrei Zmievski

Revert bogus patch and fix it properly.


# 96343bac 02-Feb-2001 Colin Viebrock

Fix for http://bugs.php.net/bugs.php?id=9082

I know switch() is expensive, so someone rewrite this "properly" if you
want.


1...<<11121314