Re: PHP 5.2.5 Install Issues - reentrancy

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



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);

--
This message was sent on behalf of bunti1976@xxxxxxxxxxxx at openSubscriber.com
http://www.opensubscriber.com/message/php-install@xxxxxxxxxxxxx/8484593.html

[Index of Archives]     [PHP Users]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [Postgresql]     [PHP Books]     [PHP Databases]     [PHP SOAP]
  Powered by Linux