php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #37002 Have to quote literals in INI when concatenating with vars
Submitted: 2006-04-06 21:22 UTC Modified: 2006-04-12 09:55 UTC
From: andrei@php.net Assigned: dmitry (profile)
Status: Closed Package: Scripting Engine problem
PHP Version: 5.1.2 OS:
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: andrei@php.net
New email:
PHP Version: OS:

 

 [2006-04-06 21:22 UTC] andrei@php.net
Description:
------------
>
> Another problem that I've hit is the following include path setting does not
> work (ie. putting ${include_path} at the end)
>
> include_path = /home/y/share/pear:${include_path}

Yeah, a bit of a bug in the ini file parser.  You can work around it for
now by doing:

 include_path = "/home/y/share/pear":${include_path}



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-04-10 22:41 UTC] sniper@php.net
Dmitry, I heard you know how to fix this? :)
 [2006-04-12 09:52 UTC] dmitry@php.net
Fixed in CVS HEAD and PHP_5_1.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Feb 03 16:01:30 2025 UTC