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
(1) |
2
|
3
(1) |
4
(1) |
5
(4) |
6
|
7
(3) |
8
(2) |
9
(4) |
10
(4) |
11
(2) |
12
(3) |
13
(4) |
14
(2) |
15
(3) |
16
(3) |
17
(3) |
18
(3) |
19
(4) |
20
(3) |
21
(2) |
22
(5) |
23
(3) |
24
(2) |
25
|
26
|
27
(4) |
28
(1) |
29
(1) |
30
(4) |
|
|
|
From: Corey B. <cor...@ho...> - 2005-11-05 23:18:59
|
Greetings. I am having trouble with the installation on loading the extension. When the 'java.so' extension load is attempted I get the following error: Warning: dl(): Unable to load dynamic library '/usr/lib/php/extensions/java.so' - /usr/lib/php/extensions/java.so: undefined symbol: zend_ce_arrayaccess in /srv/www/htdocs/test.php on line 12 I running PHP Version 4.3.4 Any help would be appreciated. Thanks. |
From: Jost B. <jos...@ya...> - 2005-11-05 13:54:37
|
Hi Kevin, > I'm attempting to set up the php-java-bridge in the > "load balancing > and failover" approach. What access does Apache > need to have to the > .php files in my project? It should work if you symlink the tomcat webapps directory into the apache document root or if you "jk mount" it. It's just that apache must be able to allocate and to invoke a php instance from its pool. > *install warfile > *access http://myhost/JavaBridge/numberguess.php Yes. If /var/www/html/JavaBridge/numberguess.php exists. > Or do I need to grant apache access to that > directory, and map > JavaBridge/**.php to the webcontent/JavaBridge > directory? jk mounting it is is also possible, but slower. When you mount a file or directory using mod_jk, the adapter "copies" the content of the file or directory from the tomcat dir to the apache dir at run-time. So I would just symlink the $CATALINA_HOME/webapps/JavaBridge to /var/www/html/htdocs/. BTW: If you have RedHat FC4, the tomcat webapps and the apache htdocs are shared by default, mod_jk is not needed anymore. Regards, Jost Boekemeier ___________________________________________________________ Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de |
From: Jost B. <jos...@ya...> - 2005-11-05 13:36:43
|
Hi Guillaume, > $Array = new JavaClass("java.lang.reflect.Array"); > $String = new JavaClass("java.lang.String"); > $entries = $Array->newInstance($String, 2); [...] > $req->ProcessFunction($Array); [...] >...(([Ljava.lang.String;)c:java.lang.reflect.Array) if I understand this correctly, you want to pass the created String[] instance to ProcessFunction, not the $Array class. Does $req->ProcessFunction($entries) solve the problem? BTW: The above error message indicates that the ProcessFunction2 accepts a [Ljava.Lang.String], i.e. a String[] but it is called with an argument which is a class java.lang.reflect.Array. I agree that this is difficult to read, but if I make the message more verbose, php may cut off the rest of the message. Maybe the full message should go to the PHP/Java Bridge log. Regards, Jost Boekemeier ___________________________________________________________ Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de |
From: Jost B. <jos...@ya...> - 2005-11-05 12:46:04
|
Hi, a number of people have asked how to invoke php scripts from a java servlet or from a java application. Instead of answering these questions individually I have created a demo. The ~4MB linux tar file can be downloaded at -> php-java-bridge.sf.net/php-java-bridge-3.0-demo.tar It contains: * JavaBridge.jar version 3.0 * java.so version 3.0, intel/linux 386 binary * php version 5.0.5, intel/linux 386 binary * php-script.jar (new since version 3.0) * HelloWorld1.java: Allocates a script from the build-in CGI pool using a local FileReader, calls the local (CGI-) php continuation and invokes php script methods. * HelloWorld2.java: Allocates the script from an external HTTP pool using a URLReader, calls the remote php continuation and invokes php methods. For older java versions (<1.6) it also contains: * script-api.jar ((C) by Sanka Samaranayake, distributed under the Apache license) Extract the php-java-bridge-3.0-demo.tar in /tmp, for example with the command: cd /tmp tar xvf php-java-bridge-3.0-demo.tar And run the sample, for example with: sh runHello.sh To run the second demo, move the HelloWorld.php to your web server, make sure that the PHP/Java Bridge is installed on this web server and check that its php.ini contains _only_ the following entry: [java] # enable the http tunnel java.servlet=On After activating the new .ini (re-start the web-server), you can run the second example, which is similar to the first one except that it uses a URLReader to allocate and to call out to a php instance running on a remote http server. Regards, Jost Boekemeier ___________________________________________________________ Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de |