iron-io / iron_mq_php

PHP client for IronMQ.
www.iron.io
BSD 2-Clause "Simplified" License
89 stars 43 forks source link

v3: default values do not work #58

Closed luebbert42 closed 9 years ago

luebbert42 commented 9 years ago

as far as I can see, it must be

 protected $default_values = array(
        'protocol'    => 'https',
        'host'        => 'mq-aws-us-east-1.iron.io',
        'port'        => '443',
        'api_version' => '1',
  );

in IronMq.class.php

luebbert42 commented 9 years ago

obsolete, see #59