Menu

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

HTTPS access


File Date Author Commit
 examples 2005-06-19 jost2345 [r275] Release-2.0.7-pre
 php_java_lib 2005-06-24 kai_londenberg [r282] Small fix
 server 2005-06-27 jost2345 [r292] compiles with jdk1.5 + gnu java
 tests.m4 2005-02-03 jost2345 [r137] add realtime lib for solaris x86
 tests.mono+net 2005-06-19 jost2345 [r275] Release-2.0.7-pre
 tests.php4 2005-06-27 jost2345 [r292] compiles with jdk1.5 + gnu java
 tests.php5 2005-06-21 jost2345 [r276] Release-2.0.7pre
 unsupported 2005-05-15 jost2345 [r264] dl() re-enabled for php5 versions above 5.0.4
 ABOUT.HTM 2005-06-19 jost2345 [r275] Release-2.0.7-pre
 ChangeLog 2005-06-27 jost2345 [r292] compiles with jdk1.5 + gnu java
 INSTALL 2005-05-11 jost2345 [r255] load balancer rewrite
 INSTALL.WINDOWS 2005-06-21 jost2345 [r276] Release-2.0.7pre
 LICENSE 2004-10-18 jost2345 [r54] correct author
 Makefile.frag 2005-04-18 jost2345 [r201] PR1178795
 PROTOCOL.TXT 2005-06-16 jost2345 [r274] Tomcat 5
 README 2005-06-21 jost2345 [r276] Release-2.0.7pre
 README.GNU_JAVA 2005-06-21 jost2345 [r276] Release-2.0.7pre
 README.MONO+NET 2005-06-21 jost2345 [r276] Release-2.0.7pre
 VERSION 2005-06-19 jost2345 [r275] Release-2.0.7-pre
 bind.c 2005-06-27 jost2345 [r292] compiles with jdk1.5 + gnu java
 client.c 2005-06-21 jost2345 [r276] Release-2.0.7pre
 config.m4 2005-06-19 jost2345 [r275] Release-2.0.7-pre
 init_cfg.c.in 2005-06-21 jost2345 [r276] Release-2.0.7pre
 init_cfg.h.in 2005-06-21 jost2345 [r276] Release-2.0.7pre
 java.c 2005-06-27 jost2345 [r292] compiles with jdk1.5 + gnu java
 java.ini 2005-06-21 jost2345 [r276] Release-2.0.7pre
 java.ini.windows 2005-06-21 jost2345 [r276] Release-2.0.7pre
 java_bridge.c 2005-06-19 jost2345 [r275] Release-2.0.7-pre
 java_bridge.h 2005-06-25 jost2345 [r285] Shut down servlet connection
 parser.c 2005-06-21 jost2345 [r276] Release-2.0.7pre
 parser.h 2005-06-21 jost2345 [r276] Release-2.0.7pre
 php-java-bridge 2005-05-15 jost2345 [r263] Version 2.0.6 (windows)
 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-06-21 jost2345 [r276] Release-2.0.7pre
 php-java-bridge.te 2005-05-16 jost2345 [r265] Release-2.0.6 branch
 php_java.h 2005-06-21 jost2345 [r276] Release-2.0.7pre
 php_java_snprintf.c 2005-06-19 jost2345 [r275] Release-2.0.7-pre
 php_wrapper.h 2005-06-19 jost2345 [r275] Release-2.0.7-pre
 protocol.c 2005-06-25 jost2345 [r285] Shut down servlet connection
 protocol.h 2005-06-21 jost2345 [r276] Release-2.0.7pre
 test.php 2005-05-16 jost2345 [r265] Release-2.0.6 branch
 update-about.sh 2005-05-09 jost2345 [r250] documentation update
 update_policy.sh.in 2005-04-18 jost2345 [r201] PR1178795

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.