Rewrote shell_exec(curl...) to PHP5 cURL function

* Added HISTORY file
* Bumped to version 0.2
* Updated README with PHP5 cURL module
This commit is contained in:
2014-07-31 13:37:07 +02:00
parent 0a91559a67
commit 72dae5c75b
3 changed files with 18 additions and 2 deletions

View File

@@ -13,6 +13,9 @@ Or run it with 'php wie.php'. To display the help, type:
./wie.php --help
## Requirements ##
The script requires PHP5 and the PHP5 cURL module (php5-curl on Debian systems).
## Thanks ##
Many thanks goes to flinga who came up with the idea for this script, please see
the THANKS file for more information.