Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30026 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21361 invoked by uid 1010); 1 Jun 2007 11:06:56 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 21335 invoked from network); 1 Jun 2007 11:06:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Jun 2007 11:06:56 -0000 Authentication-Results: pb1.pair.com header.from=jani.taskinen@sci.fi; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=jani.taskinen@sci.fi; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain sci.fi from 63.208.196.171 cause and error) X-PHP-List-Original-Sender: jani.taskinen@sci.fi X-Host-Fingerprint: 63.208.196.171 outbound.mailhop.org FreeBSD 4.6-4.9 Received: from [63.208.196.171] ([63.208.196.171:1335] helo=outbound.mailhop.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E6/91-03780-9CDFF564 for ; Fri, 01 Jun 2007 07:06:52 -0400 Received: from [81.22.163.71] (helo=[10.6.109.37]) by outbound.mailhop.org with esmtpsa (SSLv3:RC4-MD5:128) (Exim 4.63) (envelope-from ) id 1Hu4xs-000Kkg-IA; Fri, 01 Jun 2007 07:06:40 -0400 X-MHO-User: U2FsdGVkX1+oWVXGOoC02SXnKnvwTJ0Rfrdlnz7GyGI= X-MHO-User: U2FsdGVkX18qVblyAm1cCZPmu8/KHzx3Pz9QgijyyOI= X-MHO-User: U2FsdGVkX1+uUBvCrCA+ZBQ4TBr1JGAZumRPaTzfR/M= X-MHO-User: U2FsdGVkX19qwi0fqpR9B+yG80nI86JQQ1x8nG5BnyQ= X-MHO-User: U2FsdGVkX19qz21ujMX1VAad+2u9nmOPAoo/q1iWkWQ= X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 81.22.163.71 X-Report-Abuse-To: abuse@dyndns.com (see http://www.mailhop.org/outbound/abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX18t6KGeQWnMGj5HxSbogy58HO/h7+q3/dw= Reply-To: jani.taskinen@iki.fi To: Arnold Daniels Cc: Stanislav Malyshev , ceo@l-i-e.com, jani.taskinen@iki.fi, Antony Dovgal , 'PHP Internals' In-Reply-To: <465FE701.6080401@adaniels.nl> References: <465E00E2.4010905@zend.com> <465E08D9.4020101@sci.fi> <465E7A28.3010100@zend.com> <465E8F99.70407@sci.fi> <49250.216.230.84.67.1180642728.squirrel@www.l-i-e.com> <465F305A.9020902@zend.com> <465FE701.6080401@adaniels.nl> Content-Type: text/plain Date: Fri, 01 Jun 2007 14:06:37 +0300 Message-ID: <1180695997.3481.2.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.8.3 (2.8.3-2.fc6) Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] 5 or 6? From: jani.taskinen@sci.fi (Jani Taskinen) Because it's --program-suffix and not --library-suffix. --Jani On Fri, 2007-06-01 at 11:29 +0200, Arnold Daniels wrote: > Hi, > > Why isn't the Apache module appended with the same suffix as the other > binaries (configuration option --program-suffix). It seems like the > logical solution here. That way you can have any different versions if > you want, but the default is just the overwrite. > > Best regards, > Arnold > > > > Stanislav Malyshev wrote: > >> I'd rather not have my old libphp#.so file over-written when I install > >> a new version, in case things go horribly wrong and I want to just > >> roll-back... > > > > Then you have the same reason to worry right now - every php5 install > > from 5.0.0 to 5.2.3 overwrites libphp5.so. > > > >> There was a time where one could have 2 php mod versions running at > >> once, as I recall, and having different filenames was kinda important, > >> eh? > > > > Well, there was a setting that kinda allowed that, but I'm not sure it > > ever worked correctly - there are all sorts of symbol clashes, etc. > > > > On the other hand, you can happily run two (or a dozen :) PHP versions > > right now - just install any FastCGI implementation, compile two > > cgi-fcgi PHPs and install. Only thing you would need to care about is > > to give them separate php.ini's and/or separate extension directories.