Posted by William Brogden on 06/07/06 14:09
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]
#
Is there an earlier PECL library that worked?
Bill
Navigation:
[Reply to this message]
|