On 29Aug14 14:54 +0200, Ondřej Surý wrote: > Try with > > -d "display_errors=On" -d "display_startup_errors=On"
Aha, that did it: {{{ # php5 -c /etc/php5/apache2/php.ini -r 'print ini_get("session.gc_maxlifetime");' -d "display_errors=On" -d "display_startup_errors=On" Fatal error: Directive 'allow_call_time_pass_reference' is no longer available in PHP in Unknown on line 0 }}} Seems that my php.ini survived some upgrades and I still have this obsolete directive in there. Sorry for bothering you with this issue. Do you check during upgrades for deprecated options and send a warning? It could be the case I just ignored such thing. But also it could be worth doing a sanity check on the configuration file. Thanks, -- Bastian -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org