Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25013 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29627 invoked by uid 1010); 27 Jul 2006 14:38:05 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 29612 invoked from network); 27 Jul 2006 14:38:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Jul 2006 14:38:04 -0000 Authentication-Results: pb1.pair.com header.from=jmertic@gmail.com; domainkeys=good DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: jmertic@gmail.com X-Host-Fingerprint: 64.233.182.188 nf-out-0910.google.com Linux 2.4/2.6 Received: from ([64.233.182.188:56639] helo=nf-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.3 r(11751M)) with ESMTP id 26/33-23194-ACFC8C44 for ; Thu, 27 Jul 2006 10:38:03 -0400 Received: by nf-out-0910.google.com with SMTP id y25so201022nfb for ; Thu, 27 Jul 2006 07:37:59 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=DqD9dubp/a2KiBnJO+a1SxKIbj8P2p26SYSi/1Yqg6aepyImzN3+toim5kDEtSc6ue9N23H9gwEi0DOtKp0To40cb8mBLvXRavWBjrliQvwu2MgALqKqQUbLjpwV9Fat41Oe+u3/FH6GxwPrSDUMpjtRqLfPfRnB9+JZ+wztEuc= Received: by 10.78.177.3 with SMTP id z3mr4012177hue; Thu, 27 Jul 2006 07:37:59 -0700 (PDT) Received: by 10.78.123.3 with HTTP; Thu, 27 Jul 2006 07:37:59 -0700 (PDT) Message-ID: <2a9adcf0607270737v78bb79d8tb5ba4ffb90a9072d@mail.gmail.com> Date: Thu, 27 Jul 2006 10:37:59 -0400 To: internals@lists.php.net MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Updated PHP Windows Installer From: jmertic@gmail.com ("John Mertic") Hi there, First off, thanks to everyone who downloaded the installer and gave great feedback; I've incorporated many of the changes in this updated version. Changes: - Installs PHP 5.2.0 RC1 - Configures Apache ( both module and CGI ) and Sambar Server. - Reorganized install menu - Grouped PECL and built-in extensions into one group. - Flattened menu under 'Web Server Setup' - Put PEAR and PHP Manual under Extras - Removed option to install features on demand, since it doesn't apply. - Made auto-registration of .php files with php-win.exe optional. - Added PHPRC environment variable; this should get around any issues with Apache not finding the php.ini file from my testing. Download the new installer below: http://mirrors.emini.eu/php-installer/php-5.2.0RC1-win32-installer.msi NOTE: You will need to uninstall the previous version before installing, or you can upgrade it by issuing the following command: msiexec /i php-5.2.0RC1-win32-installer.msi REINSTALL=ALL REINSTALLMODE=vomus Again any feedback would be appreciated. -- Later, John Mertic "Explaining a joke is like dissecting a frog: you jmertic@gmail.com understand it better, but the frog dies in the process." -Mark Twain