You can subscribe to this list here.
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(6) |
Oct
(6) |
Nov
(8) |
Dec
(2) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2005 |
Jan
(19) |
Feb
(15) |
Mar
(10) |
Apr
(8) |
May
(7) |
Jun
(9) |
Jul
(13) |
Aug
(31) |
Sep
(111) |
Oct
(52) |
Nov
(72) |
Dec
(42) |
| 2006 |
Jan
(21) |
Feb
(32) |
Mar
(33) |
Apr
(24) |
May
(15) |
Jun
(40) |
Jul
(32) |
Aug
(19) |
Sep
(38) |
Oct
(37) |
Nov
(63) |
Dec
(37) |
| 2007 |
Jan
(18) |
Feb
(39) |
Mar
(69) |
Apr
(49) |
May
(71) |
Jun
(59) |
Jul
(71) |
Aug
(85) |
Sep
(46) |
Oct
(14) |
Nov
(25) |
Dec
(56) |
| 2008 |
Jan
(24) |
Feb
(77) |
Mar
(104) |
Apr
(44) |
May
(41) |
Jun
(11) |
Jul
(31) |
Aug
(59) |
Sep
(44) |
Oct
(86) |
Nov
(66) |
Dec
(93) |
| 2009 |
Jan
(88) |
Feb
(41) |
Mar
(49) |
Apr
(135) |
May
(22) |
Jun
(31) |
Jul
(60) |
Aug
(71) |
Sep
(76) |
Oct
(18) |
Nov
(52) |
Dec
(20) |
| 2010 |
Jan
(8) |
Feb
(50) |
Mar
(35) |
Apr
(48) |
May
(46) |
Jun
(84) |
Jul
(38) |
Aug
(61) |
Sep
(51) |
Oct
(31) |
Nov
(17) |
Dec
(18) |
| 2011 |
Jan
(51) |
Feb
(14) |
Mar
(17) |
Apr
(23) |
May
(15) |
Jun
(11) |
Jul
(5) |
Aug
(5) |
Sep
(15) |
Oct
(8) |
Nov
(5) |
Dec
(25) |
| 2012 |
Jan
(2) |
Feb
(4) |
Mar
(6) |
Apr
(9) |
May
(27) |
Jun
(32) |
Jul
(36) |
Aug
(10) |
Sep
(16) |
Oct
(3) |
Nov
(13) |
Dec
(7) |
| 2013 |
Jan
(1) |
Feb
(4) |
Mar
|
Apr
(1) |
May
|
Jun
(2) |
Jul
|
Aug
(1) |
Sep
(4) |
Oct
(2) |
Nov
(1) |
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
(2) |
Apr
(1) |
May
(2) |
Jun
(9) |
Jul
(5) |
Aug
(2) |
Sep
(4) |
Oct
|
Nov
|
Dec
|
| 2015 |
Jan
(3) |
Feb
(2) |
Mar
(4) |
Apr
(3) |
May
(1) |
Jun
(2) |
Jul
|
Aug
(2) |
Sep
(5) |
Oct
(1) |
Nov
|
Dec
|
| 2016 |
Jan
|
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(5) |
Sep
(3) |
Oct
|
Nov
|
Dec
|
| 2017 |
Jan
(6) |
Feb
|
Mar
|
Apr
(10) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(1) |
Dec
|
| 2018 |
Jan
(2) |
Feb
(5) |
Mar
|
Apr
|
May
(1) |
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2019 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2020 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
| 2021 |
Jan
(5) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2023 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
|
|
|
1
|
2
|
3
(3) |
4
|
|
5
(1) |
6
(4) |
7
|
8
(6) |
9
(3) |
10
(1) |
11
(1) |
|
12
|
13
(2) |
14
(3) |
15
(9) |
16
(5) |
17
(3) |
18
|
|
19
|
20
(2) |
21
(5) |
22
(5) |
23
(2) |
24
|
25
|
|
26
|
27
|
28
(4) |
29
(2) |
30
(2) |
|
|
|
From: <php...@li...> - 2006-11-15 17:12:18
|
Greetings! How can I set up the runtime path when calling Java classes with php-java-bridge? My Java class loads some files from the filesystem using relative paths, but when I instantiate them with the bridge, they'll look for files from the "/" base uri (I'm under unix/linux system) How can I set the runtime path from where Java classes should resolve relative paths? It would be great if there could be a way to set it from the php-bridge... For now, I've resolved launching the Bridge.jar standalone in the java classes path, but there could be a more elegant solution... Thank you very much Michele |
|
From: <php...@li...> - 2006-11-15 17:03:43
|
Hi Verena, > Did you develop this class with the RC of JDK1.6? > Did the interface change? we've tested against the beta version of jdk1.6. There were some changes since then, so this might be the case, please see the ticket PR1597124 for details -> http://sourceforge.net/tracker/index.php?func=detail&aid=1597124&group_id=117793&atid=679233 Regards, Jost Boekemeier ___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de |
|
From: <php...@li...> - 2006-11-15 16:51:32
|
Hi Verena, > > /opt/jdk1.6/bin/jrunscript -l php-intractive There are two ScriptEngines available, one is php-interactive and the other one is the "normal" php evaluator, which requires the "<?php" prefix. In any case, the log and error output appears in a file JavaBridge.log in the current directory. One can change this with the -Dphp.java.bridge.default_log_file="" option (empty string means log to stderr). The difference between "php-interactive" and php is that the former starts a Lisp/Scheme style repl, which in turn needs the java_closure() primitive to function properly. -- PHP was not designed for Lisp style evaluation, so "php-interactive" is pretty much experimental at the moment. > Now I got a php-interactive> command prompt. > Now I tried things like > echo "test"; > with and without the ;, with <? or <?php and so on, > but always I got: > php-interactive> echo "2"; > script error: Could not evaluate script You should find the reason in the JavaBridge.log. Most likely the java_closure() syntax is not available. It is exported from both, the pure PHP implementation "java/Java.php" and from the java.so extension. However, jrunscript -l php testfile.php should work as it doesn't need java_closure(). Regards, Jost Boekemeier ___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de |
|
From: <php...@li...> - 2006-11-15 16:29:36
|
Am Dienstag, 14. November 2006 19:30 schrieb php...@li...: > The folder > http://php-java-bridge.sourceforge.net/server/test/ > contains a few tests. I tried http://php-java-bridge.sourceforge.net/server/test/HelloWorld.java: verena@dhcppc8:~/tmp> /usr/java/jdk1.6.0/bin/javac HelloWorld.java HelloWorld.java:27: cannot find symbol symbol : method invoke(java.lang.String,java.lang.Object[]) location: interface javax.script.Invocable String name = (String) ((Invocable)engine).invoke("java_get_server_name", new Object[]{}); ^ HelloWorld.java:32: cannot find symbol symbol : method invoke(java.lang.String,java.lang.Object[]) location: interface javax.script.Invocable name = (String) ((Invocable)engine).invoke("java_get_server_name", new Object[]{}); ^ 2 errors Did you develop this class with the RC of JDK1.6? Did the interface change? Regards, Verena |
|
From: <php...@li...> - 2006-11-15 15:39:49
|
Am Dienstag, 14. November 2006 19:30 schrieb php...@li...: > For example the command: > > /opt/jdk1.6/bin/jrunscript -l php-intractive OK, what I did: - compiling the php-java-bridge source on my Suse Linux 10.1 x64 box from the tar.bz2 file. The used JDK was SUN JDK 1.5.0_x. - downloading Java 1.6.0 RC from SUNs website and installed the rpm - copied JavaBridge.jar php-script.jar script-api.jar to the JRE 6 extension dir - started /usr/java/jdk1.6.0/bin/jrunscript -l php-interactive Now I got a php-interactive> command prompt. Now I tried things like echo "test"; with and without the ;, with <? or <?php and so on, but always I got: php-interactive> echo "2"; script error: Could not evaluate script Is the problem that I compiled the bridge with a JDK 1.5 instead of 1.6? I tried 1.6 but there were some errors. If this might be the problem I'll post the compile errors here. I tried jrunscript with JavaScript as scripting language and this worked, so I guess the JDK is ok. Is some additional information needed? What could I do now? Regards, Verena |
|
From: <php...@li...> - 2006-11-15 14:56:17
|
Am Mittwoch, 15. November 2006 15:27 schrieb > In the replay to one of my last post with the subject > "bridging from J2SE to PHP possible?" I got the hint to install the > php-java-bridge-devel.rpm to achieve what I was looking for. If I would > know how to get the bridge working without having the rpms installed but > compiled from plain source, this compilation problem wouldn't be important. Sorry, you've already written it. I was just looking at "On Linux" part and ignored the Windows/Solaris text, but there you wrote which jars are needed. OK, so this is solved. Regards, Verena |
|
From: <php...@li...> - 2006-11-15 14:26:12
|
Actually compiling the source rpm isn't so important, since compiling the plain source worked. The thing is, I tried to install the php-java-bridge-devel.rpm, what failed because of the failed dependency to php-java-bridge. In the replay to one of my last post with the subject "bridging from J2SE to PHP possible?" I got the hint to install the php-java-bridge-devel.rpm to achieve what I was looking for. If I would know how to get the bridge working without having the rpms installed but compiled from plain source, this compilation problem wouldn't be important. Regards, Verena |
|
From: <php...@li...> - 2006-11-15 14:12:06
|
Hello,
I tried to install the php-java bridge on my Suse Linx 10.1 computer via the
source rpm.
dhcppc8:/home/verena/tmp # rpmbuild --rebuild php-java-bridge-3.1.8-1.src.rpm
Installing php-java-bridge-3.1.8-1.src.rpm
warning: InstallSourcePackage: Header V3 DSA signature: NOKEY, key ID be89e756
error: Failed build dependencies:
php-devel >= 4.3.4 is needed by php-java-bridge-3.1.8-1.x86_64
dhcppc8:/home/verena/tmp #
I have PHP devel package installed, but it is called php5-devel, so I tried
rpmbuild --rebuild --nodeps php-java-bridge-3.1.8-1.src.rpm
It seems the php-dev isn't the problem, since
Configuring for:
PHP Api Version: 20041225
Zend Module Api No: 20050922
Zend Extension Api No: 220051025
seems pretty much like the output of phpize
But later the compilation process quites with the following error:
RPM build errors:
InstallSourcePackage: Header V3 DSA signature: NOKEY, key ID be89e756
File not
found: /var/tmp/php-java-bridge-root/usr/lib64/php/modules/RunJavaBridge
Any ideas how to get rid of this? Any further information needed?
Regards,
Verena
|
|
From: <php...@li...> - 2006-11-15 08:38:25
|
Hi Jost, this sounds great, I'll give it a try. Regards, Verena |