Last active
February 5, 2025 12:45
-
-
Save D1360-64RC14/95de10c20142c77a94b620f275e6411a to your computer and use it in GitHub Desktop.
My development configurations for PHP.ini
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# If installed throught `pecl install xdebug` | |
# zend_extension="<php lib path [/opt/local/lib/php]>/extensions/no-debug-zts-20240924/xdebug.so" | |
[XDebug] | |
# -- Debugging | |
xdebug.mode="debug" | |
xdebug.start_with_request="trigger" | |
# -- Profilling | |
# xdebug.mode="profile" | |
# xdebug.start_with_request="trigger" | |
# xdebug.output_dir="/tmp" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment