Your message dated Mon, 29 Feb 2016 13:54:54 +0100
with message-id 
<[email protected]>
and subject line Re: [Pkg-php-pecl] Bug#816278: php-xdebug: PHP 5.6 support
has caused the Debian Bug report #816278,
regarding php-xdebug: PHP 5.6 support
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
816278: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=816278
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: php-xdebug
Version: 2.4.0~rc4-1
Severity: important

Dear Maintainer,

Recent package changelog messages (such as "Implement a dual PHP 5.6 and 7.0
build for PHP xdebug extension") suggest support for PHP 5.6 in xdebug package.

However, php-xdebug only provides extension for the 20151012 API, provided
by php7.0 packages (and depends on these), despite configuring it for 5.6
configuration directories as well.

Since php5-xdebug (working with libapache2-mod-php5) has been removed for most
architectures and php-xdebug depends on the 7.0 API (e.g. 
libapache2-mod-php7.0),
currently there's no way to use it under 5.x modules (libapache2-mod-php5*,
php5*-cli etc.).

root@tulia:~# aptitude search php-xdebug
i   php-xdebug                           - Xdebug Module for PHP
root@tulia:~# dpkg -s php-xdebug | grep Version
Version: 2.4.0~rc4-1
root@tulia:~# phpenmod xdebug
root@tulia:/etc/php# php -r 'print_r(get_loaded_extensions());' | grep xdebug
Failed loading /usr/lib/php/20131226/xdebug.so:  
/usr/lib/php/20131226/xdebug.so:
cannot open shared object file: No such file or directory
root@tulia:/etc/php# php -i | grep xdebug
Failed loading /usr/lib/php/20131226/xdebug.so:  
/usr/lib/php/20131226/xdebug.so:
cannot open shared object file: No such file or directory
/etc/php/5.6/cli/conf.d/20-xdebug.ini,

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 4.4.0-1-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages php-xdebug depends on:
ii  libc6                            2.21-9
ii  php7.0-phpdbg [phpapi-20151012]  7.0.3-10
ii  ucf                              3.0035

php-xdebug recommends no packages.

php-xdebug suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Hi Michal,

that's intentional. Debian stretch will have only PHP 7.0 as supported
PHP release. The package built-in dual support there is for external
repositories and other parties.

We are in process of transitioning from PHP 5.6 to PHP 7.0 in the
archive and thus some packages that depend on php5 might be broken for a
while. If you require PHP 5.6 xdebug, use our stable Debian release -
jessie.

Cheers,
-- 
Ondřej Surý <[email protected]>
Knot DNS (https://www.knot-dns.cz/) – a high-performance DNS server

On Mon, Feb 29, 2016, at 12:57, Michal Klichowicz wrote:
> Package: php-xdebug
> Version: 2.4.0~rc4-1
> Severity: important
> 
> Dear Maintainer,
> 
> Recent package changelog messages (such as "Implement a dual PHP 5.6 and
> 7.0
> build for PHP xdebug extension") suggest support for PHP 5.6 in xdebug
> package.
> 
> However, php-xdebug only provides extension for the 20151012 API,
> provided
> by php7.0 packages (and depends on these), despite configuring it for 5.6
> configuration directories as well.
> 
> Since php5-xdebug (working with libapache2-mod-php5) has been removed for
> most
> architectures and php-xdebug depends on the 7.0 API (e.g.
> libapache2-mod-php7.0),
> currently there's no way to use it under 5.x modules
> (libapache2-mod-php5*,
> php5*-cli etc.).
> 
> root@tulia:~# aptitude search php-xdebug
> i   php-xdebug                           - Xdebug Module for PHP
> root@tulia:~# dpkg -s php-xdebug | grep Version
> Version: 2.4.0~rc4-1
> root@tulia:~# phpenmod xdebug
> root@tulia:/etc/php# php -r 'print_r(get_loaded_extensions());' | grep
> xdebug
> Failed loading /usr/lib/php/20131226/xdebug.so: 
> /usr/lib/php/20131226/xdebug.so:
> cannot open shared object file: No such file or directory
> root@tulia:/etc/php# php -i | grep xdebug
> Failed loading /usr/lib/php/20131226/xdebug.so: 
> /usr/lib/php/20131226/xdebug.so:
> cannot open shared object file: No such file or directory
> /etc/php/5.6/cli/conf.d/20-xdebug.ini,
> 
> -- System Information:
> Debian Release: stretch/sid
>   APT prefers unstable
>   APT policy: (500, 'unstable')
> Architecture: i386 (i686)
> 
> Kernel: Linux 4.4.0-1-686-pae (SMP w/1 CPU core)
> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> Init: systemd (via /run/systemd/system)
> 
> Versions of packages php-xdebug depends on:
> ii  libc6                            2.21-9
> ii  php7.0-phpdbg [phpapi-20151012]  7.0.3-10
> ii  ucf                              3.0035
> 
> php-xdebug recommends no packages.
> 
> php-xdebug suggests no packages.
> 
> -- no debconf information
> 
> _______________________________________________
> Pkg-php-pecl mailing list
> [email protected]
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-php-pecl

--- End Message ---

Reply via email to