Sorry for my mistake! I have corrected the tasks states -- and reproduce
the issue on 16.10.

** Changed in: php7.0 (Ubuntu Xenial)
       Status: Incomplete => Triaged

** Changed in: php7.0 (Ubuntu Xenial)
   Importance: Low => Medium

** Changed in: php7.0 (Ubuntu)
       Status: Invalid => Triaged

** Changed in: php7.0 (Ubuntu)
   Importance: Undecided => Medium

** Changed in: php7.0 (Ubuntu)
     Assignee: (unassigned) => Nish Aravamudan (nacc)

** Changed in: php7.0 (Ubuntu Xenial)
     Assignee: (unassigned) => Nish Aravamudan (nacc)

-- 
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1623540

Title:
  If php.ini is incorrect, php-frm starts without warning with default
  values

Status in php7.0 package in Ubuntu:
  Triaged
Status in php7.0 source package in Xenial:
  Triaged

Bug description:
  OS: Ubuntu 16.04 Xenial
  PHP: php7.0-fpm  7.0.8-0ubuntu0.16.04.2

  If /etc/php/7.0/fpm/php.ini has syntax error, php7.0-fpm starts
  silently (!! no error messages even in logs), but uses default values.

  To make php.ini incorrect, just add this line:

  # Wrong comment (

  Systemd servive unit for php7.0-fpm has config check:

  ExecStartPre=/usr/lib/php/php7.0-fpm-checkconf

  But is does not work:

  root@xenial:~# /usr/sbin/php-fpm7.0 --fpm-config  
/etc/php/7.0/fpm/php-fpm.conf --test
  PHP:  syntax error, unexpected '(' in /etc/php/7.0/fpm/php.ini on line 6
  [14-Sep-2016 14:24:46] NOTICE: configuration file 
/etc/php/7.0/fpm/php-fpm.conf test is successful

  root@xenial:~# /usr/lib/php/php7.0-fpm-checkconf; echo $?
  0

  So, if php.ini is incorrect, php-fpm silently starts with default
  values: post_max_size=8m, expose_php is enabled, disable_functions is
  empty and so on.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.0/+bug/1623540/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~group.of.nepali.translators
Post to     : group.of.nepali.translators@lists.launchpad.net
Unsubscribe : https://launchpad.net/~group.of.nepali.translators
More help   : https://help.launchpad.net/ListHelp

Reply via email to