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.
|
#
405d11e6 |
| 18-Jan-2001 |
Sterling Hughes |
Fix the proto
|
#
69abc1e9 |
| 16-Jan-2001 |
Rasmus Lerdorf |
Kill some warnings
|
Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1 |
|
#
8dca8f0e |
| 03-Jan-2001 |
Jon Parise |
Make socket support compile under Solaris 8 with the Sun WorkShop compiler. PR: 8468
|
Revision tags: php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4 |
|
#
3abdbd3d |
| 12-Dec-2000 |
Stanislav Malyshev |
Fix memory leak
|
#
5dc97420 |
| 12-Dec-2000 |
Stanislav Malyshev |
Fix socket read returning bad values.
|
#
a75b19e0 |
| 03-Dec-2000 |
Sterling Hughes |
- Fix the handling of resource entries - Fix the fd_dealloc() function
|
Revision tags: php-4.0.4RC3 |
|
#
ae631446 |
| 06-Nov-2000 |
Sascha Schumann |
Use socklen_t for getsockopt
|