mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
typo fixes - https://github.com/vlajos/misspell_fixer
Conflicts: ext/ftp/ftp.h ext/pcre/pcrelib/pcre_printint.c ext/pcre/pcrelib/sljit/sljitLir.c ext/pcre/pcrelib/sljit/sljitLir.h ext/pcre/pcrelib/sljit/sljitNativeARM_32.c ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c ext/pgsql/pgsql.c ext/phar/func_interceptors.c ext/soap/soap.c ext/standard/image.c
This commit is contained in:
parent
5ef138b0c7
commit
4dc994571d
82 changed files with 187 additions and 187 deletions
|
@ -1378,7 +1378,7 @@ size_t php_http_parser_execute (php_http_parser *parser,
|
|||
/* Here we call the headers_complete callback. This is somewhat
|
||||
* different than other callbacks because if the user returns 1, we
|
||||
* will interpret that as saying that this message has no body. This
|
||||
* is needed for the annoying case of recieving a response to a HEAD
|
||||
* is needed for the annoying case of receiving a response to a HEAD
|
||||
* request.
|
||||
*/
|
||||
if (settings->on_headers_complete) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue