RE: C++ Developer Requested For fixing Java extension for $

php.internals

Sönke Ruempler

21 years ago
Alawi Albaity <mailto:albaity@gmail.com> wrote on Monday, March 14, 2005 1:40 PM:
> I am looking for C++ developer to fix php java extension > please who have ability send me email to ( albaity at gmail dot com) > with his price and I think on it ..
Did you look at: http://php-java-bridge.sourceforge.net/ ?

Alawi Albaity

21 years ago
yes and its have some problems On Mon, 14 Mar 2005 13:44:16 +0100, Sönke Ruempler <ruempler@topconcepts.com> wrote:
> Alawi Albaity <mailto:albaity@gmail.com> wrote on Monday, March 14, 2005 > 1:40 PM: > > > I am looking for C++ developer to fix php java extension > > please who have ability send me email to ( albaity at gmail dot com) > > with his price and I think on it .. > > Did you look at: http://php-java-bridge.sourceforge.net/ ? >
-- Alawi Albaity Jeddah - KSA Mobile : +966506660442

Vadka

21 years ago
Hi again! So, I'm not so experienced... But, what can I do with next situation: we have compiled script, we would like to execute a function from that script in another thread (while parent is working). So, I need the clone of compiled and executed parent script. Or, I'm not correct? I'm using zend_compile_file and zend_execute. But zend_execute executes the script once again, I do not like it (there are many echo and printf, for example, also, data, that is not required). What am I to do?

Alan Knowles

21 years ago
copy and paste alot of code from apc, srm or bcompiler. all of these do something like this. Regards Alan On Mon, 2005-03-14 at 21:22 +0300, Vadka wrote:
> Hi again! > > So, I'm not so experienced... > But, what can I do with next situation: > we have compiled script, we would like to execute a function from that > script in another thread (while parent is working). > So, I need the clone of compiled and executed parent script. > Or, I'm not correct? > I'm using zend_compile_file and zend_execute. > But zend_execute executes the script once again, I do not like it (there > are many echo and printf, for example, also, data, that is not required). > > What am I to do? >
-- Alan Knowles <alan@akbkhome.com>