diff options
| -rw-r--r-- | php.ini-dist | 6 | ||||
| -rw-r--r-- | php.ini-recommended | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/php.ini-dist b/php.ini-dist index 1777ffc5b8..d3c904a3f1 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -451,6 +451,7 @@ allow_url_fopen = On ;extension=php_bz2.dll ;extension=php_ctype.dll ;extension=php_cpdf.dll +;extension=php_crack.dll ;extension=php_curl.dll ;extension=php_cybercash.dll ;extension=php_db.dll @@ -890,6 +891,11 @@ sockets.use_system_read = On ;fbsql.max_results = 128 ;fbsql.batchSize = 1000 +[Crack] +; Modify the setting below to match the directory location of the cracklib +; dictionary files. Include the base filename, but not the file extension. +crack.default_dictionary = "c:\php4\lib\cracklib_dict" + ; Local Variables: ; tab-width: 4 ; End: diff --git a/php.ini-recommended b/php.ini-recommended index a8b170643c..ce216b4293 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -456,6 +456,7 @@ allow_url_fopen = On ;extension=php_bz2.dll ;extension=php_ctype.dll ;extension=php_cpdf.dll +;extension=php_crack.dll ;extension=php_curl.dll ;extension=php_cybercash.dll ;extension=php_db.dll @@ -895,6 +896,11 @@ sockets.use_system_read = On ;fbsql.max_results = 128 ;fbsql.batchSize = 1000 +[Crack] +; Modify the setting below to match the directory location of the cracklib +; dictionary files. Include the base filename, but not the file extension. +crack.default_dictionary = "c:\php4\lib\cracklib_dict" + ; Local Variables: ; tab-width: 4 ; End: |
