>> I see from my swup info log that apache was upgraded oct 19, and php >> (with php-mysql, php-cli nd php-gd) was updated on oct 20 by >> swup-cron. Today I restartet one of the webservers I'm >> administering, and now phpBB (v2.0.17) won't work proberly, >> returning this error in the log when I try to post: >> >> PHP Fatal error: Only variables can be passed by reference in >> /path/to/php/file >> >> Was there a change in the php package? >> >> /Christopher >> > This is on a TSL 2.2 box. Anyway, I searched a bit on phpbb forum and > they said it could be PHP5, since phpBB 2 does not officially support > PHP5. The "funny" thing is it worked with PHP 5.0.4, but not with the > new PHP 5.0.5. > > I ended up downgrading to PHP4 and now it works.
Variables like foo(bar()) is suddenly bad written code according to the PHP guys. In 5.0.4 it was allowed, but not anymore. Rewrite all scripts or use PHP < 5.0.5. Happend to me on 25 TSL boxes using phpBB and Horde framework. All downgraded to PHP 4 :( -- Ariën Huisken _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
