[PHP] Project php-mobile

2006-12-29 Thread Fernando chucre
Hello, I am a PHP-Developer, and for a long time I wait for um php binary for PDA's (mobiles devices). But this time not hapen. So I and my friend Lauro Salmito (C develeper) making the PHP-Mobile Project. (this still not created). We want create a small binary, Mobile Edition. Basically we make

[PHP] Project php-mobile

2006-12-29 Thread Fernando chucre
Hello, I am a PHP-Developer, and for a long time I wait for um php binary for PDA's (mobiles devices). But this time not hapen. So I and my friend Lauro Salmito (C develeper) making the PHP-Mobile Project. (this still not created). We want create a small binary, Mobile Edition. Basically we make

[PHP] Project php-mobile

2007-01-03 Thread Fernando chucre
Hello, I am a PHP-Developer, and for a long time I wait for um php binary for PDA's (mobiles devices). But this time not hapen. So I and my friend Lauro Salmito (C develeper) making the PHP-Mobile Project. We want create a small binary, Mobile Edition. Basically we make a binary with the fallowi

[PHP] I make a patch, how I report?

2007-04-16 Thread Fernando chucre
Hello all, I buid a patch for wrapper php fopen. In this patch I create a way for the script access the filedescriptos opened by process. Ex: php file.php 3file_out.txt In this case the script can't read the filedescriptor 3 and 7. Not have way for read or write in filedescriptor opends by prec

[PHP] About resource of popen

2007-04-30 Thread Fernando chucre
Hello all, I make a script for read and interprete the stdout of cmd `ip monitor`. And I use signal_handler, the script is like this: this script run in infine loop, or when to cmd 'ip monitor' exist. The script ever whait the next line of 'ip monitor', ever. Then when I send the signal SIGHUP

[PHP] Re: About resource of popen

2007-05-02 Thread Fernando chucre
Somebody? help me!! :D 2007/4/30, Fernando chucre <[EMAIL PROTECTED]>: Hello all, I make a script for read and interprete the stdout of cmd `ip monitor`. And I use signal_handler, the script is like this: this script run in infine loop, or when to cmd 'ip monitor' exist.