php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #37693 php_java.dll access violation
Submitted: 2006-06-04 15:12 UTC Modified: 2006-06-14 17:08 UTC
From: wbrogden at bga dot com Assigned:
Status: Not a bug Package: Reproducible crash
PHP Version: 5.1.4 OS: WinXP
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: wbrogden at bga dot com
New email:
PHP Version: OS:

 

 [2006-06-04 15:12 UTC] wbrogden at bga dot com
Description:
------------
I am trying to use the php_java.dll and php5servlet.dll - and matching java classes from the jar files from pecl-5.1.4-win32.zip - dated 5/04/2006 to execute php in a Tomcat5.5.9 servlet environment - Java 1.5.0_07
I finally got a configuration that will start executing the single php tag:
<?php phpinfo(); ?>
This starts an HTML page and writes lots of configuration information but does not finish the page. 

Reproduce code:
---------------
<?php phpinfo(); ?>


Expected result:
----------------
A complete HTML page.

Actual result:
--------------
A substantial amount of HTML is produced BUT before the page is complete, Java reports:

# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x1000219e, pid=356, tid=1848
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0_05-b05 mixed mode, sharing)
# Problematic frame:
# C [php_java.dll+0x219e]
-------------------
Yes, I know that this is not the PECL support area but I can't figure out which PECL developer is responsible for these DLLs from the PECL site.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-06-14 17:08 UTC] sniper@php.net
There is no support for Java stuff here.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Jul 14 10:01:32 2025 UTC