1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 19:23:22 +02:00

Added crack extension to php.ini-*

This commit is contained in:
Sander Roobol
2002-03-29 16:32:23 +00:00
parent 346d74a146
commit 4e8f9e2585
2 changed files with 12 additions and 0 deletions
+6
View File
@@ -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:
+6
View File
@@ -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: