ID:               16690
 Comment by:       rustamabd at columbus dot rr dot com
 Reported By:      cunha17 at uol dot com dot br
 Status:           Wont fix
 Bug Type:         Java related
 Operating System: any
 PHP Version:      4.3.2RC4-dev
 New Comment:

Without this fix, Java support is useless.
recommend reopening with highest priority.


Previous Comments:
------------------------------------------------------------------------

[2003-11-17 22:38:08] [EMAIL PROTECTED]

Java support in PHP 4 has been extremely experimental since it was
introduced. And the support for it has been dropped.


------------------------------------------------------------------------

[2003-05-21 17:40:30] cunha17 at uol dot com dot br

Why the status changed to SUSPENDED?
Does it mean that it is not important?

------------------------------------------------------------------------

[2002-10-04 17:33:01] [EMAIL PROTECTED]

This really falls inline with the numerous Java/Windows bugs that we
have logged.  My initial debugging of it shows that their problems are
being caused by the non-multi-thread safe code.  Havne't been able to
fix it yet though.

------------------------------------------------------------------------

[2002-10-04 16:45:26] [EMAIL PROTECTED]

Not Apache 2 issue, rather a problem with ext/java/ not being thread
safe, reclassifying.

------------------------------------------------------------------------

[2002-06-12 15:06:14] robert at ud dot com

Just as I expected, everything now works normally and consistently the
the ext/java extension using the "prefork" MPM with Apache2 and PHP
4.2.1.

The various problems reported with the ext/java methods "timing
out"/"not loading" after one or a few successful hits clearly appears
to be with multithreaded web server installations and PHP (Apache2 with
worker MPM, IIS, etc..)

My latest, successful configure script:

LDFLAGS='-lstdc++' \
./configure \
    --with-apxs2=/usr/local/apache2/bin/apxs \
    --with-config-file-path=/usr/local/etc \
    --with-tsrm-pthreads \
    --enable-memory-limit \
    --without-pear \
    --disable-posix \
    --enable-mbstring \
    --enable-calendar \
    --enable-wddx \
    --enable-sockets \
    --enable-ftp \
    --with-zlib \
    --with-bz2 \
    --with-mhash \
    --with-iconv \
    --with-openssl \
    --with-expat-dir \
    --with-dom \
    --with-dom-xslt \
    --with-dom-exslt \
    --enable-xslt \
    --with-xslt-sablot \
    --with-mysql=no \
    --with-iodbc \
    --with-ldap \
    --with-imap \
    --with-curl \
    --with-png-dir \
    --with-jpeg-dir \
    --with-freetype-dir \
    --with-gd \
    --enable-gd-native-ttf \
    --with-java=/usr/local/java/jdk1.2.2

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/16690

-- 
Edit this bug report at http://bugs.php.net/?id=16690&edit=1

Reply via email to