We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67222e3 commit f008254Copy full SHA for f008254
tests/dictionary_02.phpt
@@ -2,7 +2,7 @@
2
zstd_uncompress_dict(): streaming decompression with dictionary
3
--SKIPIF--
4
<?php
5
-if (LIBZSTD_VERSION_NUMBER < 10304) die("skip needs libzstd 1.3.4");
+if (ZSTD_VERSION_NUMBER < 10304) die("skip needs libzstd 1.3.4");
6
?>
7
--FILE--
8
zstd.c
@@ -1631,7 +1631,7 @@ ZEND_MINIT_FUNCTION(zstd)
1631
ZSTD_CLEVEL_DEFAULT,
1632
CONST_CS | CONST_PERSISTENT);
1633
1634
- REGISTER_LONG_CONSTANT("LIBZSTD_VERSION_NUMBER",
+ REGISTER_LONG_CONSTANT("ZSTD_VERSION_NUMBER",
1635
ZSTD_VERSION_NUMBER,
1636
1637
REGISTER_STRING_CONSTANT("LIBZSTD_VERSION_STRING",
0 commit comments