Edit report at https://bugs.php.net/bug.php?id=64926&edit=1
ID: 64926 User updated by: gertrainer dot bitterlich at ima-dresden dot de Reported by: gertrainer dot bitterlich at ima-dresden dot de Summary: 64-Bit-PHP crashes with Opcache -Status: Feedback +Status: Closed Type: Bug Package: opcache Operating System: Windows 7 Pro 64-Bit PHP Version: 5.5.0RC2 Block user comment: N Private report: N New Comment: Thank you for the answer. If I use in the php.ini opcache.mmap_base = 0x20000000 then it works without error. Previous Comments: ------------------------------------------------------------------------ [2013-05-27 10:10:13] larue...@php.net and the suggests value of the option could be found here: http://kb.zend.com/index.php?View=entry&EntryID=454 ------------------------------------------------------------------------ [2013-05-27 10:02:51] larue...@php.net please refer to "opcache.mmap_base" : https://github.com/laruence/ZendOptimizerPlus ------------------------------------------------------------------------ [2013-05-27 06:53:06] gertrainer dot bitterlich at ima-dresden dot de Description: ------------ If I use php-5.5.0RC2-nts-Win32-VC11-x64, I get the following error messages. With PHP 5.5RC2 32-Bit there is no error. Browser-Page: HTTP-Fehler 500.0 - Internal Server Error Application Event-Log-Error message: - <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> - <System> <Provider Name="Zend OPcache" /> <EventID Qualifiers="0">487</EventID> <Level>2</Level> <Task>0</Task> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2013-05-27T06:27:21.000000000Z" /> <EventRecordID>175283</EventRecordID> <Channel>Application</Channel> <Computer>pan-w7.ima-dresden.local</Computer> <Security /> </System> - <EventData> <Data>Unable to reattach to base address</Data> <Data>Es wurde versucht, auf eine unzulässige Adresse zuzugreifen.</Data> </EventData> </Event> This is allways in connection with PHP scripts, witch are called over AJAX requests. If I deactivate OPCache in the php.ini, then it works correct. ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=64926&edit=1