Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5132 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87022 invoked by uid 1010); 30 Oct 2003 21:25:09 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 86978 invoked by uid 1007); 30 Oct 2003 21:25:09 -0000 Message-ID: <20031030212509.86977.qmail@pb1.pair.com> To: internals@lists.php.net Date: Thu, 30 Oct 2003 16:25:10 -0500 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-us, en MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 66.65.38.11 Subject: php5ts.dll? From: greg@chiaraquartet.net (Greg Beaver) Hi, The beta 2 of PHP 5 is very nice, and the addition of __toString() will be a godsend for templating. I have only one caveat with the release: the primary dll php4ts.dll and the apache module php4apache.dll (and any other module) has not yet been renamed to php5ts.dll and php5apache.dll in the windows distribution. I remember CVS activity months ago to do this, is there any chance the next beta will move to this change? To switch between php 4 and php 5 now, I simply use a .bat file, so it's not a critical issue for me, but would be a nice convenience, especially when testing apps that should run perfectly in both php 4 and 5. Thanks, Greg