"Doug Essinger-Hileman" <[EMAIL PROTECTED]> wrote:

[snip]
> 
> This leads to the following output:
> 
> Warning: Error parsing /mydirectory/mysql.ini on line 4 in Unknown on
> line 0 Array ( [host] => spore.org [uid] => myuserid [passwd] =>
> mypassword) 
> 
> The error message still remains, though now the test confirms that
> mysql.ini is being parsed.
> 
[/snip]

Hmm... it could be that the (real) passwords you're using contains non-alphanumeric 
characters. Try using double-quotes like:

  passwd="mypassword"

- E -


__________________________________________________
Do You Yahoo!?
Yahoo! BB is Broadband by Yahoo!
http://bb.yahoo.co.jp/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to