jon Wed Feb 21 19:37:32 2001 EDT
Modified files:
/php4/ext/standard crypt.c
Log:
The php_rand() and php_srand() functions added in the previous commit
require the inclusion of php_rand.h.
Index: php4/ext/standard/crypt.c
diff -u php4/ext/standard/crypt.c:1.36 php4/ext/standard/crypt.c:1.37
--- php4/ext/standard/crypt.c:1.36 Wed Feb 21 16:24:19 2001
+++ php4/ext/standard/crypt.c Wed Feb 21 19:37:32 2001
@@ -17,7 +17,7 @@
| Rasmus Lerdorf <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
*/
-/* $Id: crypt.c,v 1.36 2001/02/22 00:24:19 jmoore Exp $ */
+/* $Id: crypt.c,v 1.37 2001/02/22 03:37:32 jon Exp $ */
#include <stdlib.h>
#include "php.h"
@@ -48,6 +48,7 @@
#include "php_lcg.h"
#include "php_crypt.h"
+#include "php_rand.h"
/*
The capabilities of the crypt() function is determined by the test programs
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]