Skip to content

Conversation

@drbyte
Copy link
Contributor

@drbyte drbyte commented Jan 4, 2020

PHP configs no longer support # for comments. Must use semicolons ;.

Otherwise PHP may not start, and may show a confusing error in logs: value is NULL for a ZEND_INI_PARSER_ENTRY

Updates #885

PHP configs no longer support `#` for comments. Must use semicolons `;`.

Otherwise PHP may not start, and may show a confusing error in logs: `value is NULL for a ZEND_INI_PARSER_ENTRY`
@drbyte drbyte changed the title Comments must only use semicolons, not hash symbols php config comments must only use semicolons, not hash symbols Jan 5, 2020
@mattstauffer
Copy link
Collaborator

Wow, TIL.

@mattstauffer mattstauffer merged commit a0df274 into laravel:master Jan 6, 2020
@drbyte drbyte deleted the patch-1 branch January 6, 2020 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants