From owner-freebsd-ports@FreeBSD.ORG Fri Mar 16 21:15:47 2007 Return-Path: X-Original-To: ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E7F7416A401 for ; Fri, 16 Mar 2007 21:15:47 +0000 (UTC) (envelope-from dandee@hellteam.net) Received: from pipa.vshosting.cz (pipa.vshosting.cz [81.0.201.10]) by mx1.freebsd.org (Postfix) with ESMTP id A5CF313C455 for ; Fri, 16 Mar 2007 21:15:47 +0000 (UTC) (envelope-from dandee@hellteam.net) Received: from localhost (localhost [127.0.0.1]) by pipa.vshosting.cz (Postfix) with ESMTP id 368301C97FE; Fri, 16 Mar 2007 22:15:42 +0100 (CET) Received: from pipa.vshosting.cz ([127.0.0.1]) by localhost (pipa [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 04457-10; Fri, 16 Mar 2007 22:15:36 +0100 (CET) Received: from gandalf (unknown [81.0.245.205]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by pipa.vshosting.cz (Postfix) with ESMTP id B427C1C9815; Fri, 16 Mar 2007 22:15:36 +0100 (CET) From: =?UTF-8?Q?Daniel_Dvo=C5=99=C3=A1k?= To: Date: Fri, 16 Mar 2007 22:15:38 +0100 Organization: Projekt HELL Message-ID: <007401c76810$4036ff20$6508280a@tocnet28.jspoj.czf> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 Thread-Index: AcdoED6kn117S9DMT32qrDw7rIhCnw== X-Virus-Scanned: by amavisd-new at pipa.vshosting.cz Cc: ports@FreeBSD.org Subject: FreeBSD Port: phpMyAdmin-2.10.0.2 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dandee@hellteam.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Mar 2007 21:15:48 -0000 In March there were reports about bad dependences for phpMyAdmin, = specially missing php-ctype like this=20 http://lists.freebsd.org/pipermail/freebsd-ports-bugs/2007-March/114357.h= tml It seems that the latest phpmyadmin-2.10.0.1 release now requires functions from the PHP ctype module. undefined function ctype_digit() /usr/local/www/phpMyAdmin/libraries/common.lib.php on line 2981 It seems that this was fixed between version 2.10.0.1 - 2.10.0.2 in = Makefile. But today I did clean instalation of phpMyAdmin-2.10.0.2 port and after = simple configuration through /scripts/setup.php with cookies auth-type = instead of function phpMyAdmin site I saw this bug: Fatal error: Call to undefined function ctype_digit() in = /usr/local/www/phpMyAdmin/libraries/common.lib.php on line 2993 It seems something wrong with php5-ctype ? What can I do with this ?