Changeset 918
- Timestamp:
- 06/23/2012 04:40:08 PM (11 months ago)
- Files:
-
- 1 modified
-
trunk/xcache.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.c
r917 r918 3426 3426 3427 3427 dbghelp_MiniDumpWriteDump = (MINIDUMPWRITEDUMP)GetProcAddress(dbghelpModule, "MiniDumpWriteDump"); 3428 if ( dbghelp_MiniDumpWriteDump) {3429 zend_error(E_ERROR, "Unable to enable crash dump saver: %s", "DBGHELP.DLL too old ");3428 if (!dbghelp_MiniDumpWriteDump) { 3429 zend_error(E_ERROR, "Unable to enable crash dump saver: %s", "DBGHELP.DLL too old. Get updated dll and put it aside of php_xcache.dll"); 3430 3430 return; 3431 3431 }

