-- etng <[EMAIL PROTECTED]> wrote
(on Wednesday, 17 October 2007, 09:52 AM +0800):
> 5.0.0?
> ini has version?

PHP has supported INI files with multiline strings since 5.0.0.

> 
> On 10/16/07, Matthew Weier O'Phinney <[EMAIL PROTECTED]> wrote:
> 
>     -- Kexiao Liao <[EMAIL PROTECTED]> wrote
>     (on Tuesday, 16 October 2007, 06:38 AM -0700):
>     > Anyone know how to use multi-line value in the config.ini file? Thanks 
> in
>     > advance.
> 
>     Use double quotes. (This has been supported since 5.0.0)
> 
>     > Simon Mundy wrote:
>     > >
>     > > Can you not try it in an XML config file instead? I don't think .ini
>     > > files are set up to take multi-line values.
>     > >
>     > > >
>     > > > In the config.ini file, we need to declare a string variable, it
>     > > > contains about 200 characters and needs to be in a good format. Is
>     > > > there  anyway we can input new line/return character inside these
>     > > > 200 characters to  make it look good instead of putting all of
>     > > > them in one line.
> 
>     --
>     Matthew Weier O'Phinney
>     PHP Developer            | [EMAIL PROTECTED]
>     Zend - The PHP Company   | http://www.zend.com/
> 
> 
> 
> 
> --
> http://www.etng.net/blog

-- 
Matthew Weier O'Phinney
PHP Developer            | [EMAIL PROTECTED]
Zend - The PHP Company   | http://www.zend.com/

Reply via email to