ZF-5831: Zend_Amf_Server getDirectory returns the wrong variable
Description
This issue appears to have been resolved in trunk, revision 13480, but to my surprise this was not fixed in the 1.7.5 release.
public function getDirectory() { return $_directory; }
Should return $this->_directories
My company has developed a basic but highly useful service browser that works with Zend_Amf we'd like to release into the wild as open source, but would like to avoid users having to hack the Server.php file to get it to work. What release can we expect this fix in?
Comments
Posted by Wade Arnold (wadearnold) on 2009-03-16T13:59:10.000+0000
This has been resolved in the trunk. The change was committed with a bug fix for ZF-5388 and that is pending a merge into the next release.
Posted by Wade Arnold (wadearnold) on 2009-03-16T14:15:01.000+0000
The resolution for this issue where committed with the ZF-5388 bug.
Posted by Andy Mayer (ncalishome) on 2009-03-17T19:53:15.000+0000
Thanks for the reply. When you say "next release" I take it you're talking about 1.8?
I just download 1.7.7 and it's still not fixed.
Posted by Wade Arnold (wadearnold) on 2009-03-24T12:49:02.000+0000
The change has been updated into the 1.7 release branch and will be a part of the next mini release. Please let me know more about your service browser! fire me an email!
Posted by Andy Mayer (ncalishome) on 2009-03-25T14:51:44.000+0000
Thanks for the update Wade. I sent you an email this morning with PHP code and a link to an AIR app, so please be on the lookout :)