Edit report at https://bugs.php.net/bug.php?id=64630&edit=1

 ID:                 64630
 User updated by:    alejosimon at gmail dot com
 Reported by:        alejosimon at gmail dot com
 Summary:            Opcache failed to start on PHP x64 build
-Status:             Feedback
+Status:             Open
 Type:               Bug
 Package:            opcache
 Operating System:   Windows 7 Pro x64
 PHP Version:        5.5.0beta3
 Block user comment: N
 Private report:     N

 New Comment:

Yes! I do. ;-) look:

; http://php.net/extension-dir
extension_dir = "./ext"

[opCache]
zend_extension = php_opcache.dll
opcache.memory_consumption = 128
opcache.enable_cli = 1


Previous Comments:
------------------------------------------------------------------------
[2013-04-11 13:34:12] paj...@php.net

do you use zend_extension to load it in your php.ini?

------------------------------------------------------------------------
[2013-04-11 13:23:52] alejosimon at gmail dot com

Description:
------------
Simply, opcache.dll extesión not start in x64 compiled version of PHP.


Test script:
---------------
<?php

  echo "not necessary" ;

?>

Expected result:
----------------
A successful start.

Actual result:
--------------
Don't start.


------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=64630&edit=1

Reply via email to