Menu

Tree [r334] / trunk / php-java-bridge /
 History

HTTPS access


File Date Author Commit
 examples 2005-08-25 jost2345 [r332] Release-2.0.8(pre4)
 php_java_lib 2005-08-14 jost2345 [r322] Release-2.0.8-pre2
 server 2005-08-27 jost2345 [r334] Documentation for Oracle 10g AS and WebSphere 6...
 tests.m4 2005-02-03 jost2345 [r137] add realtime lib for solaris x86
 tests.mono+net 2005-08-11 jost2345 [r321] Release-2.0.8-preview
 tests.php4 2005-08-25 jost2345 [r332] Release-2.0.8(pre4)
 tests.php5 2005-08-24 jost2345 [r331] Release-2.0.8(pre4)
 ABOUT.HTM 2005-08-23 jost2345 [r330] from index.html
 ChangeLog 2005-08-27 jost2345 [r334] Documentation for Oracle 10g AS and WebSphere 6...
 INSTALL 2005-08-21 jost2345 [r326] Release-2.0.8(pre3)
 INSTALL.MONO+NET 2005-08-11 jost2345 [r321] Release-2.0.8-preview
 INSTALL.WINDOWS 2005-08-11 jost2345 [r321] Release-2.0.8-preview
 LICENSE 2004-10-18 jost2345 [r54] correct author
 Makefile.frag 2005-04-18 jost2345 [r201] PR1178795
 PROTOCOL.TXT 2005-08-11 jost2345 [r321] Release-2.0.8-preview
 README 2005-08-27 jost2345 [r334] Documentation for Oracle 10g AS and WebSphere 6...
 README.GNU_JAVA 2005-06-21 jost2345 [r276] Release-2.0.7pre
 README.MONO+NET 2005-08-25 jost2345 [r332] Release-2.0.8(pre4)
 VERSION 2005-08-23 jost2345 [r327] Release-2.0.8(pre4)
 bind.c 2005-08-23 jost2345 [r328] Release-2.0.8(pre4)
 client.c 2005-08-24 jost2345 [r331] Release-2.0.8(pre4)
 config.m4 2005-07-08 jost2345 [r301] Release-2.0.7
 init_cfg.c.in 2005-08-23 jost2345 [r327] Release-2.0.8(pre4)
 init_cfg.h.in 2005-08-11 jost2345 [r321] Release-2.0.8-preview
 java.c 2005-08-24 jost2345 [r331] Release-2.0.8(pre4)
 java.ini 2005-07-01 jost2345 [r294] Release-2.0.7(pre)
 java.ini.windows 2005-06-21 jost2345 [r276] Release-2.0.7pre
 java_bridge.c 2005-08-11 jost2345 [r321] Release-2.0.8-preview
 java_bridge.h 2005-08-23 jost2345 [r327] Release-2.0.8(pre4)
 mono.ini 2005-08-11 jost2345 [r321] Release-2.0.8-preview
 parser.c 2005-08-23 jost2345 [r327] Release-2.0.8(pre4)
 parser.h 2005-06-21 jost2345 [r276] Release-2.0.7pre
 php-java-bridge 2005-07-01 jost2345 [r294] Release-2.0.7(pre)
 php-java-bridge.fc.in 2005-02-03 jost2345 [r135] Release-1.0.8
 php-java-bridge.service 2005-04-19 jost2345 [r205] Release-2.0.6
 php-java-bridge.spec 2005-08-23 jost2345 [r327] Release-2.0.8(pre4)
 php-java-bridge.te 2005-07-03 jost2345 [r298] Release-2.0.7pre
 php_java.h 2005-08-23 jost2345 [r327] Release-2.0.8(pre4)
 php_java_snprintf.c 2005-06-19 jost2345 [r275] Release-2.0.7-pre
 php_wrapper.h 2005-07-08 jost2345 [r301] Release-2.0.7
 protocol.c 2005-08-24 jost2345 [r331] Release-2.0.8(pre4)
 protocol.h 2005-08-23 jost2345 [r327] Release-2.0.8(pre4)
 test.php 2005-07-28 jost2345 [r318] PHP/JSP session sharing
 update-about.sh 2005-05-09 jost2345 [r250] documentation update
 update_policy.sh.in 2005-07-01 jost2345 [r294] Release-2.0.7(pre)

Read Me

  Using GNU Java
  --------------

  In case you don't want to ship a JVM or JRE with your product,
  you can use GNU gcc to compile the java part and your classes
  into native code. 
  In the directory php-java-bridge_p.x.y type:

   gcj --version  # must be gcj 4.0 or above.

   phpize && ./configure && make && su -c "make install"

  This creates a native, dynamic linked backend in the PHP
  extension directory.  

  You can distribute the contents of the php-java-bridge-x.y.z/modules
  directory. It should contain the files "java", "libnatcJavaBridge.so",
  "java.so" (autoconf/libtool creates other files, you can delete
  them). The java.so is the PHP module, the other files are required to
  start the server part.  The "java" executable may need other system
  libraries, for example "gcj.so" and "gcc_s.so". They should be
  installed on the target system.

  The php.ini should contain the java.log_level and java.log_file
  entries.  Example:

          extension = java.so
          [java]
          java.log_level="3"
          java.log_file="/var/log/php-java-bridge.log"
                
  Additional shared libraries can be copied into the php extension
  directory (see command "php-config --extension-dir"), additional
  java libraries (.jar files) can be installed in the sub-directory
  lib/ of the php extension directory.

------------------------------------
  Mailing List
  ------------

  Please report bugs/problems to the mailing list:

    php-java-bridge-users@lists.sourceforge.net

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.