php-src/ext/sockets
Chris Vandomelen 989d471643 Hopefully made some compile fixes for Solaris ("sun" is an already defined
symbol on Solaris.. s_un isn't...), and corrected bugs with checking for a
string by checking if Z_STRVAL_PP(ptr) == NULL instead of
Z_STRLEN_PP == 0, causing segfaults when uninitialized values were passed
into certain functions.
@- Attempted to make compile fixes for Solaris in ext/sockets/sockets.c (Chris Vandomelen)
# OK, so I have a tendency to make lots and lots of bug fixes in big spurts..
2000-10-22 07:54:49 +00:00
..
config.m4 Corrected some bugs dealing with compile failures (should now compile 2000-10-22 06:45:03 +00:00
Makefile.in * Makefile.in 2000-07-03 04:35:57 +00:00
php_sockets.h make ZTS mode compile 2000-09-07 12:32:47 +00:00
sockets.c Hopefully made some compile fixes for Solaris ("sun" is an already defined 2000-10-22 07:54:49 +00:00
sockets.php * Makefile.in 2000-07-03 04:35:57 +00:00