View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001703 | Xdebug | Installation | public | 2019-09-19 10:36 | 2019-09-19 17:48 |
Reporter | EmiliaDrupal | Assigned To | derick | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Platform | MAC OS | OS | High Sierra | OS Version | 10.13.6 |
Product Version | 2.7.2 | ||||
Summary | 0001703: Symbol not found: _compiler_globals | ||||
Description | Hello! | ||||
Additional Information | Xdebug installed: no In /Applications/DevDesktop/php7_2_x64/bin/php.ini i have this line added: zend_extension="/Applications/DevDesktop/php7_2_x64/ext/xdebug.so" | ||||
Tags | error | ||||
Operating System | MAC OS High Sierra | ||||
PHP Version | 7.2.15-7.2.19 | ||||
|
"Symbol not found: _compiler_globals" indicates that your PHP is build with a different thread-safey-ness as Xdebug. I don't understand why "brew update" should mess that up (you'll have to ask them!). The output from the wizard indicates that it thinks that your PHP is compiled with thread safe mode enabled ("Thread Safe Build: yes"), but I probably think that you pasted the wrong PHP's output. It matters that use the same "php" command for which you want to install Xdebug for also creates the phpinfo() output (or "php -i") that you feed into the wizard. It is also possible that the wizard gets it wrong, as there is a possibility that you have multiple sets of PHP and its headers installed. The difference between the paths in "Configuration File Path: /Users/acquia/csbworkdir/mak/php7_2-osx/install/lib" and " Extensions directory: /Applications/DevDesktop/php7_2_x64/ext" hints at that. As this is not a bug, I am closing this issue, and kindly refer you to StackOverflow for support: https://stackoverflow.com/questions/tagged/xdebug |
Date Modified | Username | Field | Change |
---|---|---|---|
2019-09-19 10:36 | EmiliaDrupal | New Issue | |
2019-09-19 10:36 | EmiliaDrupal | Tag Attached: error | |
2019-09-19 17:48 | derick | Assigned To | => derick |
2019-09-19 17:48 | derick | Status | new => resolved |
2019-09-19 17:48 | derick | Resolution | open => no change required |
2019-09-19 17:48 | derick | Note Added: 0005151 |