@@ -208,7 +208,7 @@ static void sapi_read_post_data(void)
208
208
/* fallback */
209
209
SG (request_info ).post_entry = NULL ;
210
210
if (!sapi_module .default_post_reader ) {
211
- /* no default reader ? */
211
+ /* no default reader? */
212
212
SG (request_info ).content_type_dup = NULL ;
213
213
sapi_module .sapi_error (E_WARNING , "Unsupported content type: '%s'" , content_type );
214
214
return ;
@@ -357,7 +357,7 @@ SAPI_API void sapi_get_default_content_type_header(sapi_header_struct *default_h
357
357
* there is not already a charset option in there.
358
358
*
359
359
* If "mimetype" is non-NULL, it should point to a pointer allocated
360
- * with emalloc(). If a charset is added, the string will be
360
+ * with emalloc(). If a charset is added, the string will be
361
361
* re-allocated and the new length is returned. If mimetype is
362
362
* unchanged, 0 is returned.
363
363
*
@@ -786,7 +786,7 @@ SAPI_API int sapi_header_op(sapi_header_op_enum op, void *arg)
786
786
} else if (!strcasecmp (header_line , "Content-Length" )) {
787
787
/* Script is setting Content-length. The script cannot reasonably
788
788
* know the size of the message body after compression, so it's best
789
- * do disable compression altogether. This contributes to making scripts
789
+ * to disable compression altogether. This contributes to making scripts
790
790
* portable between setups that have and don't have zlib compression
791
791
* enabled globally. See req #44164 */
792
792
zend_string * key = zend_string_init ("zlib.output_compression" , sizeof ("zlib.output_compression" )- 1 , 0 );
@@ -834,7 +834,7 @@ SAPI_API int sapi_send_headers(void)
834
834
return SUCCESS ;
835
835
}
836
836
837
- /* Success-oriented. We set headers_sent to 1 here to avoid an infinite loop
837
+ /* Success-oriented. We set headers_sent to 1 here to avoid an infinite loop
838
838
* in case of an error situation.
839
839
*/
840
840
if (SG (sapi_headers ).send_default_content_type && sapi_module .send_headers ) {
0 commit comments