超越PHP PHP动态 | 经典文章 | CLASS | 相关下载 | 常见问题 | FORUM | WIKI | 在线手册
Site search:    
<Installation of PECL extensionsOther problems>
Last updated: Fri, 22 Jun 2007

章 8. Problems?

Read the FAQ

Some problems are more common than others. The most common ones are listed in the PHP FAQ, part of this manual.




add a note add a note User Contributed Notes
Problems?
big_ben at topmail dot de
07-Jul-2000 06:55
When I tried to install PHP on HPUX I got the error message: "redefinition of php_localtime_r()"

To solve this problem you have to modify the file "reentrancy.c":

The "#if defined(PHP_HPUX_TIME_R)"  section end on line 79 witd the "#endif" command.

To avoid a redefinition of the functions you have to add an "#else" statement instead and move the "#else"  statement after the definition of "php_gmtime_r()" in line 154.

<Installation of PECL extensionsOther problems>
 Last updated: Fri, 22 Jun 2007
view source | feedback | send page | sitemap | aboutus   
Copyright ® 2002-2003 PHPE.NET. All rights reserved
Last updated:2002-11-22