- we pass the file name as char* not zval* in http_etag() and http_last_modified()
[m6w6/ext-http] / http_auth_api.c
index 645d335ee5ade720303c62a49bc41c101b46add8..5e5bafc07ef3e6387800b494cd341961bc715a15 100644 (file)
 #ifdef HAVE_CONFIG_H
 #      include "config.h"
 #endif
-
 #include "php.h"
-#include "ext/standard/base64.h"
 
 #include "SAPI.h"
+#include "ext/standard/base64.h"
 
 #include "php_http.h"
 #include "php_http_api.h"