|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-08-12 09:36 UTC] danielc at analysisandsolutions dot com
[2004-08-12 11:07 UTC] teunkloosterman at hotmail dot com
[2004-08-12 12:16 UTC] danielc at analysisandsolutions dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 21:00:01 2025 UTC |
Description: ------------ there's a space missing in go-pear.com on line 1606, it is: <?phpecho implode(', ', $GLOBALS['pfc_packages']);?>.<br/> it should be: <?php echo implode(', ', $GLOBALS['pfc_packages']);?>.<br/>