home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: InfoMgt / InfoMgt.zip / php402.zip / README.OS2 < prev   
Text File  |  2000-08-31  |  1KB  |  53 lines

  1. PHP4 OS/2 Port - v4.0.2
  2. =======================
  3. This archive contains a port of PHP4 as an OS/2 DLL which is loadable 
  4. into the Apache web server. To use this module you will need to be using a 
  5. version of Apache for OS/2 that includes loadable module support. This is 
  6. included in v1.3.9 and above.
  7.  
  8. This port is not been heavily tested so please use with caution & report
  9. any incorrect behaviour you encounter. The differences in the source used to
  10. build this binary on OS/2 are included in the file os2.patch.
  11.  
  12. To get PHP4 support, copy libphp4.dll to the libexec directory under the Apache 
  13. server root and add
  14.  
  15. LoadModule php4_module libexec/libphp4.dll
  16.  
  17. to your httpd.conf.
  18.  
  19.  
  20. If you haven't used PHP4 before you will also need to add
  21.  
  22. AddType application/x-httpd-php .php
  23.  
  24. to the appropriate Apache config file (httpd.conf or srm.conf depending on
  25. whether you are using one config file or three).
  26.  
  27.  
  28. This build of PHP4 contains the optional modules: 
  29.   - GDBM v1.7.3
  30.   - MySQL client v3.23.10
  31.   - PostgreSQL client v7.0.2
  32.   - IBM DB2 v6.1 client
  33.   - ZLib v1.1.3
  34.   - GD v1.2
  35.   - FreeType v1.2
  36.   - t1lib v0.9.2
  37.   - pdflib 3.0
  38.  
  39. And has the following optional features enabled:
  40.   - FTP
  41.   - XML
  42.  
  43.  
  44. Comments and bug reports are welcome.
  45.  
  46. Binary Release History
  47. ======================
  48. 2000-08-30: v4.0.2 release
  49.  
  50. --
  51. Brian Havard
  52. bjh@apache.org
  53.