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
Following yaf_response methods are missing implementation in yaf_response_http:
/** {{{ proto public Yaf_Response_Abstract::setHeader($name, $value, $replace = 0) */ PHP_METHOD(yaf_response, setHeader) { RETURN_FALSE; } /* }}} */ /** {{{ proto protected Yaf_Response_Abstract::setAllHeaders(void) */ PHP_METHOD(yaf_response, setAllHeaders) { RETURN_FALSE; } /* }}} */ /** {{{ proto public Yaf_Response_Abstract::getHeader(void) */ PHP_METHOD(yaf_response, getHeader) { RETURN_NULL(); } /* }}} */ /** {{{ proto public Yaf_Response_Abstract::clearHeaders(void) */ PHP_METHOD(yaf_response, clearHeaders) { RETURN_FALSE; }
The text was updated successfully, but these errors were encountered:
的确漏了 用最新版吧
Sorry, something went wrong.
No branches or pull requests
Following yaf_response methods are missing implementation in yaf_response_http:
The text was updated successfully, but these errors were encountered: