#243: semi-colons required in value fields for php.ini
---------------------+---------------------
  Reporter:  c33s    |       Owner:  lutter
      Type:  defect  |      Status:  new
  Priority:  major   |   Milestone:  next
 Component:  Augeas  |     Version:  0.8.0
Resolution:          |    Keywords:
  Blocking:          |  Blocked By:
---------------------+---------------------

Comment (by c33s):

 small addon, its really a big bug

 if your file is like this:
 {{{
     session.save_path = "3;/var/lib/php5"
 }}}
 and you call augeas to change the path to for example this memcache
 string: "tcp://192.168.0.99:11211" , it leads to that:
 {{{
     session.save_path = "tcp://192.168.0.99:11211;/var/lib/php5"
 }}}

-- 
Ticket URL: <https://fedorahosted.org/augeas/ticket/243#comment:1>
Augeas <http://augeas.net/>
a configuration API

_______________________________________________
augeas-devel mailing list
augeas-devel@redhat.com
https://www.redhat.com/mailman/listinfo/augeas-devel

Reply via email to