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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: remi@php.net
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Mon Feb 03 08:01:31 2025 UTC