Skip to content

Commit d7f4161

Browse files
authored
Update server requirement
It now requires PHP 5.3 or higher, since the library uses anonymous functions that became available since PHP5.3 If you use an older version, please continue to use the v1 of the library.
1 parent b7cebe2 commit d7f4161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ file_put_contents($filename . '_obfuscated.php', '<?php ' . "\r\n" . $sObfusatio
9090

9191
## Requirement
9292

93-
* PHP 5.2 or higher (works also with PHP 7.2, ..., 7.4, and beyond!)
93+
* PHP 5.3 or higher (works also with PHP 7.2, ..., 7.4, and beyond!)
9494

9595

9696
## History

0 commit comments

Comments
 (0)