Advertisement
Guest User

finding xdebug output

a guest
Dec 20th, 2017
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.36 KB | None | 0 0
  1. Binary file ./ea-php56/root/usr/sbin/php-fpm matches
  2. ./ea-php56/root/usr/share/pear/PEAR/RunTest.php: var $xdebug_loaded;
  3. ./ea-php56/root/usr/share/pear/PEAR/RunTest.php: 'xdebug.default_enable=0',
  4. ./ea-php56/root/usr/share/pear/PEAR/RunTest.php: if (isset($this->_options['coverage']) && $this->xdebug_loaded) {
  5. ./ea-php56/root/usr/share/pear/PEAR/RunTest.php: $xdebug_file = $temp_dir . DIRECTORY_SEPARATOR . $main_file_name . 'xdebug';
  6. ./ea-php56/root/usr/share/pear/PEAR/RunTest.php: "\n" . ' $xdebug = var_export(xdebug_get_code_coverage(), true);';
  7. ./ea-php56/root/usr/share/pear/PEAR/RunTest.php: $text .= "\n" . ' $fh = fopen(\'' . $xdebug_file . '\', "wb");' .
  8. ./ea-php56/root/usr/share/pear/PEAR/RunTest.php: "\n" . ' fwrite($fh, $xdebug);' .
  9. ./ea-php56/root/usr/share/pear/PEAR/RunTest.php: $text .= "\n" . ' file_put_contents(\'' . $xdebug_file . '\', $xdebug);';
  10. ./ea-php56/root/usr/share/pear/PEAR/RunTest.php: $text .= "\n xdebug_stop_code_coverage();" .
  11. ./ea-php56/root/usr/share/pear/PEAR/RunTest.php: $text .= "\n" . 'xdebug_start_code_coverage(XDEBUG_CC_UNUSED | XDEBUG_CC_DEAD_CODE);' . "\n";
  12. ./ea-php56/root/usr/share/pear/PEAR/Command/Test.php: if (isset($options['coverage']) && extension_loaded('xdebug')){
  13. ./ea-php56/root/usr/share/pear/PEAR/Command/Test.php: $run->xdebug_loaded = true;
  14. ./ea-php56/root/usr/share/pear/PEAR/Command/Test.php: $run->xdebug_loaded = false;
  15. ./ea-php56/root/usr/var/lib/pear/pkgxml/PEAR.xml:* Fix Bug #13958: When a phpt tests exit() or die() xdebug coverage is not generated, patch by izi (David Jean Louis) [izi / dufuz]
  16. ./ea-php56/root/usr/var/lib/pear/pkgxml/PEAR.xml: * Fix Bug #13958: When a phpt tests exit() or die() xdebug coverage is not generated, patch by izi (David Jean Louis) [izi / dufuz]
  17. ./ea-php56/root/usr/var/lib/pear/pkgxml/PEAR.xml:* Bug #18639: regression: installing xdebug fails most likely due to another fix [dufuz]
  18. ./ea-php56/root/usr/var/lib/pear/.registry/pear.reg:* Fix Bug #13958: When a phpt tests exit() or die() xdebug coverage is not generated, patch by izi (David Jean Louis) [izi / dufuz]
  19. ./ea-php56/root/usr/var/lib/pear/.registry/pear.reg: * Fix Bug #13958: When a phpt tests exit() or die() xdebug coverage is not generated, patch by izi (David Jean Louis) [izi / dufuz]
  20. ./ea-php56/root/usr/var/lib/pear/.registry/pear.reg:* Bug #18639: regression: installing xdebug fails most likely due to another fix [dufuz]
  21. ./ea-php56/root/usr/lib64/php/build/run-tests.php: 'xdebug' => array('xdebug.default_enable=0'),
  22. Binary file ./ea-php56/root/etc/.php.ini.swp matches
  23. ./ea-php56/root/etc/phpinirpmsave:; xdebug
  24. ./ea-php56/root/etc/phpinirpmsave:xdebug.remote_autostart=0
  25. ./ea-php56/root/etc/phpinirpmsave:xdebug.remote_enable=0
  26. ./ea-php56/root/etc/phpinirpmsave:xdebug.profiler_enable=0
  27. Binary file ./composer/bin/composer matches
  28. Binary file ./ea-php70/root/usr/sbin/php-fpm matches
  29. ./ea-php70/root/usr/share/doc/ea-php70-php-common-7.0.26/NEWS: . Fixed bug #71109 (ZEND_MOD_CONFLICTS("xdebug") doesn't work). (Laruence)
  30. ./ea-php70/root/usr/share/pear/PEAR/RunTest.php: var $xdebug_loaded;
  31. ./ea-php70/root/usr/share/pear/PEAR/RunTest.php: 'xdebug.default_enable=0',
  32. ./ea-php70/root/usr/share/pear/PEAR/RunTest.php: if (isset($this->_options['coverage']) && $this->xdebug_loaded) {
  33. ./ea-php70/root/usr/share/pear/PEAR/RunTest.php: $xdebug_file = $temp_dir . DIRECTORY_SEPARATOR . $main_file_name . 'xdebug';
  34. ./ea-php70/root/usr/share/pear/PEAR/RunTest.php: "\n" . ' $xdebug = var_export(xdebug_get_code_coverage(), true);';
  35. ./ea-php70/root/usr/share/pear/PEAR/RunTest.php: $text .= "\n" . ' $fh = fopen(\'' . $xdebug_file . '\', "wb");' .
  36. ./ea-php70/root/usr/share/pear/PEAR/RunTest.php: "\n" . ' fwrite($fh, $xdebug);' .
  37. ./ea-php70/root/usr/share/pear/PEAR/RunTest.php: $text .= "\n" . ' file_put_contents(\'' . $xdebug_file . '\', $xdebug);';
  38. ./ea-php70/root/usr/share/pear/PEAR/RunTest.php: $text .= "\n xdebug_stop_code_coverage();" .
  39. ./ea-php70/root/usr/share/pear/PEAR/RunTest.php: $text .= "\n" . 'xdebug_start_code_coverage(XDEBUG_CC_UNUSED | XDEBUG_CC_DEAD_CODE);' . "\n";
  40. ./ea-php70/root/usr/share/pear/PEAR/Command/Test.php: if (isset($options['coverage']) && extension_loaded('xdebug')){
  41. ./ea-php70/root/usr/share/pear/PEAR/Command/Test.php: $run->xdebug_loaded = true;
  42. ./ea-php70/root/usr/share/pear/PEAR/Command/Test.php: $run->xdebug_loaded = false;
  43. ./ea-php70/root/usr/var/lib/pear/pkgxml/PEAR.xml:* Fix Bug #13958: When a phpt tests exit() or die() xdebug coverage is not generated, patch by izi (David Jean Louis) [izi / dufuz]
  44. ./ea-php70/root/usr/var/lib/pear/pkgxml/PEAR.xml: * Fix Bug #13958: When a phpt tests exit() or die() xdebug coverage is not generated, patch by izi (David Jean Louis) [izi / dufuz]
  45. ./ea-php70/root/usr/var/lib/pear/pkgxml/PEAR.xml:* Bug #18639: regression: installing xdebug fails most likely due to another fix [dufuz]
  46. ./ea-php70/root/usr/var/lib/pear/.registry/pear.reg:* Fix Bug #13958: When a phpt tests exit() or die() xdebug coverage is not generated, patch by izi (David Jean Louis) [izi / dufuz]
  47. ./ea-php70/root/usr/var/lib/pear/.registry/pear.reg: * Fix Bug #13958: When a phpt tests exit() or die() xdebug coverage is not generated, patch by izi (David Jean Louis) [izi / dufuz]
  48. ./ea-php70/root/usr/var/lib/pear/.registry/pear.reg:* Bug #18639: regression: installing xdebug fails most likely due to another fix [dufuz]
  49. ./ea-php70/root/usr/lib64/php/build/run-tests.php: 'xdebug' => array('xdebug.default_enable=0'),
  50. Binary file ./ea-php55/root/usr/sbin/php-fpm matches
  51. ./ea-php55/root/usr/share/pear/PEAR/RunTest.php: var $xdebug_loaded;
  52. ./ea-php55/root/usr/share/pear/PEAR/RunTest.php: 'xdebug.default_enable=0',
  53. ./ea-php55/root/usr/share/pear/PEAR/RunTest.php: if (isset($this->_options['coverage']) && $this->xdebug_loaded) {
  54. ./ea-php55/root/usr/share/pear/PEAR/RunTest.php: $xdebug_file = $temp_dir . DIRECTORY_SEPARATOR . $main_file_name . 'xdebug';
  55. ./ea-php55/root/usr/share/pear/PEAR/RunTest.php: "\n" . ' $xdebug = var_export(xdebug_get_code_coverage(), true);';
  56. ./ea-php55/root/usr/share/pear/PEAR/RunTest.php: $text .= "\n" . ' $fh = fopen(\'' . $xdebug_file . '\', "wb");' .
  57. ./ea-php55/root/usr/share/pear/PEAR/RunTest.php: "\n" . ' fwrite($fh, $xdebug);' .
  58. ./ea-php55/root/usr/share/pear/PEAR/RunTest.php: $text .= "\n" . ' file_put_contents(\'' . $xdebug_file . '\', $xdebug);';
  59. ./ea-php55/root/usr/share/pear/PEAR/RunTest.php: $text .= "\n xdebug_stop_code_coverage();" .
  60. ./ea-php55/root/usr/share/pear/PEAR/RunTest.php: $text .= "\n" . 'xdebug_start_code_coverage(XDEBUG_CC_UNUSED | XDEBUG_CC_DEAD_CODE);' . "\n";
  61. ./ea-php55/root/usr/share/pear/PEAR/Command/Test.php: if (isset($options['coverage']) && extension_loaded('xdebug')){
  62. ./ea-php55/root/usr/share/pear/PEAR/Command/Test.php: $run->xdebug_loaded = true;
  63. ./ea-php55/root/usr/share/pear/PEAR/Command/Test.php: $run->xdebug_loaded = false;
  64. ./ea-php55/root/usr/var/lib/pear/pkgxml/PEAR.xml:* Fix Bug #13958: When a phpt tests exit() or die() xdebug coverage is not generated, patch by izi (David Jean Louis) [izi / dufuz]
  65. ./ea-php55/root/usr/var/lib/pear/pkgxml/PEAR.xml: * Fix Bug #13958: When a phpt tests exit() or die() xdebug coverage is not generated, patch by izi (David Jean Louis) [izi / dufuz]
  66. ./ea-php55/root/usr/var/lib/pear/pkgxml/PEAR.xml:* Bug #18639: regression: installing xdebug fails most likely due to another fix [dufuz]
  67. ./ea-php55/root/usr/var/lib/pear/.registry/pear.reg:* Fix Bug #13958: When a phpt tests exit() or die() xdebug coverage is not generated, patch by izi (David Jean Louis) [izi / dufuz]
  68. ./ea-php55/root/usr/var/lib/pear/.registry/pear.reg: * Fix Bug #13958: When a phpt tests exit() or die() xdebug coverage is not generated, patch by izi (David Jean Louis) [izi / dufuz]
  69. ./ea-php55/root/usr/var/lib/pear/.registry/pear.reg:* Bug #18639: regression: installing xdebug fails most likely due to another fix [dufuz]
  70. ./ea-php55/root/usr/lib64/php/build/run-tests.php: 'xdebug' => array('xdebug.default_enable=0'),
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement