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
(3) |
2
(1) |
3
|
4
(1) |
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
(2) |
28
|
29
|
30
(1) |
From: Jost B. <jos...@ya...> - 2005-04-30 15:58:54
|
The version 2.0.6 of the PHP/Java Bridge is now available. The binary for RedHat Enterprise Linux, RedHat Fedora 1, 2 and 3: http://php-java-bridge.sf.net/php-java-bridge-2.0.6-1.i386.rpm Windows XP: http://php-java-bridge.sf.net/php-java-bridge_2.0.6-win32-php5.zip For the rest: http://php-java-bridge.sf.net/php-java-bridge_2.0.6-pre.tar.bz2 The following features were added: <NONE> The bugs from the following problem reports were fixed: *PR1174918 ("first start bug with charset): The default encoding used for strings is UTF-8. But it can be changed using the java_set_file_encoding("ISO-8896-1") for example. Please see tests.php4/utf8.php, tests.php4/utf8-1.php, tests.php4/utf8-2.php, tests.php4/utf8-3.php to see how to use the default file encoding and how to encode individual strings with different input and output encodings. *PR1190518 ("JDK1.5 reflection bug"): Methods are searched in the class first before methods of the class class are examined. (Problematic procedure was getInstance which is also defined in the meta-class of class.) Please see tests.php/xmlTransform.php. * PR1187636 ("java_get_session support"): The method is now supported and works correctly with the load balancer. Please see tests.php4/session.php * PR1188659 ("classloader bug"): Classes are cached again and can be used to attach data which is expensive to create. Please see tests.php4/cache.php for details. That was a bug that was introduced in 2.0.5. * PR1179352 ("Apache/PHP as WORKER/NT module not supported,use CGI instead:"): The problem was here that the GC opened a server connection which was then shared by the following request. The bridge now throws an exception if a connection is shared or if a connection is opened after request shutdown (RSHUTDOWN). WORKER and NT are now fully supported. * PR1178795 ("Create /usr/lib/php4/lib "): Users are expected to store their .jar files as <name>-<version>.jar in either /usr/share/java or java.libdir/lib or one of their sub-directories. These are the only directories which are tagged with the appropriate Security Enhanced Linux security context. The java_set_library_path has been changed so that "foo/bar.jar" is searched in these system directories. * PR1177992 ("Error message on Security Enhanced Linux"): The bridge now throws an appropriate exception if a library cannot be loaded because of security restrictions. * PR1177991("FC3 service status command not working"): If installed in /usr/sbin, the php-java-bidge script show up as "php-java-bridge" in the process list. * PR1176534 ("PHP/Java Bridge 2.0.5 does not compile on Solaris, OS X, ..."): This bug has been fixed. * PR1176523 ("multidimensional arrays are not sent correctly"): Please see tests.php4/array6.php for details. For other changes please see the ChangeLog contained in the php-java-bridge_2.0.6-pre.tar.bz2 download file -- the two binary files contain an old ChangeLog and README, but the binaries are up to date. If I don't get any problem reports within the next two weeks, I will release the code contained in php-java-bridge_2.0.6-pre.tar.bz2 as the official PHP/Java Bridge version 2.0.6. Regards, Jost Boekemeier --------------------------------- Gesendet von Yahoo! Mail - Jetzt mit 250MB kostenlosem Speicher |