[ZendTo] Re: php.ini -- allow_call_time_pass_reference
M A Young
m.a.young at durham.ac.uk
Tue Jun 30 08:41:09 BST 2015
On Mon, 29 Jun 2015, Sam Snow wrote:
> I recently installed using the .debs and right after started getting cron
> job errors every 30 minutes saying:
>
> "
>
> PHP Fatal error: Directive 'allow_call_time_pass_reference' is no longer
> available in PHP in Unknown on line 0
>
> find: invalid argument `-delete' to `-cmin'
>
> "
>
> I found the issue reported at
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=759195 and the solution
> was to comment out the "allow_call_time_pass_reference" line that had been
> added to php.ini during the install.
>
> My questions are:
>
> * Anyone else run into this and already?
>
> * Know did you deal with it? I know this php variable is called for at
> http://zend.to/phpini.php . Anyone know why?
That option has been deprecated since php 5.0.0, gives a bigger warning
with php 5.3.0 and has been removed in php 5.4.0 . I have been trying
zendto on CentOS 7 which has PHP 5.4 so I had to comment out that option.
Michael Young
More information about the ZendTo
mailing list