pajoye Mon Feb 2 09:49:41 2009 UTC
Modified files:
/php-src/main/streams php_stream_transport.h
Log:
- silent compiler warning about socklen_t benign redefinition
http://cvs.php.net/viewvc.cgi/php-src/main/streams/php_stream_transport.h?r1=1.17&r2=1.18&d
andiMon Feb 5 05:15:49 2007 UTC
Modified files:
/php-src/main/streams php_stream_transport.h
Log:
- Make sure to be ANSI C compliant
http://cvs.php.net/viewvc.cgi/php-src/main/streams/php_stream_transport.h?r1=1.14&r2=1.15&diff_format=u
Index: php-
nlopess Thu Jan 18 16:06:29 2007 UTC
Modified files:
/php-src/main/streams php_stream_transport.h
Log:
MFB: use only 2 bits
http://cvs.php.net/viewvc.cgi/php-src/main/streams/php_stream_transport.h?r1=1.13&r2=1.14&diff_format=u
Index: php-src/main/streams/
sas Sun Aug 17 09:49:52 2003 EDT
Modified files:
/php-src/main/streams php_stream_transport.h
Log:
One bit fields need to be unsigned, otherwise there is no storage for
the sign bit
"A signed bit field has a length of 1 bit."
Index: php-src
wez Tue Jul 1 21:35:39 2003 EDT
Modified files:
/php-src/main/streams php_stream_transport.h
Log:
socklen_t needs this.
We might need some more magic to ensure that socklen_t gets defined in
the correct places; lets see if any more problems arise...
wez Tue Jul 1 15:51:07 2003 EDT
Modified files:
/php-src/main/streams php_stream_transport.h
Log:
size_t -> socklen_t
fixes warnings under macosx
Index: php-src/main/streams/php_stream_transport.h
diff -u php-src/main/streams/php_stream_transport