Home » Text » Text_Highlighter » Bug #8756
Notice re variable reference
Details
| Submitted | 2006-09-21 12:36 UTC |
|---|---|
| From | leonie dot j dot price at gmail dot com |
| Status | Bogus |
| Package | Text_Highlighter |
| PHP Version | 5.1.4 |
| OS | Windows |
| Roadmaps | (Not assigned) |
Comments
[2006-09-21 12:36 UTC] leonie dot j dot price at gmail dot com
Description:
------------
On loading the highlighter I get this notice:
Notice: Only variable references should be returned by reference in E:\Apache\htdocs\com_source\text\Highlighter.php on line 207
Test script:
---------------
require_once( './text/Highlighter.php' );
Expected result:
----------------
A work around to turn off the notice.
[2006-09-21 13:45 UTC] leonie dot j dot price at gmail dot com
Wasn't picking up the PEAR library. Once fixed the error went.