]> granicus.if.org Git - php/commit
- Fixed several comparisons that always result in true of false
authorGustavo André dos Santos Lopes <cataphract@php.net>
Tue, 1 Feb 2011 18:11:16 +0000 (18:11 +0000)
committerGustavo André dos Santos Lopes <cataphract@php.net>
Tue, 1 Feb 2011 18:11:16 +0000 (18:11 +0000)
commitc6ccc4328560799f8532e0dd14fecea46245db15
tree5393e1bc57758244af82e37a57182233594b5c46
parent44cd358f04249852e724c4288ef6b0584fad0354
- Fixed several comparisons that always result in true of false
  due to signedness of one of the operands, either by removing
  dead code or fixing it.
- Thrown some comments around in php_stream_get_record.
- See http://www.mail-archive.com/internals@lists.php.net/msg49525.html
ext/standard/streamsfuncs.c
main/network.c
main/streams/filter.c
main/streams/streams.c