Skip to content

Commit 842bf86

Browse files
committed
update documents
1 parent 6e48bdd commit 842bf86

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@
44

55
This extension is similar to the [fileinfo](https://www.php.net/manual/en/book.fileinfo.php) extension, but only one **filemagic** function is provided to make it a simple use.
66

7+
The original name of this package is ```mod_filebin```. It has been changed to ```mod_magic``` since 3.0.1.
8+
79
The **filemagic** function returns the same result as the result of the /bin/file command as a string.
810

11+
***The master branch*** supports PHP 7 and above. For PHP4.3 to PHP 5, use the ```v2``` or ```2.x``` branch.
12+
913
## Installation
1014

1115
```bash

0 commit comments

Comments
 (0)