|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-08-23 08:46 UTC] sniper@php.net
[2000-09-25 19:08 UTC] stas@php.net
[2000-11-01 12:06 UTC] sniper@php.net
[2000-12-07 11:19 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 15 11:00:01 2025 UTC |
I don't know if this was bug or not. It might be caused by lack of my knowledge. I made php4.0.1p12 on SGI O2(irix 6.5.8, MIPSpro 7.3) and found error message in SYSLOG file like below. Jul 13 15:09:30 5B:mikan rld[1402]: 1402:/usr/local/apache/bin/httpd: rld: Fatal Error: attempted access to unresolvable symbol in /usr/local/apache/libexec/libphp4.so: _array_init I modified php_config.h manually (line #60) and the problem has removed. 59 /* Define as __inline if that's what the C compiler calls it. */ 60 #define inline Now <? phpinfo() ?> works fine. Next, I encounter Bus error (10) of apache (1.3.12) daemon while I was testing simplest php script. unfortunately core file wasn't made. I can't do further investigation for this problem. I am using apache 1.3.12, postgresql 7.0.2 Any hists for resolving this?