]> granicus.if.org Git - php/commitdiff
improve error message
authorAnatol Belski <ab@php.net>
Sun, 4 Oct 2015 12:33:09 +0000 (14:33 +0200)
committerAnatol Belski <ab@php.net>
Sun, 4 Oct 2015 14:36:53 +0000 (16:36 +0200)
ext/opcache/shared_alloc_win32.c

index 9b7bfceec1424fb036ebda84d9adda37babc8072..2a86e6b8144a5428f125d37aee8b4db39e6db111 100644 (file)
@@ -152,7 +152,7 @@ static int zend_shared_alloc_reattach(size_t requested_size, char **error_in)
            info.State != MEM_FREE ||
            info.RegionSize < requested_size) {
            err = ERROR_INVALID_ADDRESS;
-               zend_win_error_message(ACCEL_LOG_FATAL, "Unable to reattach to base address", err);
+               zend_win_error_message(ACCEL_LOG_FATAL, "Base address marks unusable memory region", err);
                return ALLOC_FAILURE;
        }