Re: [PHP] PHP Fatal error: Call to undefined function ()

2013-10-07 Thread Stuart Dallas
On 7 Oct 2013, at 14:34, Michael Alaimo wrote: > On Mon, Oct 7, 2013 at 9:29 AM, Stuart Dallas wrote: >> On 7 Oct 2013, at 14:24, Michael Alaimo wrote: >> >> > We have a server that gets a large number of requests each month. >> > >> > After a period of time I began to see this error in our er

Re: [PHP] PHP Fatal error: Call to undefined function ()

2013-10-07 Thread Michael Alaimo
public static function getInfo($params = array()) { $results = array(); $url = 'http://google.com'; $props = array ( 'key'=> Yii::app()->params['param1'], 's'=> Yii::app()->params['param2'] );

Re: [PHP] PHP Fatal error: Call to undefined function ()

2013-10-07 Thread Stuart Dallas
On 7 Oct 2013, at 14:24, Michael Alaimo wrote: > We have a server that gets a large number of requests each month. > > After a period of time I began to see this error in our error logs this > weekend. > > PHP Fatal error: Call to undefined function () > > It does not reference a function, so

Re: [PHP] PHP Fatal error: Call to undefined function hash_hmac()

2007-09-12 Thread Per Jessen
Aaron Axelsen wrote: > We are running Novell SUSE Linux Enterprise Server 10 sp1. It has php > 5.1.2. We are using a standard out of the box install, and for some > reason the hash functions only work using the cli interface, and fails > to work with apache giving the following error: > > PHP F