⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
self
/
root
/
usr
/
local
/
src
/
xdebug-3.1.4
/
View File Name :
Makefile.frag
install: $(all_targets) $(install_targets) show-install-instructions show-install-instructions: @echo @$(top_srcdir)/build/shtool echo -n -e %B @echo " +----------------------------------------------------------------------+" @echo " | |" @echo " | INSTALLATION INSTRUCTIONS |" @echo " | ========================= |" @echo " | |" @echo " | See https://xdebug.org/install.php#configure-php for instructions |" @echo " | on how to enable Xdebug for PHP. |" @echo " | |" @echo " | Documentation is available online as well: |" @echo " | - A list of all settings: https://xdebug.org/docs-settings.php |" @echo " | - A list of all functions: https://xdebug.org/docs-functions.php |" @echo " | - Profiling instructions: https://xdebug.org/docs-profiling2.php |" @echo " | - Remote debugging: https://xdebug.org/docs-debugger.php |" @echo " | |" @echo " | |" @echo " | NOTE: Please disregard the message |" @echo " | You should add \"extension=xdebug.so\" to php.ini |" @echo " | that is emitted by the PECL installer. This does not work for |" @echo " | Xdebug. |" @echo " | |" @echo " +----------------------------------------------------------------------+" @$(top_srcdir)/build/shtool echo -n -e %b @echo @echo findphp: @echo $(PHP_EXECUTABLE) clean-tests: rm -f tests/*.diff tests/*.exp tests/*.log tests/*.out tests/*.php tests/*.sh tests/*.mem test: @echo "Xdebug can not be tested with 'make test', please refer to:" @echo " https://github.com/xdebug/xdebug#testing" @echo test-coverage: $(MAKE) clean CCACHE_DISABLE=1 EXTRA_CFLAGS=--coverage $(MAKE) all TEST_PHP_ARGS="-n -d zend_extension=$(top_srcdir)/.libs/xdebug.so" php run-xdebug-tests.php test-coverage-lcov: test-coverage lcov -c --directory . --output-file $(top_srcdir)/.coverage.lcov test-coverage-html: test-coverage-lcov genhtml $(top_srcdir)/.coverage.lcov --output-directory=/tmp/html