Changeset 391 for trunk/xcache.c
- Timestamp:
- 05/23/2007 01:00:26 AM (20 months ago)
- Files:
-
- 1 modified
-
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 }

