|
From: <php...@li...> - 2008-04-24 09:39:07
|
Hi,
> Apache+PHP ran
> stable before for months and it crashes when i try a simple bridge
> example.
You must know what you do. If you include some experimental C extension into your PHP code
(sometimes called php_java.dll or java.so), the C extension might crash your PHP and HTTP server.
However, this has nothing to do with the PHP/Java Bridge, as the bridge is written in pure Java.
It requires a Java back end and uses PHP's fopen()/fread()/fwrite() to communicate with it.
If PHP's fopen/fread/fwrite cause a segmentation fault, please report this bug to the PHP
developers, not to us.
> bridge is masked
> unstable on gentoo since more people report segmentation faults with it.
There is no native PHP/Java Bridge port available for gentoo. The native (GCC compiled) bridge is
only available for RedHat/Fedora Linux. On all other operating systems you need a tomcat or J2EE
back end. Please see Andre's Debian/Ubuntu port for an example.
Regards,
Jost Boekemeier
__________________________________________________________
Gesendet von Yahoo! Mail.
Mehr Möglichkeiten, in Kontakt zu bleiben. http://de.overview.mail.yahoo.com
|