Waigani wrote: > Hi, > > I'm trying to run the bootstrap from cli and get the following: > > Parse error: parse error, expecting `T_OLD_FUNCTION' or `T_FUNCTION' or > `T_VAR' or `'}'' in .../Zend/Loader.php on line 52 > > Any clues ? >
If I was to guess, I'd say that you were using a PHP version less than 5.1.4. on the command line. Regards, Rob...
