Code Comments
Programming Forum and web based access to our favorite programming groups.Hi All-
Could someone please let me know how I could get around this error?=20
Am I doing something wrong? I have upgraded to the latest ITX
libraries (1.1, I think?).
[PHP Error 200506182319] UNHANDLED ERROR on line 252 in
/usr/local/lib/php/PEAR.php.
[PHP Error 200506182319] Error: "is_a(): Deprecated. Please use the
instanceof operator" (error #2048).
[PHP Error 200506182319] Backtrace:
[PHP Error 200506182319] 0: is_a (line 252 in /usr/local/lib/php/PEAR.php)
My calling function:
$this->addBlockfile("PH_PAGE_BODY", "pagebody", $pageBody);
Any help would be so greatly appreciated.
Thanks so much,
--Stephen
--=20
"You are killing me, fish, the old man thought. But you have a right
to. Never have I seen a greater, or more beautiful, or a calmer or
more noble thing than you, brother. Come on and kill me. I do not care
who kills who."
--Santiago, "The Old Man and the Sea"
Post Follow-up to this messageOn Fri, 3 Jun 2005 22:04:46 -0400 sdcope3@gmail.com (Stephen Cope) wrote: > Hi All- > > Could someone please let me know how I could get around this > error? Am I doing something wrong? I have upgraded to the latest > ITX libraries (1.1, I think?). > > [PHP Error 200506182319] UNHANDLED ERROR on line 252 in > /usr/local/lib/php/PEAR.php. > [PHP Error 200506182319] Error: "is_a(): Deprecated. Please use > the instanceof operator" (error #2048). It's not a ITX problem but php5 with E_STRICT, well not really its fault neither :) Use E_STRICT only with php5 only packages. Regards, --Pierre
Post Follow-up to this message
Show a Printable Version
Email This Page to Someone!
Receive updates to this thread
Powered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.