Problem with PEAR + PHP5 + is_a function
FreeBSD 6.2
PHP 5.2.3
PEAR 1.6.1
Keep getting the below error:
"Encountered error 2048 in /usr/local/share/pear/PEAR.php, line 281:
is_a(): Deprecated. Please use the instanceof operator"
I look through PEAR.php and it's full of is_a() functions, if it's
been deprecated in PHP5, why is it there?
I'm sure when I wrote this script a month ago I didn't get these
errors.
.
Relevant Pages
- Re: system breach
... pear is actually like CPAN - but for PHP. ... I didn't have the said download directory on my FreeBSD 6.1-STABLE machine, ... That directory is basically used when pear is downloading modules (hope that's ... (freebsd-stable) - Re: Problem with PEAR + PHP5 + is_a function
... Please use the instanceof operator" ... been deprecated in PHP5, why is it there? ... PEAR itself and most of its classes are written for PHP 4. ... (comp.lang.php) - Re: What FreeBSD users really want
... dogged by turn of the century hassle with our FreeBSD. ... Fundamental thing like system installer is still phenomenally arcane. ... PHP is by far the most popular computing language in the world. ... have a shell called PHP shell. ... (freebsd-questions) - Re: devel/pear doesnt install (segfault)
... When I try to install pear from ports on my server, it spits out a whole bunch of messages like: ... PHP Deprecated: Assigning the return value of new by reference is ... Then I tried to install pear on my FreeBSD 8.2 desktop, it again printed all the "PHP Deprecated" messages, but it installed and I even could do "pear upgrade PEAR". ... When I reinstalled pear after this, it rebuilt textproc/php5-xml and asked me to deinstall/reinstall that port first which it didn't do before. ... (freebsd-questions) - RE: apache13_modssl + mod_php4 + php4-extenstions +mysql323-*+myphpadmin = ...
... XFree86-libraries-4.4.0_3 XFree86-4 libraries and headers ... libmcrypt-2.5.7_1 Multi-cipher cryptographic library (used in PHP) ... pear-Archive_Tar-1.2 PEAR tar file management class ... php4-domxml-4.3.10_2 The domxml shared extension for php ... (freebsd-questions) |
|