Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39968 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62953 invoked from network); 14 Aug 2008 21:30:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Aug 2008 21:30:28 -0000 Received: from [127.0.0.1] ([127.0.0.1:7264]) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ECSTREAM id 68/77-45372-4F3A4A84 for ; Thu, 14 Aug 2008 17:30:28 -0400 X-Host-Fingerprint: 91.12.1.119 p5B0C0177.dip0.t-ipconnect.de Received: from [91.12.1.119] ([91.12.1.119:14083] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3E/A5-45372-7F0A4A84 for ; Thu, 14 Aug 2008 17:17:44 -0400 To: internals@lists.php.net Message-ID: <48A4A0F4.5050602@digartis.de> Date: Thu, 14 Aug 2008 23:17:40 +0200 User-Agent: Thunderbird 2.0.0.16 (X11/20080724) MIME-Version: 1.0 CC: dmitry@php.net Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 91.12.1.119 Subject: TSRM/tsrm_virtual_cwd.* From: uwe.pries@digartis.de (Uwe Pries) Hello internals, I use following configure script to build PHP 5.3.0alpha2-dev: #! /bin/sh # # Created by configure './configure' \ '--with-apxs2=/usr/local/apache/current/bin/apxs' \ '--with-config-file-path=/etc' \ '--enable-maintainer-zts' \ "$@" With this config (here's my real one: http://home.digartis.de/tmp/config.nice), I get following error on every request to a PHP script: [Wed Aug 13 10:36:53 2008] [error] [client 88.84.153.102] PHP Fatal error: Unknown: Failed opening required '/var/www/htdocs/test.php' (include_path='.:/usr/local/lib/php') in Unknown on line 0 [Wed Aug 13 10:46:12 2008] [error] [client 88.84.153.102] PHP Warning: Unknown: failed to open stream: Not a directory in Unknown on line 0 since that change: http://home.digartis.de/tmp/tsrm_virtual_cwd.diff Switching to a previous revisions or without ZTS support won't cause any problems. Regards Uwe