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
public static function getInfo($params = array())
{
$results = array();
$url = 'http://google.com';
$props = array
(
'key'=> Yii::app()->params['param1'],
's'=> Yii::app()->params['param2']
);
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
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
4 matches
Mail list logo