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
|
5
(2) |
6
(2) |
7
(3) |
8
(1) |
|
9
|
10
|
11
|
12
(4) |
13
(10) |
14
(5) |
15
(2) |
|
16
|
17
|
18
(12) |
19
|
20
|
21
|
22
(1) |
|
23
(1) |
24
(10) |
25
(3) |
26
(5) |
27
|
28
|
29
|
|
30
(3) |
|
|
|
|
|
|
|
From: <php...@li...> - 2008-11-26 19:18:13
|
Hi André,
I think the issue was that java/Java.inc was missing in the PHP include path. See my other message.
Regards,
Jost Boekemeier
|
|
From: <php...@li...> - 2008-11-26 19:16:36
|
Hi André, okay, I will comment out the java.security_policy=On in the java.ini. BTW: Which Java VM is it? The "policy==" syntax is valid (http://java.sun.com/j2se/1.4.2/docs/guide/security/PolicyFiles.html), but some JVM implementations (GNU Java?) may not recognize it. > The "Djava.security.policy==" issue was commited > at bind.c v1.92 [0] It happened when I switched on the policy in the java.ini file: ----------- * VERSION, php-java-bridge.spec: Version 5.2.2.3 released 2008-09-21 Jost Boekemeier <jostb@intern> * java.ini: Use a very restrictive security setting. ----------- > I will adapt the packaging to include the Java.inc and > JavaRaw.inc files. Java.inc is everything PHP users really need. Java users who want to call PHP libraries from Java also need the JavaProxy.php within the PHP web application. I would simply install the entire java/ folder into the PEAR include path (/usr/share/pear?). (http://php-java-bridge.sourceforge.net/pjb/docs/php-api/ric_README.html) > What about the "jce.jar" issue? I think it's a misunderstanding. Unlike other VM implementations Java doesn't have a "GAC", a single repository for Java packages. GNU used to use /usr/share/java, Sun introduced /usr/java/packages/lib/ext in Java 1.6. java_require() searches both locations, then $HOME/lib and then PHP_INCLUDE_PATH/libname/libname.jar. I think we should sidestep these Java class loading issues by always requiring a Tomcat back end. -- This would automatically eliminate the java.security.policy issue mentioned above and probably other (GNU-/Kaffe-/...) JVM releated issues; the Tomcat maintainers have much more experience with the different JVM implementations than we have. Unfortunately I can't nuke the java.so and require a Tomcat back end because of *BSD kernel issues[1]. But for Debian/Ubuntu it may be a viable alternative, I think. Regards, Jost Boekemeier [1] BSD is the only operating system which still doesn't contain John Nagle's TCP/IP bug fix: http://lists.freebsd.org/pipermail/freebsd-bugs/2006-April/018144.html and http://unix.derkeiler.com/pdf/Mailing-Lists/FreeBSD/net/2006-01/msg00156.pdf |
|
From: <php...@li...> - 2008-11-26 15:12:54
|
Hello, Jan Wagner ( waja AT cyconet.org) bring to attention some problems. The "Djava.security.policy==" issue was commited at bind.c v1.92 [0] The cvs log message does not contain the reason. Could it be reverted to "Djava.security.policy=" without side effects? I will adapt the packaging to include the Java.inc and JavaRaw.inc files. What about the "jce.jar" issue? Regards. Andre Felipe [0] http://php-java-bridge.cvs.sourceforge.net/viewvc/php-java-bridge/php-java-bridge/bind.c?r1=1.91&r2=1.92 > > Dear List, > > > > this week we did setup a php-java-bridge for one of our customers. We did have > > serveral problems, caused by missing documentation for relevant parts, but we > > did solve this anyhow. We have just some issues in place which we worked > > around, but maybe you can give us some hints, how we should correct it. > > > > What we did on a Debian/etch: > > > > * > > wget "http://downloads.sourceforge.net/php-java-bridge/php-java- > > bridge_5.3.2.1.2-1_i386.deb?modtime=1223900853&big_mirror=0" > > * dpkg -i php-java-bridge_5.3.2.1.2-1_i386.deb > > * set "java.log_level = 3" in /etc/php5/conf.d/java.ini > > * copied Java.inc and JavaRaw.inc from an buildenvorinment > > to /usr/share/php/java (why aren't those shipped with the debian package?) > > * /etc/init.d/apache2 restart > > > > So far so good ... after houres of debugging we found the following problem: > > > > # ps aux| grep java > > root 4661 2.5 5.0 210624 13224 ? Sl 00:24 0:00 > > 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-122e 3 > > > > Maybe you also miss the it .. it's right after "-Djava.security.policy", where > > you can find "==" and this cause the JVM to not use this parameter. > > > > We worked around by setting 'java.wrapper > > = "/usr/local/sbin/java_bridge_wrapper"' in /etc/php5/conf.d/java.ini and > > defining the JVM parameter for our own. > > > > To get included the "jce.jar" via 'java_require("jce.jar");' we did need to > > place it in "/usr/share/java", which we did > > with: "ln -s /usr/lib/jvm/java-6-sun/jre/lib/jce.jar /usr/share/java/jce.jar" > > Is there some more elegant way of doing this? > > > > If you wonna have a look into the whole thing, I attached our test script. > > > > Thanks and with kind regards, Jan. |
|
From: <php...@li...> - 2008-11-26 09:09:47
|
Hello,
thank you for your answer.
> What do you mean with this? Your script doesn't even use java()
> statements, so how can this be a PHP/Java Bridge problem?
My script doesn't use Java, but the PEAR package "XML/fo2pdf.php" does.
The script exited after running:
$options = @new Java("org.apache.fop.apps.CommandLineOptions", $options)
(from fo2pdf.php)
As Patrick said, FOP 0.95 is not compatible with "XML/fo2pdf.php",
therefore I should hack this package or will use the Apache FOP
embedding Fop2PDF.java from:
http://xmlgraphics.apache.org/fop/0.94/embedding.html#ExampleFO2PDF
cheers,
Al
>
--- On Tue, 11/25/08, php...@li... <php...@li...> wrote:
From: php...@li... <php...@li...>
Subject: Re: [Php-java-bridge-users] FOP & PHP-Java-Bridge
To: php...@li...
Date: Tuesday, November 25, 2008, 4:16 PM
Apache FOP is a Java library which converts XSL-FO to PDF; it is invoked
via the Java Bridge from PHP.
I run a system (on FreeBSD, but platform doesn't matter) which uses PHP
5.2 and Java Bridge 4.0.8a to call FOP 0.20.5. We don't use the PEAR
library XML_fo2pdf like you do, but the code is very simple and thus
similar.
I've attempted to use FOP 0.95, but in short, FOP broke compatibility
between 0.20.x and 0.95. We continue to use 0.20.5 in production simply
because it works and there's no need to upgrade. Considering that
XML_fo2pdf is out of maintenance by about five years [1], odds are it
just doesn't work with FOP 0.95.
If you have any true need for FOP 0.95 over 0.20.x, you will need to
hack XML_fo2pdf. If you do take the time, I'd suggest posting your patch
to the PEAR website when you're finished.
Cheers,
Patrick van Staveren
[1] http://pear.php.net/package/XML_fo2pdf/
php...@li... wrote:
> Hi,
>
> [.. not working]
>
>> FOP: version 0.95
>>
>
> [...but]
>
>> is working with: FOP: 0.20.4,
>>
>
> Umm, you should then report the problem to FOP, then. -- FOP seems to be
some PHP extenstion which doesn't have any links to the PHP/Java Bridge.
>
>
>
>> is PHP-Java-Bridge 5.2.2 working with FOP 0.95 and PHP 5.2.6,
Java_1.6.0 ?
>>
>
> What do you mean with this? Your script doesn't even use java()
statements, so how can this be a PHP/Java Bridge problem?
>
>
> BTW: Since you have Java installed, you may want to check out the itext
PDF library instead. It is a very powerful and mature library which can create
and even transform PDF in various ways, see our itext examples from the source
download for details.
>
>
> 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
>
--
Patrick "Trick" van Staveren
http://trick.vanstaveren.us
-------------------------------------------------------------------------
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-26 00:14:28
|
Apache FOP is a Java library which converts XSL-FO to PDF; it is invoked via the Java Bridge from PHP. I run a system (on FreeBSD, but platform doesn't matter) which uses PHP 5.2 and Java Bridge 4.0.8a to call FOP 0.20.5. We don't use the PEAR library XML_fo2pdf like you do, but the code is very simple and thus similar. I've attempted to use FOP 0.95, but in short, FOP broke compatibility between 0.20.x and 0.95. We continue to use 0.20.5 in production simply because it works and there's no need to upgrade. Considering that XML_fo2pdf is out of maintenance by about five years [1], odds are it just doesn't work with FOP 0.95. If you have any true need for FOP 0.95 over 0.20.x, you will need to hack XML_fo2pdf. If you do take the time, I'd suggest posting your patch to the PEAR website when you're finished. Cheers, Patrick van Staveren [1] http://pear.php.net/package/XML_fo2pdf/ php...@li... wrote: > Hi, > > [.. not working] > >> FOP: version 0.95 >> > > [...but] > >> is working with: FOP: 0.20.4, >> > > Umm, you should then report the problem to FOP, then. -- FOP seems to be some PHP extenstion which doesn't have any links to the PHP/Java Bridge. > > > >> is PHP-Java-Bridge 5.2.2 working with FOP 0.95 and PHP 5.2.6, Java_1.6.0 ? >> > > What do you mean with this? Your script doesn't even use java() statements, so how can this be a PHP/Java Bridge problem? > > > BTW: Since you have Java installed, you may want to check out the itext PDF library instead. It is a very powerful and mature library which can create and even transform PDF in various ways, see our itext examples from the source download for details. > > > 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 > -- Patrick "Trick" van Staveren http://trick.vanstaveren.us |