From owner-freebsd-questions@freebsd.org Sun Jan 5 17:02:39 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CAB5E1DADD7 for ; Sun, 5 Jan 2020 17:02:39 +0000 (UTC) (envelope-from ml-ktk@netlabs.org) Received: from r2-d2.netlabs.org (r2-d2.netlabs.org [213.238.45.90]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47rQ1V1WQ5z4VMT for ; Sun, 5 Jan 2020 17:02:37 +0000 (UTC) (envelope-from ml-ktk@netlabs.org) Received: (qmail 66049 invoked by uid 89); 5 Jan 2020 17:02:35 -0000 Received: by simscan 1.4.0 ppid: 66045, pid: 66047, t: 0.0307s scanners:none Received: from unknown (HELO whiteroom.metropolis.netlabs.org) (ml-ktk@netlabs.org@213.144.156.18) by 0 with ESMTPA; 5 Jan 2020 17:02:35 -0000 Subject: Re: phpMyAdmin can't find hash() in Apache 2.4 with PHP 7.4 To: freebsd-questions@freebsd.org References: <5363c3c4-6374-b15e-cd1b-b84469724d20@netlabs.org> From: Adrian Gschwend Message-ID: <76981365-396d-7bfb-28cc-9e67b644e215@netlabs.org> Date: Sun, 5 Jan 2020 18:02:34 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:68.0) Gecko/20100101 Thunderbird/68.3.1 MIME-Version: 1.0 In-Reply-To: <5363c3c4-6374-b15e-cd1b-b84469724d20@netlabs.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 47rQ1V1WQ5z4VMT X-Spamd-Bar: ++++ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of ml-ktk@netlabs.org has no SPF policy when checking 213.238.45.90) smtp.mailfrom=ml-ktk@netlabs.org X-Spamd-Result: default: False [4.56 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[netlabs.org]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_SPAM_MEDIUM(0.93)[0.927,0]; RCVD_TLS_LAST(0.00)[]; NEURAL_SPAM_LONG(1.00)[0.999,0]; RCVD_IN_DNSWL_NONE(0.00)[90.45.238.213.list.dnswl.org : 127.0.10.0]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:9211, ipnet:213.238.32.0/20, country:DE]; MID_RHS_MATCH_FROM(0.00)[]; IP_SCORE(1.73)[ipnet: 213.238.32.0/20(4.85), asn: 9211(3.82), country: DE(-0.02)]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jan 2020 17:02:39 -0000 On 03.01.20 18:34, Adrian Gschwend wrote: > And I get a hash as expected. However, if I run the same file from > Apache 2.4, I get "undefined function" as well, same like the > phpMyAdmin error message above. FYI I solved the issue, if I would have payed better attention to the version string in phpinfo() I would have noticed, that I somehow installed mod_php72 instead of mod_php74... All good now with correct mod_php version. regards Adrian