Home > Archive > PHP Pear > June 2005 > HTML::Template::ITX error
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
HTML::Template::ITX error
|
|
| Stephen Cope 2005-06-04, 3:58 am |
| 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"
| |
| Pierre-Alain Joye 2005-06-04, 8:56 am |
| On 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
|
|
|
|
|