Re: [PHP-DEV] ignored patches

2007-12-04 Thread Nicolas Bérard-Nault
You are putting forward some hypothetical results. I want to know, for the benefit of the discussion, if you can prove the 5% figure you've advanced. On Dec 4, 2007 12:36 PM, Stanislav Malyshev <[EMAIL PROTECTED]> wrote: > > your head). Can you please be more responsible and provide some real > >

Re: [PHP-DEV] ignored patches

2007-12-03 Thread Nicolas Bérard-Nault
Hi Stats, Everybody is providing clear and proven results. You are the only one who is throwing around hypothetical numbers (that 5% figure comes out of your head). Can you please be more responsible and provide some real results ? Also, pretty much every feature of a language can be abused. From

Re: [PHP-DEV] buildconf and the generated configure script for PHP6 is faulty.

2007-09-03 Thread Nicolas Bérard-Nault
UND_FUZZ=0.501 > >>echo "$as_me:$LINENO: result: cross compile" >&5 > >> echo "${ECHO_T}cross compile" >&6 > >> > >> > >> > >> > >> The faulty configure script can be obtained at: > >> http://daleenterprise.com/patches/configure > >> > >> > >> - -- Dale > >> > >> -BEGIN PGP SIGNATURE- > >> Version: GnuPG v1.4.2.2 (Darwin) > >> > >> iD8DBQFG26HE0hzWbkf0eKgRAlsEAJoCu/cQbjCLuwx0bbB5qfnCiKktLwCgsFKw > >> omQjpISlRuVjPmIKfAG/+po= > >> =/yla > >> -END PGP SIGNATURE- > >> > > -- > > Make me happy: http://pecl.php.net/wishlist.php/jani > > With an attitude like yours I can see why your wishlist hasn't > changed much over a long period of time. > > > > > > > > > - -- Dale > > -BEGIN PGP SIGNATURE- > Version: GnuPG v1.4.2.2 (Darwin) > > iD8DBQFG3AQ90hzWbkf0eKgRAtrOAKCaErfaH2tUNRlyy+3FsrfNXKDm9gCfS0re > fsSoNR2Kw4FNh9OAOogW7Ls= > =80bw > -END PGP SIGNATURE- > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Nicolas Bérard-Nault ([EMAIL PROTECTED]) Étudiant D.E.C. Sciences, Lettres & Arts Cégep de Sherbrooke Homepage: http://nicobn.googlepages.com

Re: [PHP-DEV] What is the use of "unicode.semantics" in PHP 6?

2007-08-21 Thread Nicolas Bérard-Nault
as on the fire. > > > > Is this flag going to be removed or what? What is happening here in > > the background that we are not seeing ? :) > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.

Re: [PHP-DEV] reserved word alert

2007-08-16 Thread Nicolas Bérard-Nault
er things will add new > >> > reserved words. I think we should have a prominent place on php.netwith > >> > early warning for reserved words that will be in future php releases. > >> > >> > regards, > >> > Lukas > >> > >> &g

Re: [PHP-DEV] reserved word alert

2007-08-16 Thread Nicolas Bérard-Nault
egards, > Marcus > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Nicolas Bérard-Nault ([EMAIL PROTECTED]) Étudiant D.E.C. Sciences, Lettres & Arts Cégep de Sherbrooke Homepage: http://nicobn.googlepages.com

Re: [PHP-DEV] Socket constants

2007-07-24 Thread Nicolas Bérard-Nault
Thank you ! On 7/24/07, Jani Taskinen <[EMAIL PROTECTED]> wrote: Addded. They will be available if the underlying system defines them. (And MSG_EOF is MSG_FIN on some systems..) --Jani On Sat, 2007-07-21 at 13:52 -0400, Nicolas Bérard-Nault wrote: > Is there a reason the MSG_EOR an

Re: [PHP-DEV] Question about Namespace patch

2007-07-23 Thread Nicolas Bérard-Nault
agree. -- Stanislav Malyshev, Zend Software Architect [EMAIL PROTECTED] http://www.zend.com/ (408)253-8829 MSN: [EMAIL PROTECTED] -- Nicolas Bérard-Nault ([EMAIL PROTECTED]) Étudiant D.E.C. Sciences, Lettres & Arts Cégep de Sherbrooke Homepage: http://nicobn.googlepages.com

Re: [PHP-DEV] Question about Namespace patch

2007-07-23 Thread Nicolas Bérard-Nault
rt of agree, I don't see how the current implementation is really useful for anything. regards, Derick -- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Nicolas Bérard-Nault ([EMAIL PROTECTED]) Étudiant D.E.C. Sciences, Lettres & Arts Cégep de Sherbrooke Homepage: http://nicobn.googlepages.com

[PHP-DEV] Socket constants

