Changeset 391 for trunk/xcache.c
- Timestamp:
- 2007-05-23T03:00:26+02:00 (6 years ago)
- File:
-
- 1 edited
-
trunk/xcache.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.c
r388 r391 1742 1742 } 1743 1743 if (strlen(admin_pass) != 32) { 1744 php_error_docref(NULL TSRMLS_CC, E_ERROR, "unexpect % d bytes of xcache.admin.pass, expected 32 bytes, the password after md5()",strlen(admin_pass));1744 php_error_docref(NULL TSRMLS_CC, E_ERROR, "unexpect %lu bytes of xcache.admin.pass, expected 32 bytes, the password after md5()", (unsigned long) strlen(admin_pass)); 1745 1745 zend_bailout(); 1746 1746 }
Note: See TracChangeset
for help on using the changeset viewer.

