> Under the heading "Build java module with -ljava" you mention that there
> were crashing problems because libjava.so was linked agains pthread and
> apache wasn't. This is not uncommon problem for other libraries such as
> oci8. You can link apache with pthread which will prevent the segfaults.
aults. See
oci8 manual page for instructions.
Edin
- Original Message -
From: "Tony J. White" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 05, 2002 7:35 PM
Subject: [PHP-DEV] Java Extension Build Method
>
> The /ext/java module is an o
The /ext/java module is an odd duck compared to other php extentions in that
it uses DL_LOAD() to load libjava instead of being linked and that it is
always built as a module (.so) instead of being built static into php.
I've spent some time over the past couple weeks investigating why this is
do
On Wed, 4 Dec 2002, Ray Hunter wrote:
> Will this fix the errors that occur with running PHP as a servlet in
> tomcat?
Basically, if you were using ini_set() anywhere, or using .htaccess files to
change any php settings, this patch should prevent errors/crashing.
-Tony
>
> --
> Ray
>
> On Wed,
Ray Hunter wrote:
> Will this fix the errors that occur with running PHP as a servlet in
> tomcat?
Can't tell. I have no Tomcat environment installed at the moment.
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a g
Will this fix the errors that occur with running PHP as a servlet in
tomcat?
--
Ray
On Wed, 2002-12-04 at 01:20, Sebastian Bergmann wrote:
> "Tony J. White" wrote:
> > Can someone please add this to CVS or should I contact Sam Ruby (the
> > orignal author) to do it?
>
> Committed,
> Sebastian
"Tony J. White" wrote:
> Can someone please add this to CVS or should I contact Sam Ruby (the
> orignal author) to do it?
Committed,
Sebastian
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift: http://wishlist.s
I think the reason DL_ERROR is defined in java.c for win32 platforms is that
there is no dlerror() function for win32. I'm only guessing because I have
no win32 platform to test on.
On unix platforms, DL_ERROR is defined in zend.h as the function name for the
dlerror() equivalent.
Can someone v
Comments on the patch.
Don't redefine DL_ERROR, this should already be defined by the ZEND
engine, but just check to make sure ;)
All of your build problems are known problems. If you can fix them,
excellent! Just wondering if this has been tested against windows
where the most prevalent er
"Tony J. White" wrote:
> I'm made a stability fix to the PHP Java extension. A full description
> of the changes as well as the updated java.c file (and patch) can be
> found here:
>
> http://tjw.org/php_java/
Good to know that someone has the knowledge and the time to look after
this abandone
Not that I know much about JVM's, but your patches look reasonable to me.
Go to php.net/php-cvs.php and fill in the little form to get a CVS account
and you can commit these changes yourself.
-Rasmus
On Mon, 25 Nov 2002, Tony J. White wrote:
>
> I'm made a stability fix to the PHP Java extension
I'm made a stability fix to the PHP Java extension. A full description of the
changes as well as the updated java.c file (and patch) can be found here:
http://tjw.org/php_java/
Can someone please add this to CVS or should I contact Sam Ruby (the orignal
author) to do it?
-Tony
--
PHP Develo
Hello Roshan,
At the current time there is no real administrator for the ext/java
system. It's pretty much no longer worked on. There have been a few
patches to make it work with XYZ, but nothing in terms of stability or
even close to moving it from EXPERIMENTAL.
There is work towards making an
I was wondering what the current status of Java extension is.
I know its still marked experimental..
Do the developers think it is reaching stability. It would be great
for us to know if there is any clear intentions (if any) as of now to revamp
it or
change its api ?
There has been some demand
14 matches
Mail list logo