Peekmo / atom-autocomplete-php

Autocomplete for PHP in atom editor
MIT License
136 stars 34 forks source link

Upd: Readme #341

Closed d3f3kt closed 7 years ago

d3f3kt commented 7 years ago

Yesterday i have spent 2 hours of debugging, because no index was created. The problem was the missing xml extension. The parser requires the utf8_decode() function which is provided by the xml extension.

Peekmo commented 7 years ago

Thank you. In fact as it is installed by default I didn't even known it was required. Sorry

d3f3kt commented 7 years ago

You are welcome. Till yesterday I didn't know it too, that utf8_decode is not a native php function.