3 Replies Latest reply: Jul 25, 2011 6:58 AM by hidarikani RSS

    Connecting to PHP in FB 4.5 bugs

    hidarikani Community Member

      Associative PHP arrays are no longer converted to Objects when transferred via AMF.

      They are converted to ArrayCollections of length 0.

      I create an associative array on the PHP side:

      $foo['bar'] = 'test';
      

      And with FB 4.0 I get an object on the client:

      {foo='bar'}
      

      FB 4.5 somehow generated services that return an ArrayCollection