Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:2347 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80854 invoked from network); 16 Jun 2003 11:32:21 -0000 Received: from unknown (HELO idg.nl) (62.250.13.20) by pb1.pair.com with SMTP; 16 Jun 2003 11:32:21 -0000 Received: from ghost.php.net (localhost [127.0.0.1]) by idg.nl (8.12.8p1/8.12.8) with ESMTP id h5GBW0Gd011691; Mon, 16 Jun 2003 13:32:00 +0200 (CEST) Message-ID: <5.1.0.14.2.20030616132649.05b70308@wheresmymailserver.com> X-Sender: (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Mon, 16 Jun 2003 13:31:57 +0200 To: ohp@pyrenet.fr Cc: internals@lists.php.net In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] HEADS UP! PHP 4.3.3RC1 to be rolled this week.. From: msopacua@php.net (Melvyn Sopacua) At 13:11 16-6-2003, ohp@pyrenet.fr wrote: >Is there an chance that you could put BSD realpath source and compile it >in PHP. This should solve the fopen and safe_mode bug on some systems >(unixware, TRU64UNIXX) whe realpath doesn'tt behave the way PHP expects. If you decide to make a patch for this, then make sure you take the FreeBSD 4.8-STABLE branch. The re-entrant version of BSD realpath has had a bug for some time and this is only fixed in 4.8-STABLE and 5.x with __FreeBSD_version 500110. See: http://lists.freebsd.org/mailman/htdig/freebsd-stable/2003-May/001203.html for details. With kind regards, Melvyn Sopacua