[PHP-CVS] cvs: php-src /main/streams php_stream_transport.h

2009-02-02 Thread Pierre-Alain Joye
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

[PHP-CVS] cvs: php-src /main/streams php_stream_transport.h

2007-02-04 Thread Andi Gutmans
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-

[PHP-CVS] cvs: php-src /main/streams php_stream_transport.h

2007-01-18 Thread Nuno Lopes
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/

[PHP-CVS] cvs: php-src /main/streams php_stream_transport.h

2003-08-17 Thread Sascha Schumann
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

[PHP-CVS] cvs: php-src /main/streams php_stream_transport.h

2003-07-01 Thread Wez Furlong
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...

[PHP-CVS] cvs: php-src /main/streams php_stream_transport.h

2003-07-01 Thread Wez Furlong
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