Changeset 918 for trunk/xcache.c
- Timestamp:
- 2012-06-23T16:40:08+02:00 (11 months ago)
- File:
-
- 1 edited
-
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 }
Note: See TracChangeset
for help on using the changeset viewer.

