diff options
| author | Dmitry Stogov <dmitry@zend.com> | 2013-03-15 16:21:07 +0400 |
|---|---|---|
| committer | Dmitry Stogov <dmitry@zend.com> | 2013-03-15 16:21:07 +0400 |
| commit | c765c81cf68d278708bdee816d636d41e6098d33 (patch) | |
| tree | 6477da83be2071f510ea3787aead8e9460b5ef92 /shared_alloc_win32.c | |
| parent | be020633f245f61183f1e2190a6476f790ccd1c2 (diff) | |
| download | php-git-c765c81cf68d278708bdee816d636d41e6098d33.tar.gz | |
"ZendOptimizerPlus" is renamed to "opcache" to de merged into PHP-5.5 under ext/opcache (the product name is still "Zend Optimizer+")
Diffstat (limited to 'shared_alloc_win32.c')
| -rw-r--r-- | shared_alloc_win32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared_alloc_win32.c b/shared_alloc_win32.c index dc2bfd7a13..7eb93af62f 100644 --- a/shared_alloc_win32.c +++ b/shared_alloc_win32.c @@ -275,7 +275,7 @@ static int create_segments(size_t requested_size, zend_shared_segment ***shared_ } if (sscanf(s, "%p", &default_mapping_base_set[0]) != 1) { zend_shared_alloc_unlock_win32(); - zend_win_error_message(ACCEL_LOG_FATAL, "Bad mapping address specified in zend_optimizerplus.mmap_base", err); + zend_win_error_message(ACCEL_LOG_FATAL, "Bad mapping address specified in opcache.mmap_base", err); return ALLOC_FAILURE; } } |
