Menu

Tree [r489] / branches / Release-2-0-8 / php-java-bridge /
 History

HTTPS access


File Date Author Commit
 examples 2005-09-16 jost2345 [r343] Version 2.0.8RC5 fixes PR1286136 and 1291175
 php_java_lib 2005-08-29 jost2345 [r335] Release-2.0.8RC
 server 2005-09-19 jost2345 [r348] Release-2.0.8
 tests.m4 2005-02-03 jost2345 [r137] add realtime lib for solaris x86
 tests.mono+net 2005-09-07 jost2345 [r338] 2.0.8RC2 fixes PR1283148 and 1281189.
 tests.php4 2005-09-19 jost2345 [r348] Release-2.0.8
 tests.php5 2005-09-16 jost2345 [r343] Version 2.0.8RC5 fixes PR1286136 and 1291175
 ABOUT.HTM 2005-09-18 jost2345 [r346] documentation added
 ChangeLog 2005-09-19 jost2345 [r348] Release-2.0.8
 INSTALL 2005-09-19 jost2345 [r348] Release-2.0.8
 INSTALL.MONO+NET 2005-09-07 jost2345 [r338] 2.0.8RC2 fixes PR1283148 and 1281189.
 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-09-19 jost2345 [r348] Release-2.0.8
 README.GNU_JAVA 2005-06-21 jost2345 [r276] Release-2.0.7pre
 README.MONO+NET 2005-09-07 jost2345 [r338] 2.0.8RC2 fixes PR1283148 and 1281189.
 VERSION 2005-09-19 jost2345 [r347] Release-2.0.8
 bind.c 2005-09-07 jost2345 [r338] 2.0.8RC2 fixes PR1283148 and 1281189.
 client.c 2005-09-15 jost2345 [r342] Version 2.0.8RC4 fixes PR1291191, PR 1291175 an...
 config.m4 2005-09-13 jost2345 [r339] 2.0.8RC3 fixes PR1283154 and 1286139 and 128802...
 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-09-16 jost2345 [r343] Version 2.0.8RC5 fixes PR1286136 and 1291175
 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-09-16 jost2345 [r343] Version 2.0.8RC5 fixes PR1286136 and 1291175
 java_bridge.h 2005-09-07 jost2345 [r338] 2.0.8RC2 fixes PR1283148 and 1281189.
 mono.ini 2005-08-11 jost2345 [r321] Release-2.0.8-preview
 parser.c 2005-09-15 jost2345 [r342] Version 2.0.8RC4 fixes PR1291191, PR 1291175 an...
 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-09-19 jost2345 [r347] Release-2.0.8
 php-java-bridge.te 2005-09-13 jost2345 [r339] 2.0.8RC3 fixes PR1283154 and 1286139 and 128802...
 php_java.h 2005-09-16 jost2345 [r343] Version 2.0.8RC5 fixes PR1286136 and 1291175
 php_java_snprintf.c 2005-09-13 jost2345 [r339] 2.0.8RC3 fixes PR1283154 and 1286139 and 128802...
 php_java_snprintf.h 2005-09-13 jost2345 [r339] 2.0.8RC3 fixes PR1283154 and 1286139 and 128802...
 php_java_strtod.c 2005-09-01 jost2345 [r336] 2.0.8RC1 fixes PR1276889, 1275899, 1274526, 120...
 php_java_strtod.h 2005-09-01 jost2345 [r336] 2.0.8RC1 fixes PR1276889, 1275899, 1274526, 120...
 php_wrapper.h 2005-07-08 jost2345 [r301] Release-2.0.7
 protocol.c 2005-09-13 jost2345 [r339] 2.0.8RC3 fixes PR1283154 and 1286139 and 128802...
 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.