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
(1) |
3
(1) |
4
(7) |
5
(1) |
6
|
7
|
|
8
|
9
|
10
(3) |
11
(1) |
12
(1) |
13
|
14
|
|
15
(1) |
16
(6) |
17
(6) |
18
(4) |
19
|
20
|
21
|
|
22
|
23
(2) |
24
|
25
|
26
(3) |
27
(6) |
28
(3) |
|
29
|
30
(3) |
|
|
|
|
|
|
From: <php...@li...> - 2007-04-16 15:50:42
|
Hi,
what's wrong with the J2EE download? C compilation
isn't for everyone.
> when i use
> echo "<?php dl('java.so'); phpinfo() ?>" | php -n >
> result.txt
> > Segmentation fault (core dumped)
Which gcc version do you use? Some gcc versions have a
bug in their optimizer. This bug has been reported
twice, against FreeBSD and RedHat Linux.
The workaround is to switch to another gcc version or
to switch off the optimizer (export CFLAGS="-O0").
In any case, this isn't a problem in the PHP/Java
Bridge code.
> --disable-backend[...]
> Do you want to [...]
> Generate PHP classes from standard Java classes
[...]
> java.lang.NoClassDefFoundError:
You haven't built the back end (the JavaBridge.jar).
If you want to transform java libraries into php pear
classes, you need the JavaBridge.jar.
Which in turn means that you must either install the
required autoconf, automake and libtool versions or
disable back end compilation and use the
JavaBridge.jar from the J2EE back end.
> php/java/bridge/JavaBridge
> cp: java/*.php: No such file or directory
Okay.
> "Makefile", line 8: Could not find
> /usr/share/selinux//include/Makefile
> make: fatal errors encountered -- cannot continue
> install.sh: /usr/sbin/semodule: not found
> install.sh: /usr/bin/chcon: not found
> install.sh: /usr/bin/chcon: not found
> PHP/Java Bridge installed.
Okay.
Regards,
Jost Boekemeier
Heute schon einen Blick in die Zukunft von E-Mails wagen? Versuchen Sie´s mit dem neuen Yahoo! Mail. www.yahoo.de/mail
|
|
From: <php...@li...> - 2007-04-16 12:45:37
|
It seems not fit FreeBSD
when i use
echo "<?php dl('java.so'); phpinfo() ?>" | php -n > result.txt
>
it show me:
> Segmentation fault (core dumped)
So i have to rebuild, comand like pre mail.
when finish "sh install.sh" , i find :
Generate PHP classes from standard Java classes and install them in
the /usr/local/share/pear directory?
convert java libraries (yes/no):
Exception in thread "main" java.lang.NoClassDefFoundError:
php/java/bridge/JavaBridge
cp: java/*.php: No such file or directory
"Makefile", line 8: Could not find /usr/share/selinux//include/Makefile
make: fatal errors encountered -- cannot continue
install.sh: /usr/sbin/semodule: not found
install.sh: /usr/bin/chcon: not found
install.sh: /usr/bin/chcon: not found
PHP/Java Bridge installed.
Now type "/usr/local/bin/php test.php" to check the installation.
bridge i today download. Is it ok?
2007/4/16, php...@li... <
php...@li...>:
>
> Hi,
>
>
> > Error: The PHP/Java Bridge back-end is not running.
>
> Have you started the back end? If your php.ini file
> dosn't contain any java related entries (which seems
> to be the case), the bridge automatically starts a
> local back end. You can find the command in the
> result of the phpinfo() command:
>
> echo "<?php dl('java.so'); phpinfo() ?>" | php -n >
> result.txt
>
> cat result.html | fgrep "java command"
>
> Please take the java command obtained from the
> phpinfo() and paste it into a command shell (xterm).
>
> The command should display the reason for the failure,
> probably some freebsd java/jdk issue.
>
>
> In any case, we recommend to use the J2EE binary on
> freeBSD, or to use a modern operating system with a
> decent TCP socket implementation, for example Windows,
> Linux or Solaris.
>
>
> Regards,
> Jost Boekemeier
>
>
>
> __________________________________ Kennt man wirklich jeden =FCber=
3
> Ecken? Die Antworten gibt's bei Yahoo! Clever. www.yahoo.de/clever
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> php-java-bridge-users mailing list
> php...@li...
> https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users
>
--=20
regards
jl
|
|
From: <php...@li...> - 2007-04-16 11:42:52
|
Hi,
> Error: The PHP/Java Bridge back-end is not running.
Have you started the back end? If your php.ini file
dosn't contain any java related entries (which seems
to be the case), the bridge automatically starts a
local back end. You can find the command in the
result of the phpinfo() command:
echo "<?php dl('java.so'); phpinfo() ?>" | php -n >
result.txt
cat result.html | fgrep "java command"
Please take the java command obtained from the
phpinfo() and paste it into a command shell (xterm).
The command should display the reason for the failure,
probably some freebsd java/jdk issue.
In any case, we recommend to use the J2EE binary on
freeBSD, or to use a modern operating system with a
decent TCP socket implementation, for example Windows,
Linux or Solaris.
Regards,
Jost Boekemeier
__________________________________ Kennt man wirklich jeden über 3 Ecken? Die Antworten gibt's bei Yahoo! Clever. www.yahoo.de/clever
|
|
From: <php...@li...> - 2007-04-16 11:34:15
|
Hi, the binary/J2EE download contains a binary for freebsd. Please use this if you cannot compile on freebsd. Using the pure PHP implementation on FreeBSD is NOT recommended because of the well known kernel problem. The *BSD kernel uses Nagle's algorithm for the local interface, and the PHP people don't switch it off when creating/using sockets. Therefore PHP local socket connections are extremly slow on this operating system. -- You can switch off NDELAY for all interfaces using the freebsd sysctl interface, but doing so is not recommended. Hope it helps. Regards, Jost Boekemeier --- php...@li... schrieb: > i use soure to install( > http://php-java-bridge.sourceforge.net/pjb/installation.php#sourceinstall) > > my cmd : > > phpize && ./configure > --with-java=JAVA_HOME,JAVA_HOME/jre && make > > > > and show me > > > checking for sem_init in -lrt... no > > checking for pthreads_cflags... -pthread > > checking for pthreads_lib... > > configure: error: host_alias is not set. Make sure > to run config.guess > > Back-end configuration failed. > > Please install the recommended autoconf, libtool > and automake versions > > or disable back-end configuration and use the > pre-compiled J2EE back-end: > > > > ./configure --disable-backend > --with-java=<JAVA_HOME> > > > > configure: error: /usr/local/bin/bash > './configure.gnu' failed for server > > > > how can i install? > > > -- > regards > jl > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 > express and take > control of your XML. No limits. Just data. Click to > get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > Heute schon einen Blick in die Zukunft von E-Mails wagen? Versuchen Sie´s mit dem neuen Yahoo! Mail. www.yahoo.de/mail |
|
From: <php...@li...> - 2007-04-16 09:26:44
|
i config > ./configure --disable-backend --with-java=/usr/local/diablo-jdk1.5.0 > ,/usr/local/diablo-jdk1.5.0 sh install.sh i use FreeBSD6.2 java -version: # java -version > java version "1.5.0" > Java(TM) 2 Runtime Environment, Standard Edition (build diablo-1.5.0-b01) > Java HotSpot(TM) Client VM (build diablo-1.5.0_07-b01, mixed mode) > Error: The PHP/Java Bridge back-end is not running. Please start it and/or > check if the directory /usr/local/lib/php/20060613 contains "java.so" and > "JavaBridge.jar". Check if the following values are correct: > java.java_home = java.java = If you want to start the back-end > automatically, disable: java.socketname = java.hosts = java.servlet = If > that still doesn't work, please check the "java command" above and report > this problem to: php...@li.... > -- regards jl |
|
From: <php...@li...> - 2007-04-16 08:36:03
|
i use soure to install( http://php-java-bridge.sourceforge.net/pjb/installation.php#sourceinstall) my cmd : phpize && ./configure --with-java=JAVA_HOME,JAVA_HOME/jre && make > and show me checking for sem_init in -lrt... no > checking for pthreads_cflags... -pthread > checking for pthreads_lib... > configure: error: host_alias is not set. Make sure to run config.guess > Back-end configuration failed. > Please install the recommended autoconf, libtool and automake versions > or disable back-end configuration and use the pre-compiled J2EE back-end: > > ./configure --disable-backend --with-java=<JAVA_HOME> > > configure: error: /usr/local/bin/bash './configure.gnu' failed for server > how can i install? -- regards jl |