php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2114 php3_hash.c structure has no member
Submitted: 1999-08-20 11:34 UTC Modified: 1999-08-28 06:16 UTC
From: forsyth at dataforge dot on dot ca Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0.12 OS: Linux RedHat 6.0
Private report: No CVE-ID: None
 [1999-08-20 11:34 UTC] forsyth at dataforge dot on dot ca
Apache 1.3.9, Modssl 2.4.0-1.3.9, openssl 0.9.4, postgres 6.5.1
php3 3.0.12.
./configure --with-apache=../apache_1.3.9 --with-pgsql=../
postgresql-6.5.1/src --enable-debug=no
ok.
make
get...
php3_hash.c: In function `_php3_hash_indestroy':
php3_hash.c:83: structure has no member named `indestroy'
php3_hash.c: In function `_php3_hash_init':
php3_hash.c:143: structure has no member named `indestroy'
php3_hash.c: In function `_php3_hash_destroy':
php3_hash.c:665: structure has no member named `indestroy'
gmake: *** [php3_hash.o] Error 1
Ouch.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-08-28 06:16 UTC] sas at cvs dot php dot net
This should only happen, if php3_hash.h was mangled somehow. Try a clean compile (e.g. start from scratch)
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Sat Jun 27 13:00:01 2026 UTC