[php-maint] Bug#759195: Bug#759195: php5: invalid argument -delete for "-cmin"

Bastian bastian-bugs.debian.org-759195 at t6l.de
Fri Aug 29 13:00:32 UTC 2014


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



More information about the pkg-php-maint mailing list