Changeset 91 for trunk/xcache.c
- Timestamp:
- 07/16/2006 06:30:58 AM (2 years ago)
- Files:
-
- 1 modified
-
trunk/xcache.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.c
r90 r91 1142 1142 1143 1143 PHP_MD5Init(&context); 1144 PHP_MD5Update(&context, Z_STRVAL_PP(pass), Z_STRLEN_PP(pass));1144 PHP_MD5Update(&context, (unsigned char *) Z_STRVAL_PP(pass), Z_STRLEN_PP(pass)); 1145 1145 PHP_MD5Final(digest, &context); 1146 1146

