summaryrefslogtreecommitdiff
path: root/php.ini-dist
diff options
context:
space:
mode:
authorSander Roobol <sander@php.net>2002-03-29 16:32:23 +0000
committerSander Roobol <sander@php.net>2002-03-29 16:32:23 +0000
commit4e8f9e2585b1016ee2399e38059c8eed4bebb4cf (patch)
treea33e31078c1c23706c01b2e77cd6cce31ae4c162 /php.ini-dist
parent346d74a1464ecfb6bc7b8f7a273774ecf913f45c (diff)
downloadphp-git-4e8f9e2585b1016ee2399e38059c8eed4bebb4cf.tar.gz
Added crack extension to php.ini-*
Diffstat (limited to 'php.ini-dist')
-rw-r--r--php.ini-dist6
1 files changed, 6 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: