Menu

Tree [r608] / branches / Release-2-0-7 / php-java-bridge /
 History

HTTPS access


File Date Author Commit
 examples 2005-07-10 jost2345 [r305] Release-2.0.7
 php_java_lib 2005-06-24 kai_londenberg [r282] Small fix
 server 2005-07-14 jost2345 [r312] Release-2.0.7
 tests.m4 2005-02-03 jost2345 [r137] add realtime lib for solaris x86
 tests.mono+net 2005-07-03 jost2345 [r298] Release-2.0.7pre
 tests.php4 2005-07-08 jost2345 [r301] Release-2.0.7
 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-07-08 jost2345 [r301] Release-2.0.7
 ChangeLog 2005-07-14 jost2345 [r312] Release-2.0.7
 INSTALL 2005-05-11 jost2345 [r255] load balancer rewrite
 INSTALL.MONO+NET 2005-07-03 jost2345 [r299] *** empty log message ***
 INSTALL.WINDOWS 2005-07-08 jost2345 [r301] Release-2.0.7
 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-07-10 jost2345 [r305] Release-2.0.7
 README.GNU_JAVA 2005-06-21 jost2345 [r276] Release-2.0.7pre
 README.MONO+NET 2005-06-28 jost2345 [r293] MethodCache added
 VERSION 2005-07-12 jost2345 [r307] Release-2.0.7RC
 bind.c 2005-07-08 jost2345 [r301] Release-2.0.7
 client.c 2005-07-08 jost2345 [r301] Release-2.0.7
 config.m4 2005-07-08 jost2345 [r301] Release-2.0.7
 init_cfg.c.in 2005-07-08 jost2345 [r301] Release-2.0.7
 init_cfg.h.in 2005-06-21 jost2345 [r276] Release-2.0.7pre
 java.c 2005-07-12 jost2345 [r307] Release-2.0.7RC
 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-07-08 jost2345 [r301] Release-2.0.7
 java_bridge.h 2005-06-25 jost2345 [r285] Shut down servlet connection
 mono.ini 2005-07-03 jost2345 [r299] *** empty log message ***
 parser.c 2005-07-08 jost2345 [r301] Release-2.0.7
 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-07-12 jost2345 [r307] Release-2.0.7RC
 php-java-bridge.te 2005-07-03 jost2345 [r298] Release-2.0.7pre
 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-07-08 jost2345 [r301] Release-2.0.7
 protocol.c 2005-07-08 jost2345 [r301] Release-2.0.7
 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-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.