php-toml
php-toml copied to clipboard
PHP TOML parser
Hi, Thanks for making a great library. If the key of an entry contains "=" character, loading a toml file fails. Example: "= abc =" = "def"
Hi ! In multiline strings '#' are removed with the text afterwords, example : P = ''' Web Technologies #this is not a comment and should not be removed '''...
something like key = """ #I am here """ will have an empty string for key instead of "#I am here". Supporting this is not explicitly mention in the spec...