[augeas-devel] [Augeas] #243: semi-colons required in value fields for php.ini

Augeas trac at fedorahosted.org
Wed Dec 21 22:42:29 UTC 2011


#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




More information about the augeas-devel mailing list