Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #188 from weitzman/patch-1
Browse files Browse the repository at this point in the history
PR #188: Avoid Drupal installer exception for xdebug nesting level.
  • Loading branch information
geerlingguy committed Aug 3, 2015
2 parents 3ae8490 + f910a4e commit 49a19bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ php_xdebug_remote_enable: 1
php_xdebug_remote_connect_back: 1
# Use PHPSTORM for PHPStorm, sublime.xdebug for Sublime Text.
php_xdebug_idekey: PHPSTORM
php_xdebug_max_nesting_level: 255
php_xdebug_max_nesting_level: 256

# Solr Configuration (if enabled above).
solr_version: "4.10.4"
Expand Down

0 comments on commit 49a19bc

Please sign in to comment.