We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
phalcon v1.2.6
php win: 5.4.23 (php.exe -S localhost:8080) deb: 5.4.4-14+deb7u7 (php-fpm)
PHP Fatal error: The argument is not iterable() If headers are not set or not reseted before.
class IndexController extends \Phalcon\Mvc\Controller { public function indexAction() { $this->view->disable(); //$this->response->setHeader('Hello', 'World'); //$this->response->resetHeaders(); $this->response->getHeaders(); return $this->response; } }
The text was updated successfully, but these errors were encountered:
This has been fixed, could you please check?
Sorry, something went wrong.
Oops. My apologies.
No branches or pull requests
phalcon v1.2.6
php
win: 5.4.23 (php.exe -S localhost:8080)
deb: 5.4.4-14+deb7u7 (php-fpm)
PHP Fatal error: The argument is not iterable()
If headers are not set or not reseted before.
The text was updated successfully, but these errors were encountered: