mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Wrap lines at the correct limit
Assuming this limit is 80 cols.
This commit is contained in:
parent
fbe2a5e726
commit
3df536a3ba
1 changed files with 4 additions and 1 deletions
|
@ -100,7 +100,10 @@ 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 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.
|
||||
Check first that XDebug is not loaded in your `php.ini` by runnin
|
||||
`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.
|
||||
|
||||
If composer still raises the error, the PHP `memory_limit` should be increased.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue