]> 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:10:35 +0000 (18:10 +0000)
committerGustavo André dos Santos Lopes <cataphract@php.net>
Tue, 1 Feb 2011 18:10:35 +0000 (18:10 +0000)
commitda0e2a416f63315474af4bca95932dec3f08607b
treea729382dd74c5d68cd545257556b443b9edc6470
parent6157793026660e3d721a0ea6e4003e29d102f876
- 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