|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1999-12-15 02:41 UTC] evan at cvs dot php dot net
[1999-12-16 23:49 UTC] evan at cvs dot php dot net
[1999-12-17 10:17 UTC] pedrosegura at retemail dot es
[1999-12-17 10:20 UTC] andrei at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 00:00:02 2025 UTC |
Apache dumps core: Program received signal SIGSEGV, Segmentation fault. 0x80816e9 in zend_hash_add_or_update (ht=0x0, arKey=0x8118bd0 "ereg", nKeyLength=5, pData=0xefbfb9ac, nDataSize=16, pDest=0x0, flag=2) at zend_hash.c:135 135 h = ht->pHashFunction(arKey, nKeyLength); My installation: $ ./configure --with-mysql --with-apache=../apache_1.3.4 --enable-track-vars $ make $ make install $ cd ../apache_1.3.4 $./configure \ "--with-layout=Apache" \ "--prefix=/usr/local/apache" \ "--enable-module=rewrite" \ "--enable-shared=rewrite" \ "--enable-module=log_referer" \ "--enable-shared=log_referer" \ "--activate-module=src/modules/php4/libphp4.a" $ make $ cp src/httpd /usr/local/apache/bin/ $ /usr/local/apache/bin/httpd I hope this helps...