- fixed access of super globals
[m6w6/ext-http] / http_cache_api.c
index a03a9616f1dba581c81b7b706681dc268a57c1c1..582c3ccd455d764b26fcec0134ec58dff88080ea 100644 (file)
@@ -85,6 +85,7 @@ PHP_HTTP_API zend_bool _http_match_last_modified_ex(const char *entry, time_t t,
        if ((chr_ptr = strrchr(modified, ';'))) {
                chr_ptr = 0;
        }
+       
        retval = (t <= http_parse_date(modified));
        efree(modified);
        return retval;