Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:7288 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83250 invoked by uid 1010); 23 Jan 2004 09:16:48 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 83214 invoked from network); 23 Jan 2004 09:16:47 -0000 Received: from unknown (HELO plim.fujitsu-siemens.com) (217.115.66.8) by pb1.pair.com with SMTP; 23 Jan 2004 09:16:47 -0000 Received: from trulli.pdb.fsc.net ([172.25.96.53]) by plim.fujitsu-siemens.com (8.11.3/8.11.3) with ESMTP id i0N9Gku07506; Fri, 23 Jan 2004 10:16:46 +0100 Received: from deejai2.mch.fsc.net (deejai2.mch.fsc.net [172.25.124.236]) by trulli.pdb.fsc.net (8.11.6/8.11.6) with ESMTP id i0N9Gjh04196; Fri, 23 Jan 2004 10:16:45 +0100 Received: from deejai2.mch.fsc.net (d025125rkbke44ch@localhost [127.0.0.1]) by deejai2.mch.fsc.net (8.12.10/8.12.10) with ESMTP id i0N9GcoA046703; Fri, 23 Jan 2004 10:16:38 +0100 (CET) (envelope-from martin@deejai2.mch.fsc.net) Received: (from martin@localhost) by deejai2.mch.fsc.net (8.12.10/8.12.10/Submit) id i0N9Gbaw046702; Fri, 23 Jan 2004 10:16:37 +0100 (CET) (envelope-from martin) Date: Fri, 23 Jan 2004 10:16:37 +0100 To: Marcus Boerger Cc: Martin Kraemer , internals@lists.php.net Message-ID: <20040123091637.GB80022@deejai2.mch.fsc.net> References: <20040115170830.GA60445@deejai2.mch.fsc.net> <102109045968.20040115203958@marcus-boerger.de> <20040115201900.GA28871@deejai2.mch.fsc.net> <702115865593.20040115223338@marcus-boerger.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <702115865593.20040115223338@marcus-boerger.de> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 4.9-STABLE FreeBSD 4.9-STABLE X-Organization: Fujitsu Siemens Computers (Muenchen, Germany) X-Disclaimer: THE COMMENTS CONTAINED IN THIS MESSAGE REFLECT THE VIEWS OF THE WRITER AND ARE NOT NECESSARILY THE VIEWS OF FUJITSU SIEMENS COMPUTERS X-No-Junk-Mail: I do not want to get *any* junk mail. X-Virus-Scanned: by amavisd-new Subject: Re: [PHP-DEV] PHP 4.3.5RC1 and dba(db4) From: Martin.Kraemer@Fujitsu-Siemens.com (Martin Kraemer) On Thu, Jan 15, 2004 at 10:33:38PM +0100, Marcus Boerger wrote: > > > I'll report when I found anything. > > Could you please update your php to current cvs version (PHP4.3.5RC1-dev and > PHP5-dev). Also if that doesn't help you could update db4 to db4>=4.1.25 and > test with db3 or db2 version. And what is the output of > "php run-tests.php ext/dba"? I have upgraded to db4.1.25 and now the locking problems have vanished. The output of php run-tests.php ext/dba follows: env TEST_PHP_EXECUTABLE=$cwd/sapi/cli/php sapi/cli/php run-tests.php ext/dba ===================================================================== CWD : /home/openis/cache/tmp/php-4.3.5RC1 PHP : /home/martin/SRC/plusCD/work/php-4.3.5RC1/sapi/cli/php PHP_SAPI : cli PHP_VERSION : 4.3.5RC1 ZEND_VERSION: 1.3.0 PHP_OS : POSIX-BC - POSIX-BC S130he12.mch.fsc.net 04.0A A35 BS2000 INI actual : More .INIs : Extra dirs : ===================================================================== Running selected tests. PASS DBA CDB handler test [ext/dba/tests/dba_cdb.phpt] (info: CDB does not support replace or delete) FAIL DBA CDB_MAKE handler test [ext/dba/tests/dba_cdb_make.phpt] (info: CDB_MAKE does not support reading) FAIL DBA CDB handler test (read only) [ext/dba/tests/dba_cdb_read.phpt] SKIP DBA DBM handler test [ext/dba/tests/dba_dbm.phpt] (reason: DBM handler not available) SKIP DBA DB2 handler test [ext/dba/tests/dba_db2.phpt] (reason: DB2 handler not available) SKIP DBA DB3 handler test [ext/dba/tests/dba_db3.phpt] (reason: DB3 handler not available) PASS DBA DB4 handler test [ext/dba/tests/dba_db4.phpt] PASS DBA FlatFile handler test [ext/dba/tests/dba_flatfile.phpt] PASS DBA GDBM handler test [ext/dba/tests/dba_gdbm.phpt] PASS DBA INIFILE handler test [ext/dba/tests/dba_inifile.phpt] SKIP DBA NDBM handler test [ext/dba/tests/dba_ndbm.phpt] (reason: NDBM handler not available) PASS DBA File Creation Test [ext/dba/tests/dba001.phpt] (info: FLATFILE handler used) PASS DBA Insert/Fetch Test [ext/dba/tests/dba002.phpt] (info: FLATFILE handler used) PASS DBA Insert/Replace/Fetch Test [ext/dba/tests/dba003.phpt] (info: FLATFILE handler used) PASS DBA Multiple Insert/Fetch Test [ext/dba/tests/dba004.phpt] (info: FLATFILE handler used) PASS DBA FirstKey/NextKey Loop Test With 5 Items [ext/dba/tests/dba005.phpt] (info: FLATFILE handler used) PASS DBA FirstKey/NextKey with 2 deletes [ext/dba/tests/dba006.phpt] (info: FLATFILE handler used) PASS DBA Multiple File Creation Test [ext/dba/tests/dba007.phpt] (info: FLATFILE handler used) PASS DBA magic_quotes_runtime Test [ext/dba/tests/dba008.phpt] (info: FLATFILE handler used) PASS DBA dba_popen Test [ext/dba/tests/dba009.phpt] (info: FLATFILE handler used) So, as I understand it, the problem went away by replacing db-4.0.14 by db-4.1.25. But isn't it going to bite other db4 users? Strange however that php-4.3.3 did not experience these problems. Martin -- | Fujitsu Siemens Fon: +49-89-636-46021, FAX: +49-89-636-47655 | 81730 Munich, Germany