Re: [PHP-DEV] Re: Supporting Binary Notation for Integers

2010-11-11 Thread Thomas Hruska
On 11/11/2010 8:57 PM, Christian Schneider wrote: On Thu, Nov 11, 2010 at 3:57 PM, Jonah H. Harris wrote: RFC added. I'm not sure what the protocol for RFCs is, but I put it under the In Discussion heading. Sorry if I was wrong. http://wiki.php.net/rfc/binnotation4ints Just one little note:

Re: [PHP-DEV] Supporting Binary Notation for Integers

2010-11-11 Thread Thomas Hruska
On 11/11/2010 7:55 PM, Thomas Hruska wrote: On 11/11/2010 3:23 PM, Jonah H. Harris wrote: On Thu, Nov 11, 2010 at 3:57 PM, Jonah H. Harriswrote: On Thu, Nov 11, 2010 at 3:55 PM, Philip Olson wrote: I just registered for Wiki access and am waiting for the account to be approved. As soon as it

Re: [PHP-DEV] Supporting Binary Notation for Integers

2010-11-11 Thread Adam Richardson
On Thu, Nov 11, 2010 at 9:55 PM, Thomas Hruska wrote: > On 11/11/2010 3:23 PM, Jonah H. Harris wrote: > >> On Thu, Nov 11, 2010 at 3:57 PM, Jonah H. Harris> >wrote: >> >> On Thu, Nov 11, 2010 at 3:55 PM, Philip Olson >>> wrote: >>> >>> I just registered for Wiki access and am waiting for the ac

[PHP-DEV] Re: Supporting Binary Notation for Integers

2010-11-11 Thread Christian Schneider
On Thu, Nov 11, 2010 at 3:57 PM, Jonah H. Harris wrote: > RFC added. I'm not sure what the protocol for RFCs is, but I put it under > the In Discussion heading. Sorry if I was wrong. > http://wiki.php.net/rfc/binnotation4ints Just one little note: If I'm not mistaken this would introduce a subt

Re: [PHP-DEV] Supporting Binary Notation for Integers

2010-11-11 Thread Thomas Hruska
On 11/11/2010 3:23 PM, Jonah H. Harris wrote: On Thu, Nov 11, 2010 at 3:57 PM, Jonah H. Harriswrote: On Thu, Nov 11, 2010 at 3:55 PM, Philip Olson wrote: I just registered for Wiki access and am waiting for the account to be approved. As soon as it is, I'll submit the RFC. Done, you now a

Re: [PHP-DEV] [PHP] multiple sapi (multiple bug reports)

2010-11-11 Thread Jani Taskinen
And here's the patch: http://pecl.php.net/~jani/patches/multi-sapi.patch Note: It's not quite finished, the 'make install' might not work.. ;) --Jani 12.11.2010 2:40, Jani Taskinen kirjoitti: I'm working on an improvement on how all binaries are build thus enabling building all such in o

Re: [PHP-DEV] [PHP] multiple sapi (multiple bug reports)

2010-11-11 Thread Jani Taskinen
I'm working on an improvement on how all binaries are build thus enabling building all such in one go if one wants to. I already added a check for multiple sapi _modules_ being build, it will error out. Stay tuned, I'll post the patch once I've tested it a bit. --Jani 12.11.2010 0:03, Jérô

Re: [PHP-DEV] [PHP] multiple sapi (multiple bug reports)

2010-11-11 Thread Kalle Sommer Nielsen
2010/11/12 Johannes Schlüter : > Some SAPIs might enable it (IIS, apache if threading is detected etc.) > while in many cases out would be better without. Then wouldn't it be logically for SAPI's that require ZTS to be built error out in their config*.m4 files unless the --enable-zts option is use

Re: [PHP-DEV] [PHP] multiple sapi (multiple bug reports)

2010-11-11 Thread Johannes Schlüter
On Thu, 2010-11-11 at 23:03 +0100, Jérôme Loyet wrote: > > Something called ZTS also comes to my mind.. > > It's not the first time ZTS comes in the discution about multiple > SAPI. I've made some tests and looked into the code of the build > chain, but I can't see how it's related. Maybe someone

Re: [PHP-DEV] Supporting Binary Notation for Integers

2010-11-11 Thread Kalle Sommer Nielsen
2010/11/11 Jonah H. Harris : > RFC added.  I'm not sure what the protocol for RFCs is, but I put it under > the In Discussion heading.  Sorry if I was wrong. > > http://wiki.php.net/rfc/binnotation4ints > > > -- > Jonah H. Harris > Blog: http://www.oracle-

Re: [PHP-DEV] Supporting Binary Notation for Integers

2010-11-11 Thread Will Fitch
Simple enough - I'm game with that. +1 On Thu, Nov 11, 2010 at 4:23 PM, Jonah H. Harris wrote: > On Thu, Nov 11, 2010 at 3:57 PM, Jonah H. Harris > wrote: > >> On Thu, Nov 11, 2010 at 3:55 PM, Philip Olson wrote: >> >>> > I just registered for Wiki access and am waiting for the account to be >>

Re: [PHP-DEV] Supporting Binary Notation for Integers

2010-11-11 Thread Jonah H. Harris
On Thu, Nov 11, 2010 at 3:57 PM, Jonah H. Harris wrote: > On Thu, Nov 11, 2010 at 3:55 PM, Philip Olson wrote: > >> > I just registered for Wiki access and am waiting for the account to be >> > approved. As soon as it is, I'll submit the RFC. >> >> Done, you now access to the RFC namespace. Have

Re: [PHP-DEV] [FPM] when to call extensions MINIT and MSHUTDOWN

2010-11-11 Thread Ángel González
Jérôme Loyet wrote: > Hi guys, > > I'm sure when FPM should call extensions MINIT and MSHUTDOWN functions. > > MINIT is called once by the master process after it forks any > children. It's done by calling php_module_startup() in > cgi_sapi_module.startup(). > MSHUTDOWN is also called by the master

Re: [PHP-DEV] [PHP] multiple sapi (multiple bug reports)

2010-11-11 Thread Jérôme Loyet
2010/11/11 Jani Taskinen : > 11.11.2010 18:46, Kalle Sommer Nielsen kirjoitti: >> >> Hi Jérôme >> >> 2010/11/11 Jérôme Loyet: >>> >>> If this is a normal behaviour, we should add an error at configure >>> telling that only one SAPI is supported at once. >>> It not, we should correct it. >>> >>> Did

Re: [PHP-DEV] Supporting Binary Notation for Integers

2010-11-11 Thread Jonah H. Harris
On Thu, Nov 11, 2010 at 3:55 PM, Philip Olson wrote: > > I just registered for Wiki access and am waiting for the account to be > > approved. As soon as it is, I'll submit the RFC. > > Done, you now access to the RFC namespace. Have fun :) > Awesome! Thanks. -- Jonah H. Harris Blog: http://w

Re: [PHP-DEV] Supporting Binary Notation for Integers

2010-11-11 Thread Philip Olson
On Nov 11, 2010, at 9:26 AM, Jonah H. Harris wrote: > On Thu, Nov 11, 2010 at 12:22 PM, Will Fitch > wrote: > >> +1 here. >> >> Just want to make sure the RFC is written and discussed before the patch is >> submitted. >> > > I just registered for Wiki access and am waiting for the account to

Re: [PHP-DEV] [PHP] multiple sapi (multiple bug reports)

2010-11-11 Thread Jani Taskinen
11.11.2010 18:46, Kalle Sommer Nielsen kirjoitti: Hi Jérôme 2010/11/11 Jérôme Loyet: If this is a normal behaviour, we should add an error at configure telling that only one SAPI is supported at once. It not, we should correct it. Did I miss something ? On Windows we have no problems in comp

Re: [PHP-DEV] Supporting Binary Notation for Integers

2010-11-11 Thread Jonah H. Harris
On Thu, Nov 11, 2010 at 12:22 PM, Will Fitch wrote: > +1 here. > > Just want to make sure the RFC is written and discussed before the patch is > submitted. > I just registered for Wiki access and am waiting for the account to be approved. As soon as it is, I'll submit the RFC. -- Jonah H. Harr

Re: [PHP-DEV] Supporting Binary Notation for Integers

2010-11-11 Thread Will Fitch
+1 here. Just want to make sure the RFC is written and discussed before the patch is submitted. On Thu, Nov 11, 2010 at 11:20 AM, Patrick ALLAERT wrote: > 2010/11/11 Jonah H. Harris : > > On Thu, Nov 11, 2010 at 12:02 PM, Christopher Jones < > > christopher.jo...@oracle.com> wrote: > > > >> On 1

Re: [PHP-DEV] Supporting Binary Notation for Integers

2010-11-11 Thread Patrick ALLAERT
2010/11/11 Jonah H. Harris : > On Thu, Nov 11, 2010 at 12:02 PM, Christopher Jones < > christopher.jo...@oracle.com> wrote: > >> On 11/10/2010 10:18 PM, Jonah H. Harris wrote: >> >>> On Wed, Nov 10, 2010 at 10:19 PM, Jonah H. Harris>> >wrote: >>> >>>  Cool.  I'll put together an updated patch.

Re: [PHP-DEV] [PHP] multiple sapi (multiple bug reports)

2010-11-11 Thread Johannes Schlüter
Hi, On Thu, 2010-11-11 at 17:36 +0100, Jérôme Loyet wrote: > there is several bug reports about having problem compiling differents > SAPI at once. > > http://bugs.php.net/52419 > http://bugs.php.net/48989 > http://bugs.php.net/53271 > > I'm also experiencing the same problem. CLI can be compile

Re: [PHP-DEV] Supporting Binary Notation for Integers

2010-11-11 Thread Jonah H. Harris
On Thu, Nov 11, 2010 at 12:02 PM, Christopher Jones < christopher.jo...@oracle.com> wrote: > On 11/10/2010 10:18 PM, Jonah H. Harris wrote: > >> On Wed, Nov 10, 2010 at 10:19 PM, Jonah H. Harris> >wrote: >> >> Cool. I'll put together an updated patch. >>> >>> >> Source and documentation patches

Re: [PHP-DEV] Supporting Binary Notation for Integers

2010-11-11 Thread Christopher Jones
On 11/10/2010 10:18 PM, Jonah H. Harris wrote: On Wed, Nov 10, 2010 at 10:19 PM, Jonah H. Harriswrote: Cool. I'll put together an updated patch. Source and documentation patches have been attached to the ticket. Don't forget to write a (brief) RFC on http://wiki.php.net/rfc Chris --

Re: [PHP-DEV] [PHP] multiple sapi (multiple bug reports)

2010-11-11 Thread Kalle Sommer Nielsen
Hi Jérôme 2010/11/11 Jérôme Loyet : > If this is a normal behaviour, we should add an error at configure > telling that only one SAPI is supported at once. > It not, we should correct it. > > Did I miss something ? On Windows we have no problems in compiling multiple SAPI's using one ./configure,

[PHP-DEV] [PHP] multiple sapi (multiple bug reports)

2010-11-11 Thread Jérôme Loyet
Hi guys, there is several bug reports about having problem compiling differents SAPI at once. http://bugs.php.net/52419 http://bugs.php.net/48989 http://bugs.php.net/53271 I'm also experiencing the same problem. CLI can be compiled and build with any other SAPI. But only one other SAPI could be