PHP3: Some sort of limit in config.inc?

by =?iso-8859-4?B?TGF1cmkgVuRpbg==?= <optima(at)hot.ee>

 Date:  Sat, 7 Oct 2000 16:06:58 +0300
 To:  <hwg-languages(at)hwg.org>
  todo: View Thread, Original
Hello everybody,

My config.inc file looks like this:
<?
$conf_host = "localhost";    // Blah
$conf_user = "root";            //Blah2
$conf_pass = "password";       //Blah3
$conf_db = "cvdb";             //Blah4
$admin_email = "mail(at)mailto.com" //blah5

?>

And all the files this is used in start like this:
<?php
include("config.inc");


Now, when I add one more line to the configuration file, it gives me a parse
error (Parse error: parse error on line 8 in config.inc file).

Is there a limit or something I'm not aware of? If you need more info, just ask!

Yours,
Lauri

HWG: hwg-languages mailing list archives, maintained by Webmasters @ IWA