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
|
3
(4) |
4
(8) |
5
|
|
6
(1) |
7
(2) |
8
(2) |
9
(1) |
10
|
11
|
12
(2) |
|
13
(11) |
14
|
15
|
16
|
17
(3) |
18
|
19
|
|
20
|
21
(4) |
22
(2) |
23
(7) |
24
(8) |
25
(2) |
26
(1) |
|
27
(2) |
28
(11) |
29
(2) |
30
|
|
|
|
|
From: <php...@li...> - 2009-09-21 10:47:41
|
> "spl1 autoload Foo spl2 autoload Foo spl3 autoload > Foo" can you tell me why? Because the first call to spl_autoload_register incorrectly re-initializes the autoload machinery. The result should be "spl1 autoload Foo spl2 autoload Foo spl3 autoload Foo legacy autoload Foo". > 2. as I said I am a begginer. Can I use your "words" > when report the bugs to Joomla and to java-ph Yes, you can refer to this conversation. Regards, Jost Boekemeier On Sep 21, 2009 12:37 PM, <php...@li...> wrote: Thank you for your reply. I am not a very good programmer... and I am not an English native speaker, so please excuse me if I bother you: 1. when I run the script in my environment the result was: "spl1 autoload Foo spl2 autoload Foo spl3 autoload Foo" can you tell me why? 2. as I said I am a begginer. Can I use your "words" when I report the bugs to Joomla and to java-php bridges Thank you, Ciprian Muntean aka cipm From: php...@li... <php...@li...> Subject: Re: [Php-java-bridge-users] using php-java-bridge with joomla To: php...@li... Date: Monday, September 21, 2009, 1:12 PM Please report this bug to both, the "joomla" and the php maintainers. First, __autoload must not b... ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ php-java-bridge-users ma... ------------------------------------------------------------------------------ Come build with us! T... ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ php-java-bridge-users ma... |
|
From: <php...@li...> - 2009-09-21 10:37:17
|
Thank you for your reply.
I am not a very good programmer... and I am not an English native speaker, so please excuse me if I bother you:
1. when I run the script in my environment the result was:
"spl1 autoload Foo spl2 autoload Foo spl3 autoload Foo"
can you tell me why?
2. as I said I am a begginer. Can I use your "words" when I report the bugs to Joomla and to java-php bridges
Thank you,
Ciprian Muntean aka cipm
From: php...@li...
<php...@li...>
Subject: Re: [Php-java-bridge-users] using php-java-bridge with joomla
To: php...@li...
Date: Monday, September 21, 2009, 1:12 PM
Please report this bug to both, the "joomla" and the php maintainers.
First, __autoload must not be used by php libraries. It is reserved for
applications to bind libraries together;
It can be used at most once. Please report this bug to the "joomla" library
authors.
Second, spl_autoload can be used by libraries, but it must not destroy any
existing __autoload handler:
<?php
function autoload_legacy($x) {echo "legacy autoload $x\n"; return false;}
function autoload_spl1($x) {echo "spl1 autoload $x\n"; return false;}
function autoload_spl2($x) {echo "spl2 autoload $x\n"; return false;}
function autoload_spl3($x) {echo "spl3 autoload $x\n"; return
false;}
spl_autoload_register("autoload_spl1");
function __autoload($x) {return autoload_legacy($x);}
spl_autoload_register("autoload_spl2");
spl_autoload_register("autoload_spl3");
@new Foo();
?>
Please report this bug to the php maintainers. Ask them to either deprecate
__autoload or to change spl_autoload_register to not destroy any existing
__autoload hook. The result of the above php script must be "spl1 spl2 spl3
legacy".
In the meantime you can disable the use of spl_autoload by setting the
define JAVA_DISABLE_AUTOLOAD. If you do this, you won't be able to autoload
java classes anymore.
Regards,
Jost Boekemeier
On Sep 21, 2009 10:14 AM, <php...@li...>
wrote:
Hi,
I installed successfully Joomla on
the Glassfish server based on the
http://www2.sebastiendionne.ca:8282/glassfish/joomla-on-glassfish.html
My problem came when I tried to insert
require_once ("java/Java.inc");
to my code.
All php classes that was find before, no are not recognize anymore.
ex.
javax.servlet.ServletException: java.lang.RuntimeException: PHP Fatal error:
Class 'JModuleHelper' not found
if I comment require_once ("java/Java.inc"); everything goes smoothly.
Do you have any ideas if Java.inc could overwrite somehow all classes
included before?
Or other ideas about this problem?
thx in advance,
Cipm
------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need
to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
php-java-bridge-users mailing list
php...@li...
https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users
------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills,
take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
php-java-bridge-users mailing list
php...@li...
https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users
|
|
From: <php...@li...> - 2009-09-21 10:13:08
|
Please report this bug to both, the "joomla" and the php maintainers.
First, __autoload must not be used by php libraries. It is reserved for
applications to bind libraries together;
It can be used at most once. Please report this bug to the "joomla" library
authors.
Second, spl_autoload can be used by libraries, but it must not destroy any
existing __autoload handler:
<?php
function autoload_legacy($x) {echo "legacy autoload $x\n"; return false;}
function autoload_spl1($x) {echo "spl1 autoload $x\n"; return false;}
function autoload_spl2($x) {echo "spl2 autoload $x\n"; return false;}
function autoload_spl3($x) {echo "spl3 autoload $x\n"; return false;}
spl_autoload_register("autoload_spl1");
function __autoload($x) {return autoload_legacy($x);}
spl_autoload_register("autoload_spl2");
spl_autoload_register("autoload_spl3");
@new Foo();
?>
Please report this bug to the php maintainers. Ask them to either deprecate
__autoload or to change spl_autoload_register to not destroy any existing
__autoload hook. The result of the above php script must be "spl1 spl2 spl3
legacy".
In the meantime you can disable the use of spl_autoload by setting the
define JAVA_DISABLE_AUTOLOAD. If you do this, you won't be able to autoload
java classes anymore.
Regards,
Jost Boekemeier
On Sep 21, 2009 10:14 AM, <php...@li...>
wrote:
Hi,
I installed successfully Joomla on the Glassfish server based on the
http://www2.sebastiendionne.ca:8282/glassfish/joomla-on-glassfish.html
My problem came when I tried to insert
require_once ("java/Java.inc");
to my code.
All php classes that was find before, no are not recognize anymore.
ex.
javax.servlet.ServletException: java.lang.RuntimeException: PHP Fatal error:
Class 'JModuleHelper' not found
if I comment require_once ("java/Java.inc"); everything goes smoothly.
Do you have any ideas if Java.inc could overwrite somehow all classes
included before?
Or other ideas about this problem?
thx in advance,
Cipm
------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
php-java-bridge-users mailing list
php...@li...
https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users
|
|
From: <php...@li...> - 2009-09-21 08:13:53
|
Hi, I installed successfully Joomla on the Glassfish server based on the http://www2.sebastiendionne.ca:8282/glassfish/joomla-on-glassfish.html My problem came when I tried to insert require_once ("java/Java.inc"); to my code. All php classes that was find before, no are not recognize anymore. ex. javax.servlet.ServletException: java.lang.RuntimeException: PHP Fatal error: Class 'JModuleHelper' not found if I comment require_once ("java/Java.inc"); everything goes smoothly. Do you have any ideas if Java.inc could overwrite somehow all classes included before? Or other ideas about this problem? thx in advance, Cipm |