From 7942eaf38138ef8751a447dadb930a129528fb6b Mon Sep 17 00:00:00 2001 From: Zeev Suraski <zeev@php.net> Date: Mon, 26 Apr 1999 14:00:49 +0000 Subject: * Plenty of thread safety and Win32 work. * Changed PHP4 to compile as a DLL, both ISAPI and the the CGI run with the same DLL. * Switched to using the DLL runtime library under Win32. PHP will NOT work if compiled against the static library! * Removed yesterday's php4libts project (with php4dllts, it's obsolete). This *does* affect thread-unsafe Windows as well - the thread unsafe CGI is also dependant on the thread-unsafe DLL. --- php4.dsw | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'php4.dsw') diff --git a/php4.dsw b/php4.dsw index f423e89b4b..c14719887c 100644 --- a/php4.dsw +++ b/php4.dsw @@ -21,6 +21,21 @@ Package=<5> {{{ }}} +Package=<4> +{{{ + Begin Project Dependency + Project_Dep_Name php4dll + End Project Dependency +}}} + +############################################################################### + +Project: "php4dll"=.\php4dll.dsp - Package Owner=<4> + +Package=<5> +{{{ +}}} + Package=<4> {{{ Begin Project Dependency -- cgit v1.2.1