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
|
3
|
4
|
5
|
6
(4) |
7
(1) |
8
|
|
9
(2) |
10
(2) |
11
(6) |
12
(6) |
13
(10) |
14
(6) |
15
(2) |
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
|
23
|
24
(2) |
25
|
26
(5) |
27
(1) |
28
(5) |
29
(3) |
|
30
(1) |
31
|
|
|
|
|
|
|
From: <php...@li...> - 2007-12-30 01:36:10
|
Hi,
Thanks for the help. I solved the problem moments after posting. I see that just replacing the exe provided with one I built (with cgi & mysql enabled) does the trick.
Thanks again,
-Steve
==========================================
php...@li... wrote:
Hi,
if you use the system PHP executable this should work. -- For testing purposes the binary download
contains a PHP executable w/o any additional PHP modules. But the bridge automatically uses the
system php_exec, if it exists.
The error I get is: Call to undefined function mysql_connect()
apt-get install php-cgi php-mysql
or
yum install php-cgi php-mysql
doesn't work? -- (one command is for ubuntu, the other one for redhat)
Regards,
Jost Boekemeier
Roy Whitson <roy...@ya...> wrote: I failed to mention, this is on a linux system (CentOS).
php...@li... wrote: Hi,
I'm having trouble with using mysql_connect within my php application under JavaBridge. The version I'm using is 4.3.2. This is a tomcat (5.5.20) deployment (using the provided war file).
The error I get is: Call to undefined function mysql_connect()
I've not done anything to this JavaBridge.war deployment, it is out of the box with regard to ini files.
Is there something I need to add?
Thanks much,
-Steve
---------------------------------
Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
php-java-bridge-users mailing list
php...@li...
https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users
---------------------------------
Looking for last minute shopping deals? Find them fast with Yahoo! Search.
---------------------------------
Looking for last minute shopping deals? Find them fast with Yahoo! Search.
|
|
From: <php...@li...> - 2007-12-29 13:53:28
|
What about the mysql JDBC driver? :)
__________________________________ Ihr erstes Fernweh? Wo gibt es den schönsten Strand? www.yahoo.de/clever
|
|
From: <php...@li...> - 2007-12-29 11:08:20
|
php...@li... a écrit : > Hi, > > if you use the system PHP executable this should work. -- For testing purposes the binary download > contains a PHP executable w/o any additional PHP modules. But the bridge automatically uses the > system php_exec, if it exists. > > > >> The error I get is: Call to undefined function mysql_connect() >> > > apt-get install php-cgi php-mysql > or > yum install php-cgi php-mysql > > doesn't work? -- (one command is for ubuntu, the other one for redhat) > > > Regards, > Jost Boekemeier > > > Jetzt Mails schnell in einem Vorschaufenster überfliegen. Dies und viel mehr bietet das neue Yahoo! Mail - www.yahoo.de/mail > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > Hello, This error means that the mysql extension is not loaded. Check your php.ini with : <?php phpinfo(); ?> You should find information about the installed extension, mysql or mysqli... Then check the content of your extension directory. I use the bridge with mysqli, and it works (win32) :-) Regards, Benjamin. |
|
From: <php...@li...> - 2007-12-29 10:11:32
|
Hi,
if you use the system PHP executable this should work. -- For testing purposes the binary download
contains a PHP executable w/o any additional PHP modules. But the bridge automatically uses the
system php_exec, if it exists.
> The error I get is: Call to undefined function mysql_connect()
apt-get install php-cgi php-mysql
or
yum install php-cgi php-mysql
doesn't work? -- (one command is for ubuntu, the other one for redhat)
Regards,
Jost Boekemeier
Jetzt Mails schnell in einem Vorschaufenster überfliegen. Dies und viel mehr bietet das neue Yahoo! Mail - www.yahoo.de/mail
|
|
From: <php...@li...> - 2007-12-28 20:59:31
|
I failed to mention, this is on a linux system (CentOS). php...@li... wrote: Hi, I'm having trouble with using mysql_connect within my php application under JavaBridge. The version I'm using is 4.3.2. This is a tomcat (5.5.20) deployment (using the provided war file). The error I get is: Call to undefined function mysql_connect() I've not done anything to this JavaBridge.war deployment, it is out of the box with regard to ini files. Is there something I need to add? Thanks much, -Steve --------------------------------- Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ php-java-bridge-users mailing list php...@li... https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users --------------------------------- Looking for last minute shopping deals? Find them fast with Yahoo! Search. |
|
From: <php...@li...> - 2007-12-28 20:55:44
|
Hi,
I'm having trouble with using mysql_connect within my php application under JavaBridge. The version I'm using is 4.3.2. This is a tomcat (5.5.20) deployment (using the provided war file).
The error I get is: Call to undefined function mysql_connect()
I've not done anything to this JavaBridge.war deployment, it is out of the box with regard to ini files.
Is there something I need to add?
Thanks much,
-Steve
---------------------------------
Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.
|
|
From: <php...@li...> - 2007-12-28 14:19:37
|
Hi, PHP/Java Bridge 4.3.3 is available for download: http://downloads.sourceforge.net/php-java-bridge/php-java-bridge_4.3.3_j2ee.zip?use_mirror=osdn This version contains only bug fixes: * The asynchronous protocol can now be used everywhere. Please see examples/bench/bench.php for details. * The Apache/IIS front end and the tomcat back end can be restarted independently. Tomcat doesn't keep references to old classes when the context is reloaded. * When gcj is used, dynamic proxies are created by the default classloader. This is necessary because gcj doesn't have a class GC. * The JSR223 script engines now wait for the SimpleContextFactory to finish. In previous versions the script engines were recycled at the end of the PHP script, not at the end of the PHP to Java communication. Furthermore this version can be installed as a Zend extension (zend_extension=...). It contains an opcode optimizer, which is currently switched off. Since PHP 4 support will vanish at the end of the year, I have removed the old C based extension from the source download archive. Please use the CVS or the old 4.3.2 version if you still use PHP 4. Regards, Jost Boekemeier __________________________________ Ihre erste Baustelle? Wissenswertes für Bastler und Hobby Handwerker. www.yahoo.de/clever |
|
From: <php...@li...> - 2007-12-28 13:51:04
|
Hi,
>From looking at the source code I've got the impression that the C code doesn't compile anyway.
the C code does compile on Linux (Debian and RedHat, at least).
It may not compile or run on Windows. But that's a minor problem as you can always use the pure
Java/PHP implementation, which is as fast as (and under some circumstances even faster than) the C
code.
Regards,
Jost Boekemeier
Jetzt Mails schnell in einem Vorschaufenster überfliegen. Dies und viel mehr bietet das neue Yahoo! Mail - www.yahoo.de/mail
|
|
From: <php...@li...> - 2007-12-28 13:43:12
|
Hi,
> Can PHP-Java-Bridge be installed in Linux(x86_64)?
The pure Java/PHP implementation runs on all operating systems. -- The bridge may need JDK 1.6 to
compile, but it runs on all Java implementations since 1.4.
> different static libraries but only one dynamic library for -m32 and -
That's an old autoconf test which checks if JNI is available. If not, the bridge uses
local TCP sockets or named pipes.
Regards,
Jost Boekemeier
__________________________________ Ihr erstes Fernweh? Wo gibt es den schönsten Strand? www.yahoo.de/clever
|
|
From: <php...@li...> - 2007-12-27 19:27:04
|
Hello!
> Can PHP-Java-Bridge be installed in Linux(x86_64)?
Yes.
> different static libraries but only one dynamic library for -m32 and -
> m64 builds.
Just use the pure Java implementation.
>From looking at the source code I've got the impression that the C code doesn't compile anyway. At least not for PHP 5 or PHP 6.
Peter
---------------------------------
Looking for last minute shopping deals? Find them fast with Yahoo! Search.
|
|
From: <php...@li...> - 2007-12-26 11:23:49
|
This is an autoresponse message. Featurecreep is closed over the Christmas period until Wednesday 02 January. Kind regards, -- Jamie Saunders Developer Featurecreep Ltd. http://www.featurecreep.com 14 Orchard Street, Bristol, BS1 5EH 0117 905 5047 |
|
From: <php...@li...> - 2007-12-26 11:23:22
|
Hello, The recent versions of php-java-bridge MUST be compiled agains java 1.6 Regards. Andre Felipe Machado -- "A Debian user never dies. Issues a last command: shutdown -h now" http://www.techforce.com.br |
|
From: <php...@li...> - 2007-12-26 04:37:27
|
I have installed on Linux 64 bit. I ran into several issues on the way, but this is new on me. Rajagopal Yadavalli winnou.com 99490.31262 "You must want to FLY so badly that you are willing to give up being a caterpillar" ----- Original Message ----- From: <php...@li...> To: <php...@li...> Sent: Wednesday, December 26, 2007 7:57 AM Subject: [Php-java-bridge-users] x86_64 Linux insall OK? > Hi! > > Can PHP-Java-Bridge be installed in Linux(x86_64)? > > > Warning was generated by the configure. > > --- Warning log --- > configure: WARNING: Your GCC installation may be broken. It uses two > different static libraries but only one dynamic library for -m32 and - > m64 builds. > ------------------- > > Help me. > -------------------------------------- > New Design Yahoo! JAPAN 2008/01/01 > http://pr.mail.yahoo.co.jp/newdesign/ > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users |
|
From: <php...@li...> - 2007-12-26 02:35:06
|
This is an autoresponse message. Featurecreep is closed over the Christmas period until Wednesday 02 January. Kind regards, -- Jamie Saunders Developer Featurecreep Ltd. http://www.featurecreep.com 14 Orchard Street, Bristol, BS1 5EH 0117 905 5047 |
|
From: <php...@li...> - 2007-12-26 02:34:17
|
Hi! Can PHP-Java-Bridge be installed in Linux(x86_64)? Warning was generated by the configure. --- Warning log --- configure: WARNING: Your GCC installation may be broken. It uses two different static libraries but only one dynamic library for -m32 and - m64 builds. ------------------- Help me. -------------------------------------- New Design Yahoo! JAPAN 2008/01/01 http://pr.mail.yahoo.co.jp/newdesign/ |
|
From: <php...@li...> - 2007-12-24 16:20:51
|
This is an autoresponse message. Featurecreep is closed over the Christmas period until Wednesday 02 January. Kind regards, -- Jamie Saunders Developer Featurecreep Ltd. http://www.featurecreep.com 14 Orchard Street, Bristol, BS1 5EH 0117 905 5047 |
|
From: <php...@li...> - 2007-12-24 16:20:17
|
Hi everyone,
I am trying to compile php-java-bridge-4.3.0 on a gentoo system and keep
getting a compile error that I can't seem to track down. Any thoughts:
# java -version
java version "1.4.2_16"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_16-b05)
Java HotSpot(TM) Client VM (build 1.4.2_16-b05, mixed mode)
# gcj -fjni -w -O2 -mcpu=i686 -fomit-frame-pointer -MT
php/java/bridge/JavaBridgeRunner.o -MD -MP -MF
php/java/bridge/.deps/JavaBridgeRunner.Tpo -c -o
php/java/bridge/JavaBridgeRunner.o `test -f
'php/java/bridge/JavaBridgeRunner.java' || echo
'./'`php/java/bridge/JavaBridgeRunner.java
php/java/bridge/JavaBridgeRunner.java: In class
`php.java.bridge.JavaBridgeRunner':
php/java/bridge/JavaBridgeRunner.java: In method
`php.java.bridge.JavaBridgeRunner.doGet(php.java.bridge.http.HttpRequest,
php.java.bridge.http.HttpResponse)':
php/java/bridge/JavaBridgeRunner.java:491: error: Can't find method
`replaceFirst(Ljava/lang/String;Ljava/lang/String;)' in type
`java.lang.String'.
name = name.replaceFirst("/JavaBridge", "META-INF");
^
php/java/bridge/JavaBridgeRunner.java:494: error: Can't find method
`replaceFirst(Ljava/lang/String;Ljava/lang/String;)' in type
`java.lang.String'.
name = name.replaceFirst("Java\\.inc", "JavaBridge.inc");
^
2 errors
Thanks.
--
Jeff Rooney
jtr...@ne...
|
|
From: <php...@li...> - 2007-12-15 10:43:29
|
Hi,
> experiencing frequent segfaults of Apache.
I don't see how the PHP/Java Bridge is involved here. The Java.inc is pure PHP and everything else
runs (should run!) outside of the HTTP domain.
Regards,
Jost Boekemeier
Jetzt Mails schnell in einem Vorschaufenster überfliegen. Dies und viel mehr bietet das neue Yahoo! Mail - www.yahoo.de/mail
|
|
From: <php...@li...> - 2007-12-15 00:32:53
|
Hiya,
We're using PJB with PHP 5.1.6 and Apache 2.0.61 on Windows, and
experiencing frequent segfaults of Apache. Inspecting the dump
reveals that PHP is crashing somewhere, something to do with a null
pointer exception when reporting an error.
I've tried using the same combination but with the latest Apache
(2.2.6), but the segfault still happens.
It seems to happen most (and reproducibly) when getting requests
through a flex client, when an open connection already exists from a
flex client on the same machine (i.e. one browser window runs the flex
client, and opens a popup window also with the flex client running).
Firstly, has anyone experienced this?
So, I'm trying to update to the latest version of PHP (5.2.5), but
coming up against some problems when attempting to build PHP, to build
PJB. I've tried to build PHP using Cygwin, cross-compiling against
mingw32, but that failed with a number of build errors, presumably
related to incompatible libs and includes.
Instead I tried using MS's Visual Studio C++, as in the documentation
in the PHP build directory. Firstly I couldn't get the configure
script to find the win32build folder, so I added it to PATH and tried
again. Then, the configure script ran successfully, but nmake fails
with:
"" -h win32\ -r Release_TS\ -x Release_TS\ win32\build\wsyslog.mc
'-h' is not recognized as an internal or external command, operable
program or batch file.
NMAKE : fatal error U1077: '"' : return code '0x1'
Stop.
It would appear that PHP's configure script isn't writing the make
rules properly, and is setting an empty string instead of the name of
some build tool.
Can anyone help with this? Is there a way of building PJB for win32
that doesn't require a build of PHP itself? How were the existing
binaries of PJB built?
We must have it sorted by next Wednesday (the 19th), and we're willing
to pay a reasonable rate for assistance.
Cheers,
Mike
--
Michael Tyson | Developer | smartpath.com.au
m: (+61) 0407 754 124
e: mt...@sm...
aim: mikerusselltyson
|
|
From: <php...@li...> - 2007-12-14 17:54:00
|
Hi,
> I am absolutely new to this. But i need to finish some
> job with it and was wondering if someone could
> help me with a tutorial that can help me learn fast.
just download and extract the php-java-bridge_j2ee.zip file. Then right click on JavaBridge.jar
and select "open with Java ...".
After that you can run PHP scripts with Java code embedded. For example:
php -n -dallow_url_include=On test.php
test.php:
require_once ("http://localhost:8080/JavaBridge/java/Java.inc");
$System = java ("java.lang.System");
echo java_inspect ($System); // display all public methods of java.lang.System
If you want a more convenient environment, use Zend Studio and drag and drop Java.inc into its
project include directory. Zend studio offers auto completion for both, Java and PHP methods.
Regards,
Jost Boekemeier
__________________________________ Ihre erste Baustelle? Wissenswertes für Bastler und Hobby Handwerker. www.yahoo.de/clever
|
|
From: <php...@li...> - 2007-12-14 17:42:38
|
=> http://sourceforge.net/tracker/index.php?func=detail&aid=1850893&group_id=117793&atid=679233 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-12-14 16:51:30
|
Hi Jost: > Can you please open a problem report and attach the output of the = test.php > at the end of the > ticket? I open the ticket but what you mean with test.php output? Cheers Ing. Reynier P=E9rez Mira Universidad de las Ciencias Inform=E1ticas=20 |
|
From: <php...@li...> - 2007-12-14 16:22:08
|
Hi Reynier, > I decide to > compile a DLL for Win32 I thought that it is clear that no dll is needed. And, if such a dll exists, we will not support it. The whole communication is based on this misunderstanding. I think we should take this off the list. Can you please open a problem report and attach the output of the test.php at the end of the ticket? Please use http://sourceforge.net/tracker/?func=add&group_id=117793&atid=679233. We'll look at this ASAP. Regards, Jost Boekemeier Jetzt Mails schnell in einem Vorschaufenster überfliegen. Dies und viel mehr bietet das neue Yahoo! Mail - www.yahoo.de/mail |
|
From: <php...@li...> - 2007-12-14 16:02:40
|
Hi Jost:
It's me again. Because I doesn't find any solution after do the same =
again and again I decide to compile a DLL for Win32 and PHP 5.2.5. =
Following the instructions in the README file I do this:
BRIDGE_VERSION=3D"'cat ./VERSION'"
PHP_JAVA=3D""
COND_GCJ=3D0
EXTENSION_NAME=3DJAVA
PHP_JAVA_BIN=3D"javaw"
EXTENSION_DIR=3D"D:/Server/PHP/ext" -> Here is where my .dll reside
PHP=3D"D:/Server/PHP" -> Here is my PHP=20
=20
SYS_INCLUDE=3D"C:/MinGW/include" -> Here ir where MinGW was installed
GCC=3Dgcc
for i in init_cfg.c init_cfg.h; do=20
sed "s*@PHP_JAVA@*${PHP_JAVA}*
s*@COND_GCJ@*${COND_GCJ}*
s*@PHP_JAVA_BIN@*${PHP_JAVA_BIN}*
s*@EXTENSION@*${EXTENSION_NAME}*
s*@BRIDGE_VERSION@*${BRIDGE_VERSION}*" \
<./${i}.in >./${i}
done
$GCC -w -I$SYS_INCLUDE -I. -I$PHP -I$PHP/main -I$PHP/Zend -I$PHP/TSRM =
-D"TSRM_EXPORTS" -D"LIBZEND_EXPORTS" -D"ZTS" -D"_MBCS" -DCOMPILE_DL_JAVA =
-DCFG_JAVA_SOCKET_INET -DEXTENSION_DIR=3D\"$EXTENSION_DIR\" -c *.c
i386-pc-mingw32-dllwrap --export-all-symbols -k *.o -L$PHP -lphp5ts =
-lws2_32 -o php_java.dll
Then this generate errors, see below:
Error:
$ for i in C:/init_cfg.c C:/init_cfg.h; do=20
> sed "s*@PHP_JAVA@*${PHP_JAVA}*
> s*@COND_GCJ@*${COND_GCJ}*
> s*@PHP_JAVA_BIN@*${PHP_JAVA_BIN}*
> s*@EXTENSION@*${EXTENSION_NAME}*
> s*@BRIDGE_VERSION@*${BRIDGE_VERSION}*" \
> <./${i}.in >./${i}
> done
sh: ./init_cfg.c.in: No such file or directory
sh: ./init_cfg.h.in: No such file or directory
$ $GCC -w -I$SYS_INCLUDE -I. -I$PHP -I$PHP/main -I$PHP/Zend -I$PHP/TSRM =
-D"TSRM_EXPORTS" -D"LIBZEND_EXPORTS" -D"ZTS" -D"_MBC
S" -DCOMPILE_DL_JAVA -DCFG_JAVA_SOCKET_INET =
-DEXTENSION_DIR=3D\"$EXTENSION_DIR\" -c *.c
gcc.exe: *.c: Invalid argument
gcc.exe: no input files
$ i386-pc-mingw32-dllwrap --export-all-symbols -k *.o -L$PHP -lphp5ts =
-lws2_32 -o php_java.dll
sh: i386-pc-mingw32-dllwrap: command not found
What I'm doing wrong?
Cheers and thanks again
Ing. Reynier P=E9rez Mira
Universidad de las Ciencias Inform=E1ticas=20
> -----Mensaje original-----
> De: php...@li... =
[mailto:php-java-
> bri...@li...] En nombre de =
php-java-bridge-
> us...@li...
> Enviado el: jueves, 13 de diciembre de 2007 04:14 pm
> Para: php...@li...
> Asunto: Re: [Php-java-bridge-users] Why ...
>=20
> Hi
>=20
> > Jost, when I do this and following every step in the Installation =
Guide
> if I do a phpinfo() I
>=20
> hrm, there is no Java related information in pages generated by =
phpinfo().
>=20
>=20
> > the Apache Logs i have the same error every time I restart Apache. =
So
> ... what can I do for
>=20
> Just remove it. Again, please see our FAQ section "error in the =
Apache..."
> for details.
>=20
>=20
> Regards,
> Jost Boekemeier
>=20
>=20
>=20
> __________________________________ Ihre erste Baustelle?
> Wissenswertes f=FCr Bastler und Hobby Handwerker. www.yahoo.de/clever
>=20
> =
-------------------------------------------------------------------------=
> SF.Net email is sponsored by:
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services
> for just about anything Open Source.
> =
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketpl=
a
> ce
> _______________________________________________
> php-java-bridge-users mailing list
> php...@li...
> https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users
|
|
From: <php...@li...> - 2007-12-14 13:41:48
|
Hi Jost: I have some doubts about Win32 installation. I do a intensive searching = on PHP/Java Bridge WebSite and I can't find a manual for install the = bridge. Also I find in Google too and I found this in Spanish[1]. Can = you give me a address for read? Exists any Spanish community? [1] = http://www.adictosaltrabajo.com/tutoriales/tutoriales.php?pagina=3DPuente= PHPJava#4._Configuraci%F3n Ing. Reynier P=E9rez Mira Universidad de las Ciencias Inform=E1ticas=20 > -----Mensaje original----- > De: php...@li... = [mailto:php-java- > bri...@li...] En nombre de = php-java-bridge- > us...@li... > Enviado el: jueves, 13 de diciembre de 2007 04:14 pm > Para: php...@li... > Asunto: Re: [Php-java-bridge-users] Why ... >=20 > Hi >=20 > > Jost, when I do this and following every step in the Installation = Guide > if I do a phpinfo() I >=20 > hrm, there is no Java related information in pages generated by = phpinfo(). >=20 >=20 > > the Apache Logs i have the same error every time I restart Apache. = So > ... what can I do for >=20 > Just remove it. Again, please see our FAQ section "error in the = Apache..." > for details. >=20 >=20 > Regards, > Jost Boekemeier >=20 >=20 >=20 > __________________________________ Ihre erste Baustelle? > Wissenswertes f=FCr Bastler und Hobby Handwerker. www.yahoo.de/clever >=20 > = -------------------------------------------------------------------------= > SF.Net email is sponsored by: > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services > for just about anything Open Source. > = http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketpl= a > ce > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users |