I am trying to use the php_java.dll and php5servlet.dll
- 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.

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.

Java reports:

# An unexpected error has been detected by HotSpot Virtual Machine:
#
# 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]
#

I reported this last week as

http://bugs.php.net/bug.php?id=37693

but no response.

Bill