Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7.5
-
Fix Version/s: None
-
Component/s: Zend_Amf
-
Labels:None
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?
Issue Links
| This issue depends on: | ||||
| ZF-5388 | Zend_Amf_Server handles arguments wrong |
|
|
|
This has been resolved in the trunk. The change was committed with a bug fix for
ZF-5388and that is pending a merge into the next release.ZF-5388and that is pending a merge into the next release.