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

PHP APM (Alternative PHP Monitor)

Results 26 php-apm issues
Sort by recently updated
recently updated
newest added

ZEND_HASH_APPLY_PROTECTION and nApplyCount member are deprecated in php 7.3. > From UPGRADING.INTERNALS c. Protection from recursion during processing circular data structures was refactored. HashTable.nApplyCount and IS_OBJ_APPLY_COUNT are replaced by single...

I would still like to use php-apm. Tried both pecl and compiling without sqllite3, see errors. Using Unbuntu 20.04 LTS with php 7.4 and mysql8 Needs fixing I guess Pecl:...

Using GCC 10 `/usr/bin/ld: .libs/backtrace.o:(.bss+0x0): multiple definition of `apm_globals'; .libs/apm.o:(.bss+0xc0): first defined here ` BTW, don't know if this project is still alive, so a simple bug report (not a...

Compiling php-apm on CentOS 7 server with PHP 7.3.7 (installed from IUS yum repo) is failing. Here are steps to reproduce the problem: ``` phpize ./configure --without-sqlite3 --without-mysql --disable-socket ```...

Starting from php 7.3 protection from recursion has changed, this commit will hopefully make this module compatible with php>=7.3. See: https://github.com/php/php-src/blob/3b9ecb2d65c0d68f18c37b500cedd0440c08fe96/UPGRADING.INTERNALS#L62-L65

is there any windows dll available that supports php 7? The only dll's I have seen are on this page: https://pecl.php.net/package/APM/2.0.3/windows

Hello, Debug mode doesn't work for me (PHP 7) i tried : ./configure --with-debugfile=/tmp/apm.debug

Hi, apm.event_enabled="0" apm.mysql_enabled=On apm.mysql_stats_enabled=On with this settings in apm.ini file I am getting wrong duration values (something like 1519402509) in the stats table, but with apm.event_enabled="1" duration values are correct....

when restart php-fpm,occur the error: NOTICE: PHP message: PHP Warning: PHP Startup: Unable to load dynamic library '/opt/modules/php5.6/lib/php/extensions/no-debug-non-zts-20131226/apm.so' - /opt/modules/php5.6/lib/php/extensions/no-debug-non-zts-20131226/apm.so: undefined symbol: core_globals_id in Unknown on line 0

when load this extension in php.ini,restart php-fpm will occur error :Segmentation fault (core dumped). PHP version:PHP 5.4.45 CentOS 2.6.32-358.el6.x86_64