krakjoe / apcu-bc

APCu Backwards Compatiblity Module
Other
33 stars 15 forks source link

APC Information not showing in phpinfo #30

Closed Nirjonadda closed 5 years ago

Nirjonadda commented 5 years ago

APC Information not showing in phpinfo page with v1.0.5 update.

phpinfo page with v1.0.4 this show about APC and APCu info.

ScreenShot00997

phpinfo page with v1.0.5 this show about only APCu, not APC info.

ScreenShot00998

remicollet commented 5 years ago

Sorry, cannot reproduce:

$ php -i
...

apc

APC Compatibility => 1.0.5

apcu

APCu Support => Enabled
Version => 5.1.17
...
Nirjonadda commented 5 years ago

@remicollet Please can you check with PHP Version 7.3.3 installation? Also I think this happened with 1.0.5 because some php info removed.

What has changed in 1.0.5?

- fix skipif.inc path in test suite
- remove APCU version from phpinfo
- remove Build date from phpinfo
remicollet commented 5 years ago

Yes apcu version was removed from apcu_bc information,

Nirjonadda commented 5 years ago

OK but why are not showing APC info? Do you checked out with PHP Version 7.3.3 installation?

remicollet commented 5 years ago

OK but why are not showing APC info?

No idea

php -v
php -m
php --ri apc

Do you checked out with PHP Version 7.3.3 installation?

Yes, the paste above (well, 7.3.4 and also 7.2, 7.1 and 7.0)

remicollet commented 5 years ago

No news, closing