]> granicus.if.org Git - php/commitdiff
Fix typo - thanks to Christian Wenz <christian.wenz@stud.tu-muenchen.de>
authorSam Ruby <rubys@php.net>
Sat, 13 May 2000 15:26:28 +0000 (15:26 +0000)
committerSam Ruby <rubys@php.net>
Sat, 13 May 2000 15:26:28 +0000 (15:26 +0000)
sapi/servlet/README

index be0ea3cb1f0c562f67c51d87a9e70e10f69c76bc..1a931863538f3a937d42f0fd7b6555832b3a216d 100644 (file)
@@ -28,7 +28,7 @@ Build and execution instructions:
     Build:
       ./configure --with-servlet --with-java
     Execute:
-      add phpsrvlet.jar to CLASSPATH
+      add phpsrvlt.jar to CLASSPATH
       add directory containing libphp4.so to LD_LIBRARY_PATH
       merge/overwrite build/tomcat/examples/WEB-INF/web.xml from sapi/servlet
 
@@ -37,6 +37,6 @@ Build and execution instructions:
       add jdsk (or d:\build\tomcat\classes) to CLASSPATH
       build sapi\servlet\servlet.dsp
     Execute:
-      add phpsrvlet.jar to CLASSPATH
+      add phpsrvlt.jar to CLASSPATH
       add directory containing php4ts.dll and phpsrvlt.dll to PATH
       merge/overwrite build\tomcat\examples\WEB-INF\web.xml from sapi\servlet