Skip to content
This repository was archived by the owner on Jun 30, 2020. It is now read-only.
This repository was archived by the owner on Jun 30, 2020. It is now read-only.

xdebug.ini generation fails if multiple xdebug.so files are present #46

@rb2k

Description

@rb2k

From here

zend_extension=<%= `find /usr -name "xdebug.so" | tr -d "\n"` %>

leads to the config path being broken if there are other PHP versions installed:

root@ns508593:~# grep -rn "php5\.5" /etc/php5/conf.d/
/etc/php5/conf.d/xdebug.ini:2:zend_extension=/usr/local/php5.6/lib/php/extensions/xdebug.so/usr/local/php5.3/lib/php/extensions/xdebug.so/usr/local/php5.5/lib/php/extensions/xdebug.so/usr/lib/php5/20090626/xdebug.so

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions