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

2009-02-12 Thread Christopher Jones
bunti1...@cooltoad.com 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 pr

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

2009-02-12 Thread bunti1976
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.