Re: [PHP-BUG] Bug #78721 [NEW]: opcache_is_script_cached() fails
[email protected] (Jan Ehrhardt)
| Newsgroups | php.qa |
|---|---|
| Message-ID | <[email protected]> |
"v-altruo at microsoft dot com" in php.qa (Tue, 22 Oct 2019 18:57:09 +0000):
>From: v-altruo at microsoft dot com
>Operating system: Windows Server 2012 R2
>PHP version: 7.4.0RC4
>Package: Testing related
>Bug Type: Bug
>Bug description:opcache_is_script_cached() fails
>
>Description:
>------------
>This only fails on this windows operating system for the x86 TS build
>with opcache enabled.
Did you build PHP 7.4.0RC4 yourself? I tried to reproduce all your bugreports
on a Windows 7 Pro system:
=====================================================================
Number of tests : 206 202
Tests skipped : 4 ( 1.9%) --------
Tests warned : 0 ( 0.0%) ( 0.0%)
Tests failed : 0 ( 0.0%) ( 0.0%)
Tests passed : 202 ( 98.1%) (100.0%)
---------------------------------------------------------------------
Time taken : 37 seconds
=====================================================================
This is with these builds of PHP 7.4.0RC4
https://phpdev.toolsforresearch.com/php-7.4.0RC4-Win32-vc15-x86.htm
https://phpdev.toolsforresearch.com/php-7.4.0RC4-Win32-vc15-x86.zip
cmdline:
php -doutput_buffering=0 /php-sdk/php74dev/run-tests.php
/php-sdk/php74dev/ext/opcache -q --show-diff
php.ini:
[PHP]
include_path = ".;/php-sdk/php74dev/ext/opcache"
extension_dir = "ext"
extension=mbstring
extension=zend_test
zend_extension=opcache
TEST_PHP_EXECUTABLE:
N:\php-sdk\php74dev\Release_TS\php-7.4.0RC4\php.exe
PHP 7.4.0RC4 (cli) (built: Oct 22 2019 23:14:25) ( ZTS Visual C++ 2017 x86 )
Copyright (c) The PHP Group
Zend Engine v3.4.0-dev, Copyright (c) Zend Technologies
with Zend OPcache v7.4.0RC4, Copyright (c), by Zend Technologies
--
Jan