fix memset arg order
[m6w6/ext-http] / tests / etag001.phpt
index 40b578dae52052c65b67f44ca4d065c9471a891f..4a866814a7a5697ede701700f9aa6a1f39745781 100644 (file)
@@ -1,9 +1,11 @@
 --TEST--
 etags with hash
 --SKIPIF--
-<?php include "skipif.inc"; ?>
---EXTENSIONS--
-hash
+<?php 
+include "skipif.inc"; 
+_ext("hash"); 
+version_compare(PHP_VERSION, "5.4.0", ">=") or die("skip PHP>=5.4 required");
+?>
 --FILE--
 <?php
 $body = new http\Message\Body;