Kill some warnings and notices
Status: Alpha
Brought to you by:
eugenfernea
This patch should kill some warnings and notices from
PHP when errors are set to E_ALL. One warning is a
divide by zero when creating an empty chart.
Also consider killing line 236 of 0.9.2-a since
$m_withLegend isn't set and also throws a warning
unless legends will be in the next version.
Kill some warnings and notices
Logged In: YES
user_id=14655
Forgot to click the checkbox to tell Sourceforge I'm
uploading a file...
Kill some warnings and notices with phpdoc
Logged In: YES
user_id=14655
Here's a newer patch with the class documentation placed
inline in loose PHPDoc format according to
http://phpdoc.org/ in addition to the warning stuff in the
previous patch. It also converts tabs to spaces and moves
brackets for functions to be "one true brace" according to
PEAR coding guidelines at http://pear.php.net/.