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
(1) |
3
(2) |
4
(7) |
5
(4) |
6
(1) |
7
(3) |
8
(4) |
9
|
10
|
11
|
12
(5) |
13
(2) |
14
(3) |
15
|
16
|
17
(1) |
18
|
19
(1) |
20
(2) |
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
|
29
|
30
|
31
|
|
|
|
|
|
|
From: <php...@li...> - 2006-12-05 11:57:23
|
Hello, Attached is a gziped file containing the "debian" directory and its control files for generating a debian package from sources to php-java-bridge-3.1.8. It is intended for advanced debian users who knows how to compile a debian package from sources. Please, verify the build dependencies before starting. Place the ungziped "debian" directory under php-java-bridge-3.1.8 directory. cd to the php-java-bridge-3.1.8 directory. phpize --clean debuild -rfakeroot -uc -us Regards. Andre Felipe Machado http://www.techforce.com.br |
From: <php...@li...> - 2006-12-04 21:13:00
|
Hi, > "Since PHP 5.2 no java extension is necessary > anymore." > You means we can connect with lucene by PHP 5.2? > If yes,,,can you show me how ? Please see http://php-java-bridge.cvs.sourceforge.net/php-java-bridge/php-java-bridge/examples/search/lucene_search.php?view=markup > I think Java Bridge is extension module , isn't it? Not really. It's a network protocol, please see http://php-java-bridge.sourceforge.net/ for details. Regards, Jost Boekemeier ___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de |
From: <php...@li...> - 2006-12-04 21:10:10
|
Hi Mike, > throws an exception at some point, Tomcat crashes. Oops. The bridge is pure Java, so it cannot crash the JVM. Are you sure that tomcat crashes (do you get a core dump?) or are there some security restrictions or memory limits which could terminate the JVM at some point? Do you see an error log from the Java VM? Do you have Security Enhanced Linux or a kernel with the grsecurity patches? Are there any kernel messages? > Exception: /home/vhosts/asdf/html/java/words2.dict Strange, what is words2.dict? 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...> - 2006-12-04 21:08:39
|
Hi, I would suggest running all of the build statements separately so you can better dubug your build. Here are my build steps from Mac OS X 10.4.8: 1) www:/www/php-java-bridge-3.1.8 jkoerber$ /usr/local/php5/bin/ phpize (must run phpize from your active php5 directory) 2) Set up the env variable to tell the build where Java is on the Mac: www:/www/php-java-bridge-3.1.8 jkoerber$export JAVA_HOME=/System/ Library/Frameworks/JavaVM.framework/Home 3) www:/www/php-java-bridge-3.1.8 jkoerber$ ./configure --with-java= $JAVA_HOME 4) www:/www/php-java-bridge-3.1.8 jkoerber$ make 5) www:/www/php-java-bridge-3.1.8 jkoerber$ sudo sh install.sh (instead of make install) This seems to work well for me on Mac OSX Tiger client and on Server. Good luck. Jon Koerber On Dec 4, 2006, at 12:55 PM, php-java-bridge- us...@li... wrote: > I am attempting to build 3.0.7a from source on Mac OS X (10.4.8) > and am following closely Clark Freifeld's post from June-- > > "Installing php-java-bridge on Mac OS X (10.4.6) G5 PPC, from source." > > I am getting a gcc error when I execute the > phpize, configure etc command: > > phpize && ./configure --with-java=$JAVA_HOME && make > > namely > > /opt/local/etc/php-java-bridge-3.0.7a/java.c: In function > 'zm_startup_java': > /opt/local/etc/php-java-bridge-3.0.7a/java.c:1965: error: > 'zif_java___call' undeclared (first use in this function) > > java.c is the first file it attempts to compile. > > Perhaps Clark or someone who has done this could > make a suggestion. > > > ---------------------------------------------------------------------- > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php? > page=join.php&p=sourceforge&CID=DEVDEV________________________________ > _______________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users |
From: <php...@li...> - 2006-12-04 21:03:30
|
Hi Anton, [user callbacks no longer working in php 5.2.0] > The standard test.php works well but if i try the > swt-button.php i got an > error. it's a bug in the C implementation of the bridge -- the number of arguments have changed, so that the C user CB "call_function_with_exception_handler" (or so) dies. Please use the pure PHP implementation instead; change dl('java.so') to require_once("java/Java.php"); We will fix the C implementation for version 3.2.1. Regards, Jost Boekemeier ___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de |
From: <php...@li...> - 2006-12-04 20:55:31
|
I am attempting to build 3.0.7a from source on Mac OS X (10.4.8) and am following closely Clark Freifeld's post from June-- "Installing php-java-bridge on Mac OS X (10.4.6) G5 PPC, from source." I am getting a gcc error when I execute the phpize, configure etc command: phpize && ./configure --with-java=$JAVA_HOME && make namely /opt/local/etc/php-java-bridge-3.0.7a/java.c: In function 'zm_startup_java': /opt/local/etc/php-java-bridge-3.0.7a/java.c:1965: error: 'zif_java___call' undeclared (first use in this function) java.c is the first file it attempts to compile. Perhaps Clark or someone who has done this could make a suggestion. |
From: <php...@li...> - 2006-12-04 10:28:13
|
Hi! We use something like: require_once("java/Java.php"); java_require("lucene.jar"); $q = new Java("org.apache.lucene.search.PhraseQuery"); $q->add(new Java("org.apache.lucene.index.Term", $t, $where)); $searcher = new Java("org.apache.lucene.search.IndexSearcher", $dir); $hits = $searcher->search($q); ... "Since PHP 5.2 no java extension is necessary anymore." You means we can connect with lucene by PHP 5.2? If yes,,,can you show me how ? --------------------------------- Check out the all-new Yahoo! Mail beta - Fire up a more powerful email and get things done faster. |
From: <php...@li...> - 2006-12-04 05:19:17
|
2006/12/2, php...@li... < php...@li...>: > > Hi, > > this is probably a misunderstanding. Since PHP 5.2 no > java extension is necessary anymore. Everything > necessary is built into PHP 5.2. > > Of course it is possible to compile a php_java.dll for > your operating system and your PHP ABI version. But > compiling an unnecessary extension module for each new > ABI version is a waste of time, imho. "Since PHP 5.2 no java extension is necessary anymore." You means we can connect with lucene by PHP 5.2? If yes,,,can you show me how ? > if java birdge is configed ok...we can see its > > status from "<?php echo phpinfo(); ?>" > > I don't think so. phpinfo() only displays the > extension modules, and only those modules which have a > minfo() function. > > > > now i can't find it. > > Yes. There's nothing wrong with it. I configued java bridge when i use php5.13 and i can find it from phpinfo. But now i use php5.2 and i can't find it. I think Java Bridge is extension module , isn't it? Regards, > Jost Boekemeier > > > > > > > > ___________________________________________________________ > Der fr=FChe Vogel f=E4ngt den Wurm. Hier gelangen Sie zum neuen Yahoo! Ma= il: > http://mail.yahoo.de > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDEV > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > --=20 regards jl |
From: <php...@li...> - 2006-12-03 10:48:18
|
Trouble with php-javabridge Von:=20 Anton Hummel <ant...@bi...> An:=20 php...@li... Datum:=20 03.12.2006 09:46 =A0 Hi all I'am new to this list and have some troubles with the php-javabridge on an debian system with PHP 5.2.0 - CLI . I have tested the PHP-JavaBridge 3.1.8 and the 3.2.1 (CVS - Version) The standard test.php works well but if i try the swt-button.php i got an=20 error. The swt-button is displayed but after pressing the button it dies. Any Hint? <--- Here is my output of swt-button ! ----> Dec 03 09:10:17 JavaBridge INFO : JavaBridge version =A0 =A0 =A0 =A0 : 3.2.1 Dec 03 09:10:17 JavaBridge INFO : JavaBridge logFile =A0 =A0 =A0 =A0 : Dec 03 09:10:17 JavaBridge INFO : JavaBridge default logLevel: 3 Dec 03 09:10:17 JavaBridge INFO : JavaBridge socket =A0 =A0 =A0 =A0 =A0:=20 LOCAL:@java-bridge-9d9 Dec 03 09:10:17 JavaBridge INFO : JavaBridge library=20 path =A0 =A0: /usr/lib/jvm/java-1.5.0-sun-1.5.0.08/jre/lib/ext Dec 03 09:10:17 JavaBridge INFO : JavaBridge thread pool size: 20 Dec 03 09:10:20 JavaBridge ERROR: An exception occured:=20 php.java.bridge.Request$AbortException php.java.bridge.Request$AbortException =A0 =A0 =A0 =A0 at php.java.bridge.Request.handleSubRequests(Request.java:6= 33) =A0 =A0 =A0 =A0 at php.java.bridge.PhpProcedure.invoke(PhpProcedure.java:77) =A0 =A0 =A0 =A0 at php.java.bridge.PhpProcedure.invoke(PhpProcedure.java:10= 5) =A0 =A0 =A0 =A0 at $Proxy0.widgetSelected(Unknown Source) =A0 =A0 =A0 =A0 at=20 org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90) =A0 =A0 =A0 =A0 at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.= java:66) =A0 =A0 =A0 =A0 at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:102= 1) =A0 =A0 =A0 =A0 at=20 org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2867) =A0 =A0 =A0 =A0 at org.eclipse.swt.widgets.Display.readAndDispatch(Display.= java:2572) =A0 =A0 =A0 =A0 at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Sour= ce) =A0 =A0 =A0 =A0 at=20 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImp= l.java:25) =A0 =A0 =A0 =A0 at java.lang.reflect.Method.invoke(Method.java:585) =A0 =A0 =A0 =A0 at php.java.bridge.JavaBridge.Invoke(JavaBridge.java:1113) =A0 =A0 =A0 =A0 at php.java.bridge.Request.handleRequest(Request.java:514) =A0 =A0 =A0 =A0 at php.java.bridge.Request.handleRequests(Request.java:560) =A0 =A0 =A0 =A0 at php.java.bridge.JavaBridge.run(JavaBridge.java:201) =A0 =A0 =A0 =A0 at php.java.bridge.BaseThreadPool$Delegate.run(BaseThreadPo= ol.java:66) Speicherzugriffsfehler <-- End Output --> The same happens while compile as MonoBridge using the gtk-button.php examp= le. In the CVS-Version from Yesterday there is also an typo in bridge/Snarf.jav= a=20 Anton |
From: <php...@li...> - 2006-12-03 02:22:54
|
I've successfully installed the php/java bridge. Great work guys! I'm having a strange problem though. If I instantiate a Java object through PHP (running through mod_php in the Apache process) and that java object throws an exception at some point, Tomcat crashes. The catalina.out log file says: Exception: /home/vhosts/asdf/html/java/words2.dict (No such file or directory) Dec 2, 2006 4:32:34 PM org.apache.coyote.http11.Http11BaseProtocol pause INFO: Pausing Coyote HTTP/1.1 on http-8080 The java server processes just die, with no real reason I can find in any of the log files. If i correct the path problem and no exception is thrown, everything executes perfectly and the results I want get returned properly. Any ideas what could be causing this? Thanks, Mike |
From: <php...@li...> - 2006-12-02 15:21:36
|
Hi, this is probably a misunderstanding. Since PHP 5.2 no java extension is necessary anymore. Everything necessary is built into PHP 5.2. Of course it is possible to compile a php_java.dll for your operating system and your PHP ABI version. But compiling an unnecessary extension module for each new ABI version is a waste of time, imho. > if java birdge is configed ok...we can see its > status from "<?php echo phpinfo(); ?>" I don't think so. phpinfo() only displays the extension modules, and only those modules which have a minfo() function. > now i can't find it. Yes. There's nothing wrong with it. 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...> - 2006-12-01 14:52:04
|
if java birdge is configed ok...we can see its status from "<?php echo phpinfo(); ?>" now i can't find it. i use newest xampp(with php 5.2) and download java bridge from site. 2006/12/1, php...@li... < php...@li...>: > > Hi, > > > > java bridge is ok when i use php <5.2 > > now i use 5.2, java birdge is error. > > Doesn't > > require_once("java/Java.php"); > > work as expected? > > Which error do you get? > > > Regards, > Jost Boekemeier > > > > > > ___________________________________________________________ > Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > -- regards jl |