Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43533 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47756 invoked from network); 28 Mar 2009 23:47:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Mar 2009 23:47:35 -0000 Authentication-Results: pb1.pair.com smtp.mail=philip@roshambo.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=philip@roshambo.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain roshambo.org from 70.38.37.248 cause and error) X-PHP-List-Original-Sender: philip@roshambo.org X-Host-Fingerprint: 70.38.37.248 ip-70-38-37-248.static.privatedns.com Received: from [70.38.37.248] ([70.38.37.248:47360] helo=october.pilotpig.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1F/67-34123-617BEC94 for ; Sat, 28 Mar 2009 18:47:35 -0500 Received: from c-76-22-32-17.hsd1.wa.comcast.net ([76.22.32.17] helo=[192.168.1.2]) by october.pilotpig.net with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69) (envelope-from ) id 1LniFH-0003it-Bh; Sat, 28 Mar 2009 19:47:23 -0400 Cc: internals@lists.php.net Message-ID: To: =?WINDOWS-1252?Q?Josef_=8Aim=E1nek?= In-Reply-To: <744ffb620903281107n63e1c69fi59f5ceabef86d347@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Date: Sat, 28 Mar 2009 16:48:23 -0700 References: <744ffb620903281107n63e1c69fi59f5ceabef86d347@mail.gmail.com> X-Mailer: Apple Mail (2.930.3) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - october.pilotpig.net X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roshambo.org X-Source: X-Source-Args: X-Source-Dir: Subject: Re: [PHP-DEV] Bug tracker code refactoring From: philip@roshambo.org (Philip Olson) Greetings Josef, Most people on this list have no desire to look at or work on the bug tracker code, so it's a good idea to not ask questions about it here. I'm volunteering to mentor you [if your gsoc application is accepted] so as such please either write me or for global discussions write the php-webmaster@ list. Sorry I wasn't clear about that earlier. > I have one question. I'm writing bug tracker README file. There is > config.php with MySQL access parametrs (only), but the code is not > using them. So i replaced all parametrs in mysql_connection and > mysql_select_db functions used in code. Now I can simply write into > README file something like : create mysql tables using bugs.sql, edit > config.php file with your mysql access ... Sounds good so far. Also, the DEVBOX constant and perhaps an email address or three. > But there is one problem. Bug tracker have few files in include folder > (config.php also), but in code is used only (for example) require_once > "prepend.inc" (prepend.inc is in include diretory too). So there > should be include folder in php path (or tracker is not working - > can't find those files). Is better to write into the README, that > include folder must be in php path or to rewrite require_once > parameters (using DIRECTORY_SEPARATOR constant and path to include > directory) ? It's better to not force developers to adjust their master include_path directive. Regards, Philip