Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32803 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48026 invoked by uid 1010); 16 Oct 2007 05:03:44 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 48011 invoked from network); 16 Oct 2007 05:03:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Oct 2007 05:03:43 -0000 Authentication-Results: pb1.pair.com smtp.mail=ab5602@wayne.edu; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=ab5602@wayne.edu; sender-id=unknown Received-SPF: error (pb1.pair.com: domain wayne.edu from 141.217.1.231 cause and error) X-PHP-List-Original-Sender: ab5602@wayne.edu X-Host-Fingerprint: 141.217.1.231 mirapointmr2.wayne.edu Received: from [141.217.1.231] ([141.217.1.231:14863] helo=mirapointmr2.wayne.edu) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 6B/E2-18938-E2644174 for ; Tue, 16 Oct 2007 01:03:42 -0400 Received: from ab5602-home.local (ab5602.cc.wayne.edu [141.217.4.107]) by mirapointmr2.wayne.edu (MOS 3.8.5-GA) with ESMTP id EGC87863; Tue, 16 Oct 2007 01:03:39 -0400 (EDT) Message-ID: <4714462B.2060606@wayne.edu> Date: Tue, 16 Oct 2007 01:03:39 -0400 Organization: Wayne State University User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: "Brian A. Seklecki" CC: internals@lists.php.net References: <471423B1.9040207@wayne.edu> <20071015233753.G50776@arbitor.digitalfreaks.org> In-Reply-To: <20071015233753.G50776@arbitor.digitalfreaks.org> X-Enigmail-Version: 0.95.3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Junkmail-Status: score=10/60, host=mirapointmr2.wayne.edu X-Junkmail-SD-Raw: score=unknown, refid=str=0001.0A090207.47144625.0048,ss=1,fgs=0, ip=141.217.4.107, so=2007-07-31 18:51:00, dmn=5.4.3/2007-09-06 Subject: Re: [PHP-DEV] My musings on... a Solaris test platform From: ab5602@wayne.edu (Rob Thompson) Thanks Brian, I sincerely feel that many PHP developers have their hands tied in several ways. The least of which being that the reported bugs are often not immediately and easily reproducible in a sane build environment that is easily accessible to the developer. To a developer who is voluntarily tasked with fixing a bug, their entire environment is called into question or is suspect as being inexact. This same issue does not exist for the bug reporter, who may post reports with verbiage such as "look! look! it doesn't work!" and demand restitution, back-pay, pay-back and public reprimand when the often quirky, obscure, un-reproducible fix is not immediately submitted to a time-tested and stable code base. Both sides are understandable, however, it would be a benefit to both parties to have some immediately accessible environments that are up-to-date, hopelessly obscure in their own right, and offer the developer a sane benchmark with which to base a prognosis. Again, this idea may be a waste of time if this situation does not exist, but I think it's workable. -Rob Brian A. Seklecki wrote: > On Mon, 15 Oct 2007, Rob Thompson wrote: > >> Hello, >> >> I've been thinking about Solaris support for PHP and some of the >> difficulty surrounding reproducing bugs under different Solaris OS >> versions, not to mention OS patch versions. > > If you cant get traction feeding Sun-specific patches upstream, you > should you should work with the Pkgsrc people. Pkgsrc can save Solaris > (in that Stabbing Westward sense). See: > > http://pkgsrc.habel.name/packages/SunOS-5.9-sparc/lang/ > > php-5.2.3nb2.tgz 2007-Jun-10 11:53:47 3.2M application/x-tgz > php-5.2.3nb3.tgz 2007-Sep-27 16:54:00 3.2M application/x-tgz > > http://www.pkgsrc.org/ > > They're experts at resolving toolchain and portability problems. > They're also not likely to turn down access to hardware for bulk-build > machines. > > Oh and bug reports wont get closed as "Won't fix" :) > > ~BAS