1
0
Fork 0
pull/4554/head
Louis Lagrange 2015-10-29 13:32:12 +01:00
parent 3df536a3ba
commit 842e09a143
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ If composer shows memory errors on some commands:
`PHP Fatal error: Allowed memory size of XXXXXX bytes exhausted <...>`
Check first that XDebug is not loaded in your `php.ini` by runnin
Check first that XDebug is not loaded in your `php.ini` by running
`composer diagnose`. If XDebug is loaded, you should disable it by
commenting the line `zend_extension=path/to/xdebug` in your `php.ini`.
Don't forget to enable XDebug again after using Composer, if you need it.