Hi,
Version PHP 5.1
file main/php_init.c
function int php_init_config() uses realpath. 
In NetWare our earlier releases of LibC SDK has no realpath
implementation.

I could see the following lines in TSRM/tsrm_virtual_cwd.c

#ifndef HAVE_REALPATH
#define realpath(x,y) strcpy(y,x)
#endif

Why not this be in TSRM/tsrm_virtual_cwd.h so that it will work in all
the cases.

Can I go ahead and checkin this?

With regards
Kamesh Jayachandran

-- 
http://www.fastmail.fm - Does exactly what it says on the tin

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to