Re: [PHP-DEV] php for android

2010-01-10 Thread mm w
so why not patching the configure.in ? // give the possibility to add other embedded targets and be able to manage next versions --with-embedded-target=droid- --with-embedded-ldflags= // toolchain ldflags --with-embedded-cflags= // toolchain cflags --with-embedded-cppflags= // toolchain cppfla

[PHP-DEV] Re: [PHP-WEBMASTER] Re: wiki/windows.php.net system update

2010-01-10 Thread Pierre Joye
On Sun, Jan 10, 2010 at 4:37 PM, pan wrote: > Pierre Joye wrote: >>> hi, >>> >>> The wiki.php.net and windows.php.net box is being updated. The sites >>> will be back online asap. >>> > > > Has it been a full year since PECL for Windows was to be ready? > > Just asking. Btw, many popular exts are

Re: [PHP-DEV] Re: [PHP-WEBMASTER] Re: wiki/windows.php.net system update

2010-01-10 Thread Pierre Joye
On Sun, Jan 10, 2010 at 5:01 PM, Hannes Magnusson wrote: > On Sun, Jan 10, 2010 at 16:57, Pierre Joye wrote: >> On Sun, Jan 10, 2010 at 4:37 PM, pan wrote: >>> Pierre Joye wrote: > hi, > > The wiki.php.net and windows.php.net box is being updated. The sites > will be back online

Re: [PHP-DEV] Re: [PHP-WEBMASTER] Re: wiki/windows.php.net system update

2010-01-10 Thread Lester Caine
Pierre Joye wrote: On Sun, Jan 10, 2010 at 4:37 PM, pan wrote: Pierre Joye wrote: hi, The wiki.php.net and windows.php.net box is being updated. The sites will be back online asap. Has it been a full year since PECL for Windows was to be ready? No, it is less than a year since pecl4win s

Re: [PHP-DEV] Re: [PHP-WEBMASTER] Re: wiki/windows.php.net system update

2010-01-10 Thread Hannes Magnusson
On Sun, Jan 10, 2010 at 16:57, Pierre Joye wrote: > On Sun, Jan 10, 2010 at 4:37 PM, pan wrote: >> Pierre Joye wrote: hi, The wiki.php.net and windows.php.net box is being updated. The sites will be back online asap. >> >> >> Has it been a full year since PECL for Windows

[PHP-DEV] Re: [PHP-WEBMASTER] Re: wiki/windows.php.net system update

2010-01-10 Thread Pierre Joye
On Sun, Jan 10, 2010 at 4:37 PM, pan wrote: > Pierre Joye wrote: >>> hi, >>> >>> The wiki.php.net and windows.php.net box is being updated. The sites >>> will be back online asap. >>> > > > Has it been a full year since PECL for Windows was to be ready? No, it is less than a year since pecl4win s

Re: [PHP-DEV] php for android

2010-01-10 Thread Moshe Doron
Antony Dovgal wrote: On 01/10/2010 12:45 AM, Moshe Doron wrote: Quit easy porting, here the instructions: http://www.icomsw.com/~moshe/php-android.php -CC = gcc +CC = /home/git/arm-2009q3/bin/arm-none-linux-gnueabi-gcc -CPP = gcc -E +CPP = /home/git/arm-2009q3/bin/arm-none-linux-gnueabi-gcc -

[PHP-DEV] Re: wiki/windows.php.net system update

2010-01-10 Thread pan
Pierre Joye wrote: >> hi, >> >> The wiki.php.net and windows.php.net box is being updated. The sites >> will be back online asap. >> Has it been a full year since PECL for Windows was to be ready? Just asking. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: htt

Re: [PHP-DEV] php for android

2010-01-10 Thread Derick Rethans
On Sun, 10 Jan 2010, Antony Dovgal wrote: > On 01/10/2010 12:45 AM, Moshe Doron wrote: > > Quit easy porting, here the instructions: > > > > http://www.icomsw.com/~moshe/php-android.php > > -CC = gcc > +CC = /home/git/arm-2009q3/bin/arm-none-linux-gnueabi-gcc > -CPP = gcc -E > +CPP = /home/git/a

Re: [PHP-DEV] php for android

2010-01-10 Thread Christian Seiler
Hi, > If you remove that, there are only two parts that seem to be really > ARM-specific: > 2) a patch for zend_float.h > Both of them are not clear to me, would you care to explain why are they > needed? Since I'm responsible for zend_float.h: When running ./configure directly without telling

Re: [PHP-DEV] php for android

2010-01-10 Thread Antony Dovgal
On 01/10/2010 12:45 AM, Moshe Doron wrote: > Quit easy porting, here the instructions: > > http://www.icomsw.com/~moshe/php-android.php -CC = gcc +CC = /home/git/arm-2009q3/bin/arm-none-linux-gnueabi-gcc -CPP = gcc -E +CPP = /home/git/arm-2009q3/bin/arm-none-linux-gnueabi-gcc -E Such kind of cha