pecl-dbus
pecl-dbus copied to clipboard
This extension allows you to talk to DBUS services on a system, and also act as a DBUS service.
Hello, as far as i see it needs to be stub-file, which can be added into PHPStorm like described [here].(https://blog.jetbrains.com/phpstorm/2018/03/how-to-provide-stubs-for-phpstorm/) Does anyone used this extension in Laravel? Thanks!
Hello, I'm running into memory leaks over repeated use of pecl-dbus during data retrieval from the bus. I've experimented with OPCache disabled as well to no avail. Sample code used...
PHP 8 changes Object Handlers API to receive zend_object* instead of zval*. Compilation is preserved against 7.x. properties can be retrieved with zend_std_get_properties() for refcounting. Still looking into the memory...
Newbie here, so I may be doing something stupid, but I installed the php-dev and dbus dependencies, and ran the given command but it errors for me: ``` $ phpize...
**Thorough review would be appreciated**. This is the first time I'm working on a PHP extension. I already had some "fun" with memory corruption because I added the new variable...