summaryrefslogtreecommitdiff
path: root/php4ts.dsw
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-04-26 14:00:49 +0000
committerZeev Suraski <zeev@php.net>1999-04-26 14:00:49 +0000
commit7942eaf38138ef8751a447dadb930a129528fb6b (patch)
treecee4b5eca81082809a9e5bb903173952f45e9501 /php4ts.dsw
parent050cb7cfe3da61621b6d01a0b013642543f44521 (diff)
downloadphp-git-7942eaf38138ef8751a447dadb930a129528fb6b.tar.gz
* 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.
Diffstat (limited to 'php4ts.dsw')
-rw-r--r--php4ts.dsw18
1 files changed, 6 insertions, 12 deletions
diff --git a/php4ts.dsw b/php4ts.dsw
index ee8e1f2617..5bf76329bf 100644
--- a/php4ts.dsw
+++ b/php4ts.dsw
@@ -27,7 +27,7 @@ Package=<4>
###############################################################################
-Project: "php4isapi"=.\php4isapi\php4isapi.dsp - Package Owner=<4>
+Project: "php4dllts"=.\php4dllts.dsp - Package Owner=<4>
Package=<5>
{{{
@@ -39,16 +39,13 @@ Package=<4>
Project_Dep_Name libzendts
End Project Dependency
Begin Project Dependency
- Project_Dep_Name php4libts
- End Project Dependency
- Begin Project Dependency
Project_Dep_Name TSRM
End Project Dependency
}}}
###############################################################################
-Project: "php4libts"=.\php4libts.dsp - Package Owner=<4>
+Project: "php4isapi"=.\php4isapi\php4isapi.dsp - Package Owner=<4>
Package=<5>
{{{
@@ -56,6 +53,9 @@ Package=<5>
Package=<4>
{{{
+ Begin Project Dependency
+ Project_Dep_Name php4dllts
+ End Project Dependency
}}}
###############################################################################
@@ -69,13 +69,7 @@ Package=<5>
Package=<4>
{{{
Begin Project Dependency
- Project_Dep_Name libzendts
- End Project Dependency
- Begin Project Dependency
- Project_Dep_Name TSRM
- End Project Dependency
- Begin Project Dependency
- Project_Dep_Name php4libts
+ Project_Dep_Name php4dllts
End Project Dependency
}}}