Edit report at https://bugs.php.net/bug.php?id=55101&edit=1
ID: 55101 Updated by: paj...@php.net Reported by: vr...@php.net Summary: Reflection tries to find symlink() and readlink() when they don't exist Status: Open Type: Bug Package: Reflection related Operating System: Windows XP PHP Version: 5.4.0alpha1 Block user comment: N Private report: N New Comment: It certainly does something nasty, can you try to figure out where pls? Previous Comments: ------------------------------------------------------------------------ [2011-07-01 09:07:36] vr...@php.net I know, it is even mentioned in the bug report. The problem is that Reflection doesn't know it and produces an Internal error. ------------------------------------------------------------------------ [2011-07-01 09:06:29] paj...@php.net re-open, but really not sure if it is fixable in reflexion, but there is no bug in these functions per se :) ------------------------------------------------------------------------ [2011-07-01 09:04:46] paj...@php.net They are also dynamically available, we remove them at init time if the Windows version is < vista. ------------------------------------------------------------------------ [2011-07-01 09:03:54] paj...@php.net They are only available in vista and later. ------------------------------------------------------------------------ [2011-07-01 08:54:29] vr...@php.net The first line of Test script should be: var_dump(function_exists('readlink')); It outputs bool(false) mentioned in the result. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at https://bugs.php.net/bug.php?id=55101 -- Edit this bug report at https://bugs.php.net/bug.php?id=55101&edit=1