Hi all,


I've finally succeeded to build PHP-4.0.4pl1 on VC++ and obtained 
PHP.EXE.   However, the PHP.EXE crushes when free(cwd) is called
in virtual_getcwd() defined in "TSRM/tsrm_virtual_cwd.c", and cwd is
a return value of strdup() in virtual_getcwd_ex().

I suppose that Module of alloc function is differnt from Module of 
free function, because stepping into free() is possible but 
stepping into strdup() is not possible.

So, could anyone help me to fix the problem ?


regards,
N.Tsuda
http://i.am/tsuda/
http://www.vivi-vine.org/
http://vivi.dyndns.org/

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to