PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_Table_Matrix » Bug #1900

Package Related: examples not included in 'doc_dir' but in 'php_dir'

Details

Submitted2004-07-17 02:02 UTC
Fromcsouza at clepsidra dot net
StatusBogus
PackageHTML_Table_Matrix
PHP Version4.3.7
OSany
Roadmaps(Not assigned)

Comments

[2004-07-17 02:02 UTC] csouza at clepsidra dot net

Description:
------------
error:

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in E:\PEAR\pear\HTML\Table\Matrix\Filler.php on line 84

regards.

[2004-07-17 02:13 UTC] csouza at clepsidra dot net

Examples are not included in the PEAR Documentation directory but are found in the PEAR Directory.

_____________________________________________

Aside from that, the example shows the following error under E_ALL:

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in E:\PEAR\pear\HTML\Table\Matrix\Filler.php on line 84

[2004-07-17 02:14 UTC] csouza at clepsidra dot net

not a real bug