You are viewing a plain text version of this content. The canonical link for it is here.
Posted to proton@qpid.apache.org by "Tom McDonald (JIRA)" <ji...@apache.org> on 2014/03/25 19:24:31 UTC

[jira] [Created] (PROTON-539) Incorrect operator on line 283 of proton.php

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)