[fw-general] [ZF2 2.0.6] ReCaptcha is broken?

2013-01-08 Thread cmple
Hi, I get the following error when submitting the form with ReCaptcha: File: /***/vendor/zendframework/zendframework/library/Zend/Http/Response.php:449 Message: *Error parsing body - doesn't seem to be a chunked message* Stack trace: #0 /***/vendor/zendframework/zendframework/lib

RE: [fw-general] [ZF2 2.0.6] ReCaptcha is broken?

2013-01-08 Thread Demian Katz
Did you see this open issue? https://github.com/zendframework/zf2/issues/3267 I was able to work around the problem by rolling back this commit: https://github.com/zendframework/zf2/commit/66f269f354636c5764a1ae78157347a639ae63f8#library/Zend/Http/Client/Adapter/Socket.php - Demian > -Orig

[fw-general] ZF2 + ZendStudio + RemoteDevServer

2013-01-08 Thread Terre Porter
Hello, I'm having problems figuring out how to handle zf2 remote development and composer. I currently have a Linux development virtual machine, that I connect using samba, then I create a local project and use the FileSync plugin. This worked fine for ZF1, even with a Git repo. Now wit

[fw-general] RE: [ZF2 2.0.6] ReCaptcha is broken?

2013-01-08 Thread cmple
@demiankatz, is this going into the next release? (2.0.7) demiankatz wrote > Did you see this open issue? > > https://github.com/zendframework/zf2/issues/3267 > > I was able to work around the problem by rolling back this commit: > > https://github.com/zendframework/zf2/commit/66f269f354636c57

RE: [fw-general] RE: [ZF2 2.0.6] ReCaptcha is broken?

2013-01-08 Thread Demian Katz
I only rolled back the change locally -- I didn't submit a pull request, as I'm not sure what side effects my workaround might have. I suspect it may break some other use cases at the same time that it fixes mine (after all, I assume that the change that caused the problem was accepted for some