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

Dotdeb : PHP packages

Results 18 dotdeb-php issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, I wanted to do some work with PHP pthreads so I installed "php-pear" and "php7.0-dev" (for phpize) in order to have PECL work, but it fails due to missing...

Debian cronjob cleans sessions: 09,39 \* \* \* \* root [ -x /usr/lib/php/sessionclean ] && /usr/lib/php/sessionclean PHP GC can not execute due to /var/lib/phpsessions permissions. And it shouldn't run at...

Dear Guillaume, Please create package php5-pinba for php 5.6.\* on debian wheezy. Thank you.

Hi, While making a script to bench openssl encrypt/decrypt ciphers, I always got a segfault with dotdeb php5 (tried with various php version from dotdeb on different servers). I've tried...

Please consider adding `-n` to skip loading CLI configs. https://github.com/gplessis/dotdeb-php5/blob/master-5.6/wheezy/debian/sessionclean#L12 `Scan for additional .ini files in: /etc/php5/cli/conf.d` ``` # php --ini Configuration File (php.ini) Path: /etc/php5/cli Loaded Configuration File: /etc/php5/cli/php.ini...

When installing php5-msgpack from the 5.6 repo, the above message is displayed. It has to be enabled manually with php5enmod. Is there any reason why it's disabled by default?

Hello, it would be nice to see php5-ev (http://pecl.php.net/package/ev), so it would be easy to maintain updates. I don't know the criteria to include php5 packages to dotdeb, so hope...

The init script is using exec /usr/sbin/php5-fpm --nodaemonize --fpm-config /etc/php5/fpm/php-fpm.conf When you run php5-fpm with --nodaemonize its logging goes to standard out, which makes setting the log locatio in the...