ID:               27177
 Updated by:       [EMAIL PROTECTED]
 Reported By:      bojanv55 at hotmail dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Documentation problem
 Operating System: windows
 PHP Version:      Irrelevant
 New Comment:

This was fixed almost 4 months ago. The CHM documentation has not been
built for a while. Next time you'd like to report a typographical
error, check the website's manual first. The CHM version uses exactly
the same documentation as the website does, but the website is updated
a lot more often. Thanks!


Previous Comments:
------------------------------------------------------------------------

[2004-02-07 07:46:32] bojanv55 at hotmail dot com

Description:
------------
I have found a bug on page function.php-logo-guid.html
[chm date: 2003-09-06]...

Reproduce code:
---------------
<?php 

echo '<im src="' . $_SERVER['PHP_SELF'] . 
    '?=' . php_logo_guid() . '" alt="PHP Logo !" />'; 

?>

Expected result:
----------------
<?php 

echo '<img src="' . $_SERVER['PHP_SELF'] . 
    '?=' . php_logo_guid() . '" alt="PHP Logo !" />'; 

?>



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=27177&edit=1

Reply via email to