ID: 43409 Updated by: [EMAIL PROTECTED] Reported By: pardust at gmail dot com Status: Open Bug Type: URL related Operating System: windows xp PHP Version: 5.2.5 New Comment:
No, no... This function not work as you expect. Refers http://en.wikipedia.org/wiki/Hard_link Previous Comments: ------------------------------------------------------------------------ [2007-11-26 09:59:28] pardust at gmail dot com Description: ------------ Fatal error: Call to undefined function link() in.. and unfortunately i encountered same error with readlink() function... configuretion in php.ini seems ok.. Reproduce code: --------------- Code; $path="info.php"; $linkname="get your php information here"; echo link($path,$linkname); Expected result: ---------------- <a href="info.php>get your php information here</a>. Actual result: -------------- Output: Fatal error: Call to undefined function link() in C:\apache-php\Apache\htdocs\for.php on line 39 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=43409&edit=1
