Skip to content

Instantly share code, notes, and snippets.

@D1360-64RC14
Last active February 5, 2025 12:45
Show Gist options
  • Save D1360-64RC14/95de10c20142c77a94b620f275e6411a to your computer and use it in GitHub Desktop.
Save D1360-64RC14/95de10c20142c77a94b620f275e6411a to your computer and use it in GitHub Desktop.
My development configurations for PHP.ini
# 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