2007-07-21 Thread Nicolas Bérard-Nault
/sockets/sockets.c,v retrieving revision 1.190 diff -r1.190 sockets.c 471a472,473 REGISTER_LONG_CONSTANT("MSG_EOR", MSG_EOR,CONST_CS | CONST_PERSISTENT); REGISTER_LONG_CONSTANT("MSG_EOF", MSG_EOF,CONST_CS | CONST_PERSISTENT); --

Re: [PHP-DEV] What is the use of "unicode.semantics" in PHP 6?

2007-07-09 Thread Nicolas Bérard-Nault
otice that I didn't call Unicode useless crap or whatever others may think about it, I just want PHP6 to be Unicode-only release because it would make my personal life much easier without complicating others' lives. -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing Lis

Re: [PHP-DEV] Simple Namespace Proposal

2007-07-09 Thread Nicolas Bérard-Nault
/// Service provided by hitOmeter.NET internet messaging! . -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Nicolas Bérard-Nault ([EMAIL PROTECTED]) Étudiant D.E.C. Sciences, Lettres & Arts Cégep de Sherbrooke Homepage: http://nicobn.googlepages.com

Re: [PHP-DEV] Simple Namespace Proposal

2007-07-08 Thread Nicolas Bérard-Nault
omatically post monthly reminder of that. I'm sure there are better arguments for any position. -- Stanislav Malyshev, Zend Software Architect [EMAIL PROTECTED] http://www.zend.com/ (408)253-8829 MSN: [EMAIL PROTECTED] -- PHP Internals - PHP Runtime Development Mailing List To unsubscrib

Re: [PHP-DEV] Simple Namespace Proposal

2007-07-07 Thread Nicolas Bérard-Nault
obey the standard which seems fit to me, thank you. P.S.: This opinion only applies to this particular case. Generally speaking, I'm all for a loosely defined "PHP way". On 7/8/07, Sebastian Bergmann <[EMAIL PROTECTED]> wrote: Nicolas Bérard-Nault schrieb: > +1 for braces aro

Re: [PHP-DEV] Simple Namespace Proposal

2007-07-07 Thread Nicolas Bérard-Nault
t; -- Thomas Jefferson -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Nicolas Bérard-Nault ([EMAIL PROTECTED]) Étudiant D.E.C. Sciences, Lettres & Arts Cégep de Sherbrooke Homepage: http://nicobn.googlepages.com

[PHP-DEV] CVS Account Request: nicobn

2007-06-19 Thread Nicolas Bérard-Nault
I'm one of the Google Summer of Code students and I'm working on documenting the new i18n and unicode features in PHP6. David Coallier (davidc) suggested me to apply for a cvs account. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] FW: php fastcgi

2007-06-13 Thread Nicolas Bérard-Nault
Hmm, maybe you're talking about 503, which is not exactly the same thing as 500. Take a look at RFC 2616, section 10. On 6/13/07, Andrei Nigmatulin <[EMAIL PROTECTED]> wrote: On Wednesday 13 June 2007 21:45, Nicolas Bérard-Nault wrote: > Returning 404 (or any other code other

Re: [PHP-DEV] FW: php fastcgi

2007-06-13 Thread Nicolas Bérard-Nault
ction.com) 51.42.06.70.18 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Nicolas Bérard-Nault ([EMAIL PROTECTED]) Étudiant D.E.C. Sciences, Lettres & Arts Cégep de Sherbrooke Homepage: http://nicobn.googlepages.com

Re: [PHP-DEV] 5 or 6?

2007-05-31 Thread Nicolas Bérard-Nault
rks for years? > > I do agree that having version number in file names is bad idea, but we > need to think it over very good, since I don't like changing a behaviour > which existed for ages, even if it looks stupid. > -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- Nicolas Bérard-Nault ([EMAIL PROTECTED]) Étudiant D.E.C. Sciences, Lettres & Arts Cégep de Sherbrooke Page personnelle: http://nicobn.googlepages.com

Re: [PHP-DEV] Fwd: [PHP] proc_open and buffer limit?

2006-01-22 Thread Nicolas Bérard Nault
-- > > > > -- > Mark S. Krenz > IT Director > Suso Technology Services, Inc. > http://suso.org/ > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > > - End forwarded message - > > > -- > Mark S. Krenz > IT Director > Suso Technology Services, Inc. > http://suso.org/ > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Nicolas Bérard Nault ([EMAIL PROTECTED]) Étudiant D.E.C. Sciences, Lettres & Arts Cégep de Sherbrooke Site web: http://www.lapsus-engineer.org "La liberté est un bagne aussi longtemps qu'un seul homme est asservi sur la terre." - Albert Camus, Les Justes.

[PHP-DEV] Re: Something (was: Re: [PHP-DEV] Re: Labeled Breaks (not the G-word))

