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

[patch] Remove global variable from amqp.inc #30

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Global variables are bad because anybody can overwrite them. Use function 
instead. It also simplifies the code.

Original issue reported on code.google.com by jakub.vrana@gmail.com on 29 Aug 2012 at 1:51

Attachments: