Changes between Version 2 and Version 3 of BuildPHPWithMcrypt
- Timestamp:
- Nov 12, 2004, 2:15:55 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildPHPWithMcrypt
v2 v3 14 14 1. restart apache 15 15 16 = Debian & PHP with MCRYPT = 17 18 A much easier process :) 19 20 1. apt-get install php4-mcrypt 21 1. egrep -R /etc/php4/ mcrypt\.so * 22 1. If there were no results from the egrep command, add "extension=mcrypt.so" to php.ini (usually the apt-get step takes care of editing php.ini for you automatically) 23 1. Restart Apache 16 24 17 25