[PHP-DEV] people.php.net

2007-12-01 Thread Silvano Girardi Jr
Gentleman, This morning I went to see Lukas speaking at the Brazilian PHP Conference and he mentioned http://people.php.net He said that it started with the idea to map the PEAR developers. I went to see it but the project seems to be stuck. Also, I was trying to find out on the mailings what you g

[PHP-DEV] people.php.net

2007-12-01 Thread Silvano Jr
Gentleman, This morning I went to see Lukas speaking at the Brazilian PHP Conference and he mentioned http://people.php.net He said that it started with the idea to map the PEAR developers. I went to see it but the project seems to be stuck. Also, I was trying to find out on the mailings what you g

Re: [PHP-DEV] Proposed feature for json_encode()

2007-12-01 Thread Rasmus Lerdorf
Alexey Zakhlestin wrote: > Is such filtering specific to JSON? Does it have some use out of JSON-context? > Maybe it would be better to provide a set of functions for encoding > characters into '\u'-entities? (similiar to htmlentities, > htmlspecialchars) > > because if we speak of 'theoretical' p

Re: [PHP-DEV] private properties ....

2007-12-01 Thread Etienne Kneuss
Hello, On Dec 1, 2007 9:38 PM, Richard Quadling <[EMAIL PROTECTED]> wrote: > On 01/12/2007, Jingcheng Zhang <[EMAIL PROTECTED]> wrote: > > Well, yes, "private" denies accessing from other class(including its > child > > class), this is what "encapsulation" means. But when refering to > > inherita

Re: [PHP-DEV] private properties ....

2007-12-01 Thread Mike Lively
Jingcheng Zhang wrote: > Well, yes, "private" denies accessing from other class(including its child > class), this is what "encapsulation" means. But when refering to > inheritance, why forbids private properties/methods being *extended* to > child classes? This is what I mean, as the following exa

Re: [PHP-DEV] private properties ....

2007-12-01 Thread Richard Quadling
On 01/12/2007, Jingcheng Zhang <[EMAIL PROTECTED]> wrote: > Well, yes, "private" denies accessing from other class(including its child > class), this is what "encapsulation" means. But when refering to > inheritance, why forbids private properties/methods being *extended* to > child classes? This i

Re: [PHP-DEV] Unable to compile PHP6 with pgsql

2007-12-01 Thread David Coallier
On Dec 1, 2007 10:45 AM, Michael Eshom <[EMAIL PROTECTED]> wrote: > I should also mention that I haven't done anything with C in probably 5 > or 6 years, but if you're willing to help me out, I'll see what I can do :) > > Antony Dovgal wrote: > > On 30.11.2007 04:43, Michael Eshom wrote: > > > >> W

Re: [PHP-DEV] Unable to compile PHP6 with pgsql

2007-12-01 Thread Michael Eshom
I should also mention that I haven't done anything with C in probably 5 or 6 years, but if you're willing to help me out, I'll see what I can do :) Antony Dovgal wrote: On 30.11.2007 04:43, Michael Eshom wrote: Wish I could help, but I don't know what needs to be done or how to go about doi

Re: [PHP-DEV] Re: [PHP-CVS] cvs: CVSROOT / avail loginfo

2007-12-01 Thread Tomas Kuliavas
>> > > However, a ~couple months ago IBM gave permission to remove this >> > > copyright (because the authors are listed as general contributors, >> > > thus representing IBM) although we've not yet implemented this >> > > removal. We did [temporary] remove it about six months ago but... > > There

Re: [PHP-DEV] Proposed feature for json_encode()

2007-12-01 Thread Alexey Zakhlestin
Is such filtering specific to JSON? Does it have some use out of JSON-context? Maybe it would be better to provide a set of functions for encoding characters into '\u'-entities? (similiar to htmlentities, htmlspecialchars) because if we speak of 'theoretical' problem, we might end reimplementing t