]> granicus.if.org Git - php/commitdiff
- Fixed bug #32730 (ext/crack.c fails to compile with cracklib-2.8.3)
authorfoobar <sniper@php.net>
Sun, 17 Apr 2005 13:27:18 +0000 (13:27 +0000)
committerfoobar <sniper@php.net>
Sun, 17 Apr 2005 13:27:18 +0000 (13:27 +0000)
NEWS
ext/crack/crack.c

diff --git a/NEWS b/NEWS
index 59db2950a5f8a2b2a5ec8b5bd857b4a90629aed7..ff756318c7e4a22bbf07d1a3cb9bb0f96548747c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,7 @@ PHP 4                                                                      NEWS
   them sort based on the current locale. (Derick)
 - Changed sha1_file() and md5_file() functions to use streams instead of 
   low level IO. (Uwe)
+- Fixed bug #32730 (ext/crack.c fails to compile with cracklib-2.8.3). (Jani)
 - Fixed bug #32699 (pg_affected_rows() was defined when it was not available).
   (Derick)
 - Fixed bug #32682 (ext/mssql: Error on module shutdown when called from 
index f8f7eb2d016a1961fb6498e26cde37d46dcb04a4..159423ba772d68d2c4822a57ebd95c2e7a5f0813 100644 (file)
 
 #include <packer.h>
 
+#ifndef STRINGSIZE
+#define STRINGSIZE 1024
+#endif
+
 extern char * FascistLook(PWDICT *pwp, char *instring);
 extern int PWClose(PWDICT *pwp);