2005-11-27 Thread Nicolas Bérard Nault
times that no other solutions were more elegant than goto. It was tough to accept (I'd been told since I started learning to program that goto was inelegant) but I had to face the facts. On 11/27/05, Zeev Suraski <[EMAIL PROTECTED]> wrote: > > At 22:18 27/11/2005, Nicolas Bérard Nau

Re: [PHP-DEV] Re: Labeled Breaks (not the G-word)

2005-11-27 Thread Nicolas Bérard Nault
spaghetti goto code in C... which as > >we know does allow backward and forward jumping within scope (not to be > >confused with none actually existing --- see previous comment about > >prevention of foot shooting). > > You've never heard of spaghetti goto code in

Re: [PHP-DEV] Re: namespace separator ideas

2005-11-27 Thread Nicolas Bérard Nault
han the opposite of" > > == > define ('a', 1); > define ('b', 0); > > $c = (b<-a); > //i.e. $c = (b < -a) > ?> > == > > Regards, > -- > Lorenzo Alberton > http://pear.p

Re: [PHP-DEV] Re: namespace separator ideas

2005-11-26 Thread Nicolas Bérard Nault
ke big problems with the parser. > More complaints to follow. *g* > - Feel free to add new suggestions to the right. > - If you add your name at the bottom, please copy the free line > so the next one also has a free one. > - Do only edit the votes in *your* line! > - Correct th

Re: [PHP-DEV] allow_url_fopen should be INI_ALL

2005-06-28 Thread Nicolas Bérard Nault
Just for the records, I guess you all know that I meant 'language construct' where I wrote 'function' instead (in reference to include). On 6/29/05, Nicolas Bérard Nault <[EMAIL PROTECTED]> wrote: > PHP is not, in my opinion, idiot-proof. You're right on that poi

Re: [PHP-DEV] allow_url_fopen should be INI_ALL

2005-06-28 Thread Nicolas Bérard Nault
nelson.com | If you want to find > Crynwr sells support for free software | PGPok | injustice in economic > 521 Pleasant Valley Rd. | +1 315-323-1241 | affairs, look for the > Potsdam, NY 13676-3213 | | hand of a legislator. > > -- > PHP Interna

Re: [PHP-DEV] Object execution

2005-06-28 Thread Nicolas Bérard Nault
> PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Nicolas Bérard Nault ([EMAIL PROTECTED]) "Maybe nature is fundamentally ugly, chaotic and complicated. But if it's like that, then I want out." -- Steven Wein

Re: [PHP-DEV] Re: 'include' Considered Harmful

2005-06-24 Thread Nicolas Bérard Nault
> > expectations of the operator. Hazardous equipment will have yellow > > markings on it precisely because the equipment doesn't look > > dangerous. A saw blade doesn't need yellow markings because it > > *is* what it appears to be: extremely sharp and dan

[PHP-DEV] Destructors not implicitly called

2005-06-15 Thread Nicolas Bérard Nault
I use a lot of unserialized objects and realised that destructors do not get called implicitly for them. Is this the intended behavior ? Precisions on this would be greatly appreciated, thank you. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/un

Re: [PHP-DEV] abstract private methods

2005-06-09 Thread Nicolas Bérard Nault
For my part, I use abstract classes as routines libraries. That is, instead of having tons of functions lying freely outside of any classes, I use classifications. Each class represents a type a categorie of action. The whole point of having private functions in abstract classes is when public fun

Re: [PHP-DEV] For help

2005-02-02 Thread Nicolas Bérard Nault
I think http://www.php.net/~wez/extending-php.pdf might help you. On Wed, 2 Feb 2005 00:19:55 +0800, taft <[EMAIL PROTECTED]> wrote: > How can I write a module for PHP? Any ABC information? > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/u

[PHP-DEV] Re: Resend with modifications: inet_getaddrfam()

2005-01-08 Thread Nicolas Bérard Nault
http://www.lapsus-engineer.org/patches/php_inetgetaddrfam.diff Thank you, Nic. On Sat, 8 Jan 2005 12:40:42 +0100 (CET), Derick Rethans <[EMAIL PROTECTED]> wrote: > On Sat, 8 Jan 2005, [ISO-8859-1] Nicolas Bïrard Nault wrote: > > > Hi, > > > > This patch adds a function for getting the family of

[PHP-DEV] [PATCH] Resend with modifications: inet_getaddrfam()

2005-01-07 Thread Nicolas Bérard Nault
Hi, This patch adds a function for getting the family of the address in $Address. If $Address is not of any family, false is returned. I, myself, need this function to verify that an ip provided by an user is a real ip. Then, to use this address with, in exemple, socket_create() and later bind it,

[PHP-DEV] [PATCH] Get the internet family of an address

2004-12-31 Thread Nicolas Bérard Nault
Hi, URL: http://www.lapsus-engineer.org/inet_getaddrfam.diff The new function (int inet_getaddrfam(address)) will return AF_INET or AF_INET6, depending of the family of the address. If it does not seem to be a correct address, FALSE is returned. All sorts of comments will be appreciated. Thank