Re: [PHP-INSTALL] PHP 5.2.5 Install Issues - reentrancy

[email protected] (Christopher Jones)
Newsgroups php.install
Message-ID <[email protected]>

[email protected] wrote:
 > I changed the C file at all three places where it was giving error and that resolved the issue.
 >
 > From line 63, I removed the numeric value present in the function call. 	
 >  --- if (ctime_r(clock, buf) == buf)
 >
 > From line 63, I removed the numeric value present in the function call. 	
 >  --- if (asctime_r(tm, buf) == buf)
 >
 > In line 139, I added result variable in the function call.
 >  --- readdir_r(dirp, entry, result);

Looks like your system is using the POSIX definitions of those
functions by default.

I can see other projects have reported the opposite issue:
http://mail-index.netbsd.org/pkgsrc-bugs/2008/04/25/msg002223.html

If this is still an problem (as I expect it will be) with latest PHP
5.2 snapshot from http://snaps.php.net/ can you log a bug at
http://bugs.php.net/ ?

Chris

-- 
Email: [email protected]  Tel: +1 650 506 8630
Twitter:  http://twitter.com/ghrd    Free PHP Book: http://tinyurl.com/UGPOM
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.