Tom McDonald created PROTON-539:
-----------------------------------
Summary: Incorrect operator on line 283 of proton.php
Key: PROTON-539
URL: https://issues.apache.org/jira/browse/PROTON-539
Project: Qpid Proton
Issue Type: Bug
Components: php-binding
Affects Versions: 0.6
Reporter: Tom McDonald
Line 283 uses the dot operator on the $inst object where it should be using the
-> operator.
If line 283 is executed, the php interpreter stops with the following error:
{noformat}
PHP Fatal error: Call to undefined function get_object() in
/usr/share/php/proton.php on line 283
{noformat}
--
This message was sent by Atlassian JIRA
(v6.2#6252)