Home » PEAR » PEAR » Bug #7662
Unwanted notices under PHP5
Details
| Submitted | 2006-05-18 15:15 UTC |
|---|---|
| From | frederes at free dot fr |
| Status | Bogus |
| Package | PEAR |
| PHP Version | 5.1.4 |
| OS | LINUX / WINDOWS XP |
| Roadmaps | (Not assigned) |
Comments
[2006-05-18 15:15 UTC] frederes at free dot fr
Description:
------------
Notice: Undefined variable: priority in
\PEAR\PEAR.php [275] : is_a(): Deprecated. Please use the instanceof operator
Test script:
---------------
try a simple application with PEAR DB and set PHP notices ON and run the script...
Expected result:
----------------
no notices !
Actual result:
--------------
Notice: Undefined variable: priority in
\PEAR\PEAR.php [275] : is_a(): Deprecated. Please use the instanceof operator