ZF2-100: /Zend/Http/Client/Adapter/Proxy broken after changing zend_config options naming convention
Description
The following commit
commit 0f5bf882080a126892c52bef603facbf1c6bd7b6
Author: Ralph Schindler
Date: Fri Aug 19 10:17:13 2011 -0500
Zend\Http
- Various codeing standard cleanups, addition of docblocks
- Added tests to ResponseTest for Zend\Http\Response
- Started refactor of Cookies implementation
changes naming convention for zend_config options and don't use underscores anymore. Yet Proxy Adapter still uses the old naming convention.
Comments
Posted by Sebastian Marek (proofek) on 2011-11-11T13:22:53.000+0000
Patch provided here - https://github.com/proofek/zf2/tree/hotfix/ZF2-100 and pull request sent - https://github.com/zendframework/zf2/pull/588
Posted by Maks 3w (maks3w) on 2012-05-05T13:41:59.000+0000
According to https://github.com/zendframework/zf2/pull/588/ discussion this is not an issue