php-memory-profiler icon indicating copy to clipboard operation
php-memory-profiler copied to clipboard

Memory profiler for PHP. Helps finding memory leaks in PHP scripts.

Results 17 php-memory-profiler issues
Sort by recently updated
recently updated
newest added

### Description I'm sorry this seems like a dumb question, but I can't find the extension file anywhere. I did the brew install which appeared to work fine ``` Jacaranda:trunk...

bug

```bash # php -v PHP 7.3.32 (cli) (built: Oct 26 2021 15:07:00) ( NTS ) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.3.32, Copyright (c) 1998-2018 Zend Technologies with...

### Description Deep recursion in a PHP script could cause a memory exhaustion. With memprof, deep recursion could cause a stack overflow instead, because memprof forces the VM to use...

enhancement

### Description Hi @arnaud-lb. This is not a not a regular feature request and also not a bug report. But since there is no specific support section and I didn't...

enhancement

You can see the QCacheGrind [screenshot](https://i.imgur.com/AxNZzaF.png). Any idea - is it a bug or a feature?

enhancement

It would be great if there was a stubfile such as https://github.com/JetBrains/phpstorm-stubs/blob/master/redis/Redis.php This would make using the extension much more user-friendly

enhancement

when i build the module they throw the error "ZTS build not supported (yet)"... there a plan to support ? what they need to do to work ?

During bootstrap of the app, using php 7.4 ``` PHP Fatal error: Possible integer overflow in memory allocation (4294967295 * 32 + 32) in //vendor/composer/ClassLoader.php on line 444 In ClassLoader.php...

I want to profile our PHPUnit tests. I would like to limit profiling to test methods themselves, which would mean no data would be collected during bootstrapping and finding test...