|
From: Jost B. <jos...@ya...> - 2005-06-15 15:38:44
|
Hi,
> I've noticed that the script fails because I've no output from the php cli:
> for example php -v gives me no output.
> Disabling the option ; java.socketname=/var/run/.php-java-bridge_socket in
> my java.ini, php -v and the other commands work!
> Haow could I enable the php-java -bridge as a service?????
> Any ideas??????
> Tanx Michele
thank you very much for the bug report. Version 2.0.7 probably fixes
this bug, the code doesn't require semaphores anymore. But feel free to
create a bug report anyway.
Can you please add the following lines to the beginning of the php-java-
bridge startup script:
# remove old semaphores
ipcrm -s `ipcs -s | fgrep 0x00009168 | awk '{print $2}'`
and re-start the bridge?
If it still doesn't work, please add a new problem report and attach the
output of the command:
strace `which php -i`
to the ticket.
Regards,
Jost Boekemeier
___________________________________________________________
Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de
|