php-meminfo icon indicating copy to clipboard operation
php-meminfo copied to clipboard

PHP extension to get insight about memory usage

Results 40 php-meminfo issues
Sort by recently updated
recently updated
newest added

**STR** 1) Run the script. ```php namespace AAA; $mem = new \ArrayObject([1, 2, 3]); $_SERVER = []; unset($argc, $argv); $fiber = new \Fiber(static function() use ($mem): void { echo "Run...

Fixes: #129 STR: 1) create classes ```php if (\PHP_VERSION_ID >= 80000) { class TokenPolyfill extends \PhpToken { } return; } class TokenPolyfill { private static array $identifierTokens; } ``` 2)...

**TL;DR;** Weird thing happens with php8+ when using Amazon Linux 2. Using docker images from php for php8+ the same test pasts. Issue appears to be related to the specific...

Hello, I just submitted a PR to include your extension in Nix. Would it be possible to create a new tag so that we know which tags works for which...

Add the ability to build the Analyzer command as a phar file: meminfo.phar The meminfo.phar file can be built using ./bin/build-phar.sh as part of a release. The build script will;...

This PR suggests a new command **top-ranges** to follow the evolution of the volume of instances by the range as an indicator. Given a directory of dump files, generated over...

The last version released was 1.1.1 which does not compile with PHP 8, but I see PHP 8-compatibility code was added to this repository in 2021. Please release a new...

Dear @BitOne, It is possible to have new supports since latest build (2021-02-17), 4 years soon? PHP 8.4 has been released this week. Thanks in advance.