php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #71109 ZEND_MOD_CONFLICTS("xdebug") doesn't work
Submitted: 2015-12-13 11:28 UTC Modified: -
From: remi@php.net Assigned:
Status: Closed Package: taint (PECL)
PHP Version: 7.0.1RC1 OS: GNU/LInux
Private report: No CVE-ID: None
 [2015-12-13 11:28 UTC] remi@php.net
Description:
------------
In taint.c

	ZEND_MOD_CONFLICTS("xdebug")

But this doesn't work (probably because XDebug is a zend_extension)

It this is really a blocker, need to be manage differently.
Perhaps better idea will be to work with Derick on this.


Test script:
---------------
php -m


Expected result:
----------------
Conflicts

Actual result:
--------------
[PHP Modules]
...
taint
...
[Zend Modules]
Xdebug


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-12-13 13:06 UTC] laruence@php.net
Automatic comment on behalf of laruence@gmail.com
Revision: http://git.php.net/?p=php-src.git;a=commit;h=07b33992a2784bf9e3bbf1d46400c718e704a436
Log: Fixed bug #71109 (ZEND_MOD_CONFLICTS("xdebug") doesn't work)
 [2015-12-13 13:06 UTC] laruence@php.net
-Status: Open +Status: Closed
 [2016-07-20 11:34 UTC] davey@php.net
Automatic comment on behalf of laruence@gmail.com
Revision: http://git.php.net/?p=php-src.git;a=commit;h=07b33992a2784bf9e3bbf1d46400c718e704a436
Log: Fixed bug #71109 (ZEND_MOD_CONFLICTS("xdebug") doesn't work)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 09:01:30 2024 UTC