Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6133 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59415 invoked by uid 1010); 3 Dec 2003 18:05:00 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 59370 invoked from network); 3 Dec 2003 18:04:59 -0000 Received: from unknown (HELO simmts6-srv.bellnexxia.net) (206.47.199.164) by pb1.pair.com with SMTP; 3 Dec 2003 18:04:59 -0000 Received: from php.net ([65.94.1.159]) by simmts6-srv.bellnexxia.net (InterMail vM.5.01.06.05 201-253-122-130-105-20030824) with ESMTP id <20031203180457.BCAV5379.simmts6-srv.bellnexxia.net@php.net>; Wed, 3 Dec 2003 13:04:57 -0500 Message-ID: <3FCE25CE.4050101@php.net> Date: Wed, 03 Dec 2003 13:05:02 -0500 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3.1) Gecko/20030425 X-Accept-Language: fr-ca, fr, en, en-us MIME-Version: 1.0 To: Wez Furlong CC: PHP-Internals References: <09a401c3b92d$a5d03b20$8802a8c0@obsidian> <3FCE1649.9000900@php.net> <0b9401c3b9c0$60164f00$8802a8c0@obsidian> <3FCE1AAF.6050809@php.net> <0bc401c3b9c3$94fc9b90$8802a8c0@obsidian> In-Reply-To: <0bc401c3b9c3$94fc9b90$8802a8c0@obsidian> Content-Type: multipart/mixed; boundary="------------060102020007090903010704" Subject: Re: [PHP-DEV] New win32 build system From: ohill@php.net (Olivier Hill) --------------060102020007090903010704 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Wez Furlong wrote: > However, I don't think we have time to get it working for beta 3, > so someone still needs to edit all those .dsp files, and change > php4 to php5 in main/config.w32.h for the install dir. Maybe we could commit this file for PHP5. As for the dsp/dsw, we have to include new file in CVS. Is someone able to rename all files on the server to php4*.dsp --> php5*.dsp? After this step, a simple find/replace should do the trick. Am I mistaken? Edin? Wez? Oliver -- GB/E/IT d+ s+:+ a-- C++$ UL++++$ P++++ L+++$ E- W++$ N- ?o ?K w--(---) !O M+$ V- PS+ PE- Y PGP t++ 5-- X+@ R- tv++ b++(+++) DI++++ D+ G++ e+>++ h(*) r y+(?) --------------060102020007090903010704 Content-Type: text/plain; name="config.w32.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="config.w32.txt" --- main/config.w32.h 29 Nov 2003 22:48:41 -0000 1.81 +++ main/config.w32.h 3 Dec 2003 18:00:15 -0000 @@ -7,17 +7,17 @@ /* Default PHP / PEAR directories */ #define CONFIGURATION_FILE_PATH "php.ini" -#define PEAR_INSTALLDIR "c:\\php4\\pear" -#define PHP_BINDIR "c:\\php4" +#define PEAR_INSTALLDIR "c:\\php5\\pear" +#define PHP_BINDIR "c:\\php5" #define PHP_CONFIG_FILE_PATH (getenv("SystemRoot"))?getenv("SystemRoot"):"" #define PHP_CONFIG_FILE_SCAN_DIR "" -#define PHP_DATADIR "c:\\php4" -#define PHP_EXTENSION_DIR "c:\\php4" -#define PHP_INCLUDE_PATH ".;c:\\php4\\pear" -#define PHP_LIBDIR "c:\\php4" -#define PHP_LOCALSTATEDIR "c:\\php4" -#define PHP_PREFIX "c:\\php4" -#define PHP_SYSCONFDIR "c:\\php4" +#define PHP_DATADIR "c:\\php5" +#define PHP_EXTENSION_DIR "c:\\php5" +#define PHP_INCLUDE_PATH ".;c:\\php5\\pear" +#define PHP_LIBDIR "c:\\php5" +#define PHP_LOCALSTATEDIR "c:\\php5" +#define PHP_PREFIX "c:\\php5" +#define PHP_SYSCONFDIR "c:\\php5" /* Enable / Disable BCMATH extension (default: enabled) */ #define WITH_BCMATH 1 --------------060102020007090903010704--