antonk5 / php-amqplib

Automatically exported from code.google.com/p/php-amqplib
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Missing a break statement in dump_table function #25

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open a channel as a consumer

What is the expected output? 
No errors
What do you see instead?
an error in the error log when a table of type F is processed by dump table. 
The break statement appears to be missing. Execution falls through to the code 
for a date (type T) table and trows a warning which can be found in "error_log"

What version of the product are you using? 
0.8

On what operating system?
centos

Please provide any additional information below.

Original issue reported on code.google.com by tkelamb...@gmail.com on 15 Aug 2011 at 11:22