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
|
|
From: <php...@li...> - 2008-11-24 15:50:34
|
> It's difficult to find exemple of php code call from
> java.
You can find examples in the JSR 223 API documentation.
|
|
From: <php...@li...> - 2008-11-24 15:05:50
|
Hi,
static final values do not exist. I guess you mean final class features.
They can be accessed as usual, provided that they are accessible:
java_autoload("foo.jar;bar.jar");
use com.FooClass as BAZ;
echo BAZ::type()->VERSION;
Regards,
Jost Boekemeier
|
|
From: <php...@li...> - 2008-11-24 14:56:31
|
Hi,
the java/Java.inc should be in PHP's include path.
require_once("java/Java.inc")
should be sufficient.
Regards,
Jost Boekemeier
|
|
From: <php...@li...> - 2008-11-24 14:54:48
|
Hi,
> he is not finding EngineFactory, nor even in the import
> path.
who is he? :) The EngineFactory is in the php-servlet.jar, the standalone jsr 223 classes don't need it and don't reference it.
Try to run java with the -verbose option to see which component references the missing class.
Regards,
Jost Boekemeier
|
|
From: <php...@li...> - 2008-11-24 10:14:18
|
I can't find the way to access static final attributes of a Java class through PHP. Can anyone tell me the syntax to do so? I use java_autoload to load the required jars. TIA, Karim |
|
From: <php...@li...> - 2008-11-23 08:38:47
|
Sorry for posting yet another n00b question, but I really searched in vain through the documentation and the Web for answers. I installed php-java-bridge_5.3.2.1.2-1_i386.deb on Ubuntu 8.10. Installation went fine and now the following process runs every time Apache starts: java -Djava.library.path=/usr/lib/php5/20060613+lfs -Djava.class.path=/usr/lib/php5/20060613+lfs/JavaBridge.jar -Djava.security.policy==/usr/lib/php5/20060613+lfs/javabridge.policy -Dphp.java.bridge.base=/usr/lib/php5/20060613+lfs php.java.bridge.Standalone LOCAL:@java-bridge-47fa 3 /var/log/php-java-bridge.log Now I'm trying to use the bridge from PHP, but I don't know how to access Java.inc, which is stored inside JavaBridge.rar. Is the process above exposing a Web listener that I can access? I tried playing with the java.ini file, setting java.socketname, java.servlet and java.hosts but the process above only runs if I use the default ini settings. As a workaround, I extracted the Java.inc file from the JavaBridge.jar file and included it explicitly. My code worked fine then. I'd like to keep using standalone mode, but without having to extract the needed .inc files. How to do that? TIA, Karim |
|
From: <php...@li...> - 2008-11-22 22:32:05
|
Hello, I have a project that require java interpreter. But I've made some part of the project in php. I'll need to use php classes in java to escape rewriting for now. It's difficult to find exemple of php code call from java. The simple code on the web site does not work on my machine telling that he is not finding EngineFactory, nor even in the import path. I do not need apache or web tools, just being able to run php command line script in java and being able to use php objects. Thanks in advance for your help. Regards David |
|
From: <php...@li...> - 2008-11-18 20:49:49
|
Thanks, I appreciate the help...best regards...TCG > To finish this thread: > >> install "everything" and then type c:\Program >> Files\PHP\php-cgi -i in the cmd window, PHP crashes. >> I don't know which of the zillion php extensions causes >> this failure. > > ModName: php_iisfunc.dll > > Clicking on the "show details" button displays a full strace. -- Is it > really that difficult to click on the "details" button and file a bug > report to the PHP maintainers? > > > Regards, > Jost Boekemeier > > P.S.: Another bug report could go to the "windows" maintainers; displaying > the same failure over and over again is completely insane... |
|
From: <php...@li...> - 2008-11-18 20:41:29
|
To finish this thread:
> install "everything" and then type c:\Program
> Files\PHP\php-cgi -i in the cmd window, PHP crashes.
> I don't know which of the zillion php extensions causes
> this failure.
ModName: php_iisfunc.dll
Clicking on the "show details" button displays a full strace. -- Is it really that difficult to click on the "details" button and file a bug report to the PHP maintainers?
Regards,
Jost Boekemeier
P.S.: Another bug report could go to the "windows" maintainers; displaying the same failure over and over again is completely insane...
|
|
From: <php...@li...> - 2008-11-18 20:20:16
|
Hi,
> Will this work under JBoss?
please see our FAQ section "The EJB example works with the Sun J2EE server, but in JBoss I get a ClassCastException, what's wrong?"
Regards,
Jost Boekemeier
|
|
From: <php...@li...> - 2008-11-18 20:18:15
|
Hi,
> No, I used the Installer version. But still no joy.
yes, if I install using the PHP installer and select "everything" and then type c:\Program Files\PHP\php-cgi -i in the cmd window, PHP crashes. I don't know which of the zillion php extensions causes this failure.
Please remove the broken c:\Program Files\PHP\php-cgi.exe and restart tomcat. Or set the prefer_system_php_exec to false in the WEB-INF/web.xml. The bridge will then use the php-cgi.exe which is contained in the .war archive.
Btw: the error "XXX has encountered a problem" is a generic error message from windows. It is similar to a segfault on Unix. You can find the reason for the failure in the core dump or in the details tab of your debugger.
Use the following simple PHP code to create such an error message:
<?php
function f() {g();}
funcgion g() {f();}
g();
?>
But still, please report these problems to the PHP maintainers, not to us, please.
Regards,
Jost Boekemeier
|
|
From: <php...@li...> - 2008-11-18 19:36:01
|
Will this work under JBoss? I only have access to Apache and JBoss running on Windows. On Sat, Nov 15, 2008 at 9:38 AM, < php...@li...> wrote: > Hi, > > the PHP/Java Bridge install instructions are here: > > => http://php-java-bridge.sourceforge.net/pjb/installation.php > > > Regards, > Jost Boekemeier > > > > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > |
|
From: <php...@li...> - 2008-11-18 17:22:19
|
> Do you compile PHP yourself? Maybe it's a compiler problem, optimization > flag... No, I used the Installer version. But still no joy. |
|
From: <php...@li...> - 2008-11-18 16:11:20
|
Hi! > Peter -- no, I'm not using Zend Core 2, They said this issue was resolved in Core 2.0.3, see here:https://www.zend.com/en/forums/index.php?t=tree&th=4525&mid=12648&S=8a4b171470bbbf0b15556bf556272b3f&rev=&reveal= > and I had a shot at installing the > latest version of PHP (5.2.7), Do you compile PHP yourself? Maybe it's a compiler problem, optimization flag... Peter |
|
From: <php...@li...> - 2008-11-18 15:36:29
|
Hi,
[PHP crashes when running with a specific C library]
then I suggest to work with the PHP people to eliminate this bug.
In the comments linked by Peter there's a suggestion that this might be a bug due a specifc version of the windows operating system (xp with a specific patch).
This makes sense because this PHP bug is not reproduceable on any windows operating system we've tested, including xp sp2. -- The person who reported this problem wasn't able to reproduce this problem either, so the item has been closed. What else do you expect from the PHP developers?
Regards,
Jost Boekemeier
|
|
From: <php...@li...> - 2008-11-18 15:02:17
|
Peter -- no, I'm not using Zend Core 2, and I had a shot at installing the latest version of PHP (5.2.7), but it didn't solve the problem, unfortunately. I'll keep hacking away at it, but for the moment, I think I'm stuck. My use of the php Java bridge was based on wanting to front-end Lucene with PHP, and there are a couple of different ways of doing that. Thanks for the help, though... > Hi! > > are you using Zend Core 2? See here: > http://www.zend.com/forums/index.php?t=msg&goto=9751 > > The PHP bug tracker has had an entry: http://bugs.php.net/bug.php?id=44091 > > > Peter |
|
From: <php...@li...> - 2008-11-18 12:58:42
|
Hi! are you using Zend Core 2? See here: http://www.zend.com/forums/index.php?t=msg&goto=9751 The PHP bug tracker has had an entry: http://bugs.php.net/bug.php?id=44091 Peter |
|
From: <php...@li...> - 2008-11-18 12:12:00
|
Hi,
> "CGI / FastCGI
> has encountered a problem and needs to close"
one of your php.ini settings has crashed your PHP executable.
Please report PHP related problems to the PHP maintainers, not to us.
Regards,
Jost Boekemeier
|
|
From: <php...@li...> - 2008-11-18 01:10:38
|
Hi Folks -- I am having some difficulty finishing off the installation of the php Java bridge. Software versions are as follows; Windows XP SP2, Apache 2.2.9, Tomcat 6.0.18, php Java bridge 5.3.3, php 5.2.6. When I get to the step in the installation guidelines where I access http://localhost:8080/JavaBridge, I get a steady stream of "CGI / FastCGI has encountered a problem and needs to close", which only stops when I stop the Tomcat service. Any advice as to how to resolve very much appreciated. Thanks...TCG |
|
From: <php...@li...> - 2008-11-15 14:56:48
|
Hi,
PHP/Java Bridge version 5.3.3 is now available.
Regards,
Jost Boekemeier
|
|
From: <php...@li...> - 2008-11-15 14:38:06
|
Hi, the PHP/Java Bridge install instructions are here: => http://php-java-bridge.sourceforge.net/pjb/installation.php Regards, Jost Boekemeier |
|
From: <php...@li...> - 2008-11-14 21:49:31
|
Trying to install it on WinDoze.. Per the instructions found on the links page.... http://php-java-bridge.sourceforge.net/pjb/links.php On Fri, Nov 14, 2008 at 1:43 PM, < php...@li...> wrote: > Hello! > > java-x86-windows.dll is not in the WAR. > Detained in guantanamo, probably... > > > Seriously, why do you need a .dll to install or run the bridge? > > > Peter > > > > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > |
|
From: <php...@li...> - 2008-11-14 18:43:07
|
Hello!
java-x86-windows.dll is not in the WAR.
Detained in guantanamo, probably...
Seriously, why do you need a .dll to install or run the bridge?
Peter
|
|
From: <php...@li...> - 2008-11-14 16:59:09
|
java-x86-windows.dll is not in the WAR. Is it no longer possible to setup the bridge per the following example? http://www.dsl.uow.edu.au/~sk33/phpjava.htm |
|
From: <php...@li...> - 2008-11-14 11:42:56
|
Hi, the current download already contains the fix: => http://downloads.sourceforge.net/php-java-bridge/php-java-bridge_5.3.3_j2ee.zip?use_mirror= Regards, Jost Bökemeier |