From: <php...@li...> - 2006-12-12 04:21:26
|
I have compiled the bridge with php5 and sun java without problems . but on inserting it into php.ini both apache and the comand line test core dumps. I can help you with debug. if you can let me know how to get them. cheers Vivek |
From: <php...@li...> - 2006-12-12 16:01:49
|
Hi Vivek, > test core dumps. my crystal ball tells me that you use PHP/Java Bridge version 3.2.1 on Linux, upgraded from 3.1.8 via "cvs update". :) When doing a "cvs update" please make sure to rebuild the sources from the templates (the .in files). The scripts don't do this automatically, without a "make distclean && rm -rf autom4te.cache" you will get a mix of old and new code. Can you please open a problem report (please use http://sourceforge.net/tracker/?func=add&group_id=117793&atid=679233) and append the following information: * the OS * the PHP/Java Bridge version (whether from CVS or tarball) * the PHP version * the config.log and config.status As a workaround please use PHP 5.2.0 and the pure PHP/Java Bridge implementation instead. -- In future versions we will remove the obsolete C extension module from the J2EE download, and leave it to the distributors to create a customized or optimized extension for specific PHP versions. Regards, Jost Boekemeier ___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de |
From: <php...@li...> - 2006-12-12 16:25:59
Attachments:
smime.p7s
|
http://php-java-bridge.sourceforge.net/java/README says "WARNING: THIS IMPLEMENTATION IS 10 TIMES SLOWER THAN THE C IMPLEMENTATION" Does it still holds for the "PHP 5.2.0 and the pure PHP/Java Bridge implementation"? If so, then why is the C extension "obsolete" or why the decision to abandon it? > As a workaround please use PHP 5.2.0 and the pure > PHP/Java Bridge implementation instead. -- In future > versions we will remove the obsolete C extension > module from the J2EE download, and leave it to the > distributors to create a customized or optimized > extension for specific PHP versions. > > > Regards, > Jost Boekemeier |
From: <php...@li...> - 2006-12-12 16:34:54
Attachments:
config.log
config.status
|
php...@li... wrote: > Hi Vivek, > > >> test core dumps. >> > > my crystal ball tells me that you use PHP/Java Bridge > version 3.2.1 on Linux, upgraded from 3.1.8 via "cvs > update". :) When doing a "cvs update" please make sure > to rebuild the sources from the templates (the .in > files). The scripts don't do this automatically, > without a "make distclean && rm -rf autom4te.cache" > you will get a mix of old and new code. > > You are a great crystal gazer. It actually worked :). thanks a lot > Can you please open a problem report (please use > http://sourceforge.net/tracker/?func=add&group_id=117793&atid=679233) > and append the following information: > > * the OS > > ubuntu edgy eft > * the PHP/Java Bridge version (whether from CVS or > tarball) > CVS version > * the PHP version > > 5.1.6 > * the config.log and config.status > > > attaching config.log and config.status > As a workaround please use PHP 5.2.0 and the pure > PHP/Java Bridge implementation instead. -- In future > versions we will remove the obsolete C extension > module from the J2EE download, and leave it to the > distributors to create a customized or optimized > extension for specific PHP versions. > > distributions do not still ship php 5.2.0 until then please support the older versions. It would be great to see the bridge shipped as a package. esp debian package. cheers Vivek > Regards, > Jost Boekemeier > > > > > ___________________________________________________________ > Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > php-java-bridge-users mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/php-java-bridge-users > |
From: <php...@li...> - 2006-12-14 04:26:16
|
Hi Vivek, interesting. Can you please open a problem report (please use http://sourceforge.net/tracker/?func=add&group_id=117793&atid=679233) and attach the created java.so, the core dump and an strace (if possible) there? A trace can be obtained with e.g.: strace -s 1024 php test.php 2>php-java-bridge.trace > It would be great to see the bridge shipped as a > package. esp debian package. Debian packages will be available with php-java-bridge version 3.2.1, which will be released soon. Until then please use the binary from the FC5 RPM, please see the FAQ (on php-java-bridge.sf.net) for details. Regards, Jost Boekemeier ___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de |