Bug #70059 [Com]: FPM does not accept '#' as comment anymore
[email protected] ("iambhawnagupta at gmail dot com") Fri, 18 Feb 2022 12:16:00 +0000
| Newsgroups | php.doc.bugs |
|---|---|
| Message-ID | <[email protected]> |
Edit report at https://bugs.php.net/bug.php?id=70059&edit=1 ID: 70059 Comment by: iambhawnagupta at gmail dot com Reported by: [email protected] Summary: FPM does not accept '#' as comment anymore Status: Not a bug Type: Bug Package: Documentation problem Operating System: Ubuntu 14.04.2 LTS PHP Version: 7.0.0beta1 Block user comment: N Private report: N New Comment: it is important information, https://www.ishadelhi.in especially the one you proposed, it is much appreciated, and keep it up! Previous Comments: ------------------------------------------------------------------------ [2015-07-13 10:06:51] [email protected] Thanks, must have slipped past me when I read it, awesome! ------------------------------------------------------------------------ [2015-07-13 07:19:35] [email protected] actually, there is: https://github.com/php/php-src/blob/master/UPGRADING#L425 thanks ------------------------------------------------------------------------ [2015-07-13 06:10:40] [email protected] Description: ------------ I'm pretty sure this has changed, as I was running a 5.6 FPM installation with line comments starting with '#' and they didn't work anymore: [11-Jul-2015 19:30:05] ERROR: [/etc/php5/fpm/pool.d/app.conf:9] value is NULL for a ZEND_INI_PARSER_ENTRY [11-Jul-2015 19:30:05] ERROR: Unable to include /etc/php5/fpm/pool.d/app.conf from /etc/php5/fpm/php-fpm.conf at line 9 [11-Jul-2015 19:30:05] ERROR: failed to load configuration file '/etc/php5/fpm/php-fpm.conf' [11-Jul-2015 19:30:05] ERROR: FPM initialization failed Once I replaced the '#' with a ';' it worked Maybe it's worth an entry in the Upgrading guide or similar. ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=70059&edit=1