[PHP] Maintainer/Developer for PHPDebugger wanted

2010-08-03 Thread Jost Boekemeier
so file) to PHP. If you are interested, please mail to jost.boekemeier at googlemail dot com Regards, Jost Boekemeier -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Trying to Integrate PHP 4.3.4 w/ JDK 1.5.0

2004-11-08 Thread Jost Boekemeier
[resent, this time with the correct subject, sorry] > I have tried to compile "php-java-bridge" v1.0.5. > /opt/php/php-4.3.9/php-java- > bridge_1.0.5/server/natcJavaBridge.c:202: > too many arguments to function `sigwait' Solaris has a non-standard sigwait() function. It requires a special flag

[PHP] How can a module find a resource in its environment.

2004-01-06 Thread Jost Boekemeier
Hi, if I understand this correctly, a module looses its context if it is required or included. For example I have a module foo/a.php which is required by b.php via require ("foo/a.php"). Unfortunately within the module a.php the cwd() is not foo but the context of b.php. The easiest way to fix t

[PHP] A new PHP/JAVA module

2003-12-30 Thread Jost Boekemeier
Hi, attached is a php/java bridge which uses sockets to communicate with java instead of creating a new JVM for each request. The protocol that is used is very simple but efficient and the Apache/PHP/JAVA solution should be as efficient as Apache/Tomcat/Java for example. This module is based on