Index: php.ini-dist =================================================================== RCS file: /repository/php4/php.ini-dist,v retrieving revision 1.115 diff -u -r1.115 php.ini-dist --- php.ini-dist 26 Mar 2002 19:59:26 -0000 1.115 +++ php.ini-dist 28 Mar 2002 18:52:57 -0000 @@ -451,6 +451,7 @@ ;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 @@ -499,6 +500,11 @@ ;;;;;;;;;;;;;;;;;;; ; Module Settings ; ;;;;;;;;;;;;;;;;;;; + +[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' [Syslog] ; Whether or not to define the various syslog variables (e.g. $LOG_PID, Index: php.ini-recommended =================================================================== RCS file: /repository/php4/php.ini-recommended,v retrieving revision 1.68 diff -u -r1.68 php.ini-recommended --- php.ini-recommended 21 Mar 2002 06:25:42 -0000 1.68 +++ php.ini-recommended 28 Mar 2002 18:52:57 -0000 @@ -456,6 +456,7 @@ ;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 @@ -504,6 +505,11 @@ ;;;;;;;;;;;;;;;;;;; ; Module Settings ; ;;;;;;;;;;;;;;;;;;; + +[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' [Syslog] ; Whether or not to define the various syslog variables (e.g. $LOG_PID,