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
(4) |
2
|
3
|
|
4
|
5
|
6
|
7
|
8
(2) |
9
|
10
(1) |
|
11
|
12
|
13
(3) |
14
(2) |
15
|
16
(1) |
17
(2) |
|
18
(5) |
19
(6) |
20
(6) |
21
(10) |
22
(4) |
23
|
24
|
|
25
|
26
(7) |
27
(6) |
28
(3) |
29
(5) |
30
(2) |
31
|
|
From: <php...@li...> - 2007-03-18 17:23:56
|
Hi Andrés,
I just saw that you use a recent version of PHP
anyway.
So please use the pure PHP implementation instead of
the C based implementation started as a sub component
of Apache.
Type:
/opt/jdkXXX/bin/java -jar JavaBridge.jar
SERVLET:8080
And then use your java from your scripts as follows:
<?php
require_once("http://localhost:8080/JavaBridge/java/Java.inc");
java_require("all.jar;my.jar;library.jar;files.jar");
...
?>
If this works and you really want to run Java as a sub
component of Apache, you can think about where to
store your libraries and how to set the security
policy in a second step.
Regards,
Jost Boekemeier
___________________________________________________________
Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: http://mail.yahoo.de
|
|
From: <php...@li...> - 2007-03-18 17:18:40
|
Hi Jose, > I don't know where > to find the "include" files in RT/ or the > Lucene/All.php file. java -jar JavaBridge.jar convert ... as described in the README doesn't create the RT/ and Lucene/ directories? If so please file a bug report. > I missing? I have successfully created/searched > Lucene indexes using > just Java. Well, use the low-level interface instead. All the above wrappers do is to call the low-level Java(...) procedures. Regards, Jost Boekemeier ___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de |
|
From: <php...@li...> - 2007-03-18 17:09:46
|
I have tried to run your example of search using Lucene and cannot get it to work in my W2k/PHP5.2.1/PhpEdit environment. I don't know where to find the "include" files in RT/ or the Lucene/All.php file. What am I missing? I have successfully created/searched Lucene indexes using just Java. Thanks, Jose |
|
From: <php...@li...> - 2007-03-18 16:33:52
|
Hi, I have uploaded version 4.0.2 for testing. * It now contains our own FastCGI launcher.exe which uses named pipes instead of TCP sockets on windows. * Most of the old FastCGI code has been rewritten or cleaned up. * The pure PHP implementation now supports "named pipes", persistent backend connections and "override-redirect". * For those who don't have a PHP opcode cache (sometimes called "accelerator technology") the pure PHP implementation loads *much* faster. Since the pure PHP implementation is now complete, we can think about removing the old C based implementation entirely: On Linux the pure PHP implementation is only 2 times slower than the C based implementation. I think the future of the C based implementation depends on wheter someone is willing to maintain it. Regards, Jost Boekemeier ___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de |
|
From: <php...@li...> - 2007-03-18 16:14:06
|
Hi Andrés,
>java_require("file://usr/local/apache2/htdocs/tests_java/Test.jar");
>
java_require("http://localhost/tests_java/Test.jar");
>
java_require("http://172.16.0.75/tests_java/Test.jar");
> java_require("Test.jar");
>
> And none of them seemed to work.
All of the above examples should work. Which error
message do you get?
Note that most modern Linux systems come with Security
Enhanced Linux enabled. This means that the folders
tests_java, DOCUMENT_ROOT/tests_java and htdocs must
be tagged appropriately. Furthermore the back end runs
in a sand box which can only access files and
directories which belong to httpd (or the "apache"
user on RedHat linux). Please see the readme the
documentation on php-java-bridge.sf.net for details.
> Which would be the most appropiate way?
Copy Test.jar into {php.java.bridge.base}/lib and use
java_require("Test.jar"); If you have installed from
RPM, this directory is tagged as lib_t and has the
correct permissions.
> > > VM: 3.4.3@http://gcc.gnu.org/java/
>
> Where should I define the VM that php/java bridge
> will work with?
It depends on how you start Java. As a sub component
of Apache or IIS? In this case the bridge uses the
java.java option from the php.ini.
> I actually installed the Java J2SE JDK from Sun on
> my box on /opt/jdk_ ...
> and that path is the one I set on the java.ini file.
The phpinfo() or the test.php page should display the
settings. Probably your system uses another .ini file
than you expect.
> Ok, I'll remove the java_reset() calls.
Most back ends ignore the java_reset() calls anyway.
Only the standalone container honors it. I thought
java_reset() generates enough noise so that people
don't use it in their scripts. Unfortunately it is
possible to suppress the warnings with the @operator.
> I shouldn't touch the CLASSPATH, right?
You can set it to any value you want. Java and the
PHP/Java Bridge don't care.
> I'm not sure about what you mean when you say
> wrappers.
I think hiding the libraries behind a facade is a bad
idea; people shouldn't write unnatural code. If you
have deployed your libraries into a J2EE back end, use
the libraries directly:
<?php
require_once("http://hostname:8080/JavaBridge/java/Java.inc");
java_require("foo.jar;bar.jar;...");
.. call your libraries ..
?>
If it turns out that some procedures should be
optimized, encapsulate the PHP code with the
java_begin_document()/java_end_document() pair. This
sends and executes the PHP code on the server side.
This is nearly as fast as Java code.
Regards,
Jost Boekemeier
___________________________________________________________
Der frühe Vogel fängt den Wurm. Hier gelangen Sie zum neuen Yahoo! Mail: http://mail.yahoo.de
|