diff options
author | Sam Ruby <rubys@php.net> | 2000-05-13 15:26:28 +0000 |
---|---|---|
committer | Sam Ruby <rubys@php.net> | 2000-05-13 15:26:28 +0000 |
commit | c82eca90f410e6dd1f19ab7eb9ed2ae53af78e79 (patch) | |
tree | 9f1c028f449aaa880ad37d6cb398372bfd40c372 /sapi/servlet/README | |
parent | 654b75694a30d07e39d7c6b34ea2d4130179eef7 (diff) | |
download | php-git-c82eca90f410e6dd1f19ab7eb9ed2ae53af78e79.tar.gz |
Fix typo - thanks to Christian Wenz <christian.wenz@stud.tu-muenchen.de>
Diffstat (limited to 'sapi/servlet/README')
-rw-r--r-- | sapi/servlet/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sapi/servlet/README b/sapi/servlet/README index be0ea3cb1f..1a93186353 100644 --- a/sapi/servlet/README +++ b/sapi/servlet/README @@ -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 |