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+(?)
--- 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
-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php