[PHP-DEV] suggetion: Webfronted for PHP itself

2010-06-04 Thread Alexander Schunk
Hello, i am working on a webfrontend for php itself. For example i have a little script that writes ini settings into ini.php. I am using normal vars to write the variables into the ini file. yours sincerly Alexander Schunk -- PHP Internals - PHP Runtime Development Mailing List To

Re: [PHP-DEV] Type hinting

2010-06-04 Thread Lukas Kahwe Smith
On 04.06.2010, at 03:18, Daniel Convissor wrote: On Thu, Jun 03, 2010 at 10:29:30AM -0400, Daniel Convissor wrote: Hi Folks: On Sat, May 29, 2010 at 08:34:26PM +0300, Zeev Suraski wrote: IMHO we shouldn't be getting to any kind of fatal error/exception situation, which is why I like

Re: [PHP-DEV] Suggestion: echo function(var)[0];

2010-06-04 Thread mathieu.suen
Hi Why not something more generic. Someone could think of a ValueNode. Then it could be use for object, array, any primitive type ... I will take the ValueNode as a non terminal grammar node. So first we could do that: ValueNode-method(); ValueNode::sMethod(); ValueNode[]; foo(ValueNode);

Re: [PHP-DEV] Suggestion: echo function(var)[0];

2010-06-04 Thread Richard Quadling
On 4 June 2010 08:18, mathieu.suen mathieu.s...@easyflirt.com wrote: Hi Why not something more generic. Someone could think of a ValueNode. Then it could be use for object, array, any primitive type ... I will take the ValueNode as a non terminal grammar node. So first we could do that:

Re: [PHP-DEV] Suggestion: echo function(var)[0];

2010-06-04 Thread mathieu.suen
On 06/04/2010 10:00 AM, Richard Quadling wrote: On 4 June 2010 08:18, mathieu.suenmathieu.s...@easyflirt.com wrote: Hi Why not something more generic. Someone could think of a ValueNode. Then it could be use for object, array, any primitive type ... I will take the ValueNode as a non

[PHP-DEV] Traits

2010-06-04 Thread Christian Kaps
A short while ago there was a discussion about implementing Traits in the next PHP version. How is the status of this? -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Traits

2010-06-04 Thread Stefan Marr
Hi: On 04 Jun 2010, at 13:46, Christian Kaps wrote: A short while ago there was a discussion about implementing Traits in the next PHP version. How is the status of this? The code is committed to trunk, and thanks to the community there have already been some improvements and fixes for

Re: [PHP-DEV] Traits

2010-06-04 Thread Christian Kaps
That sounds good and I hope it will be included in the next release. Best regards, Christian Hi: On 04 Jun 2010, at 13:46, Christian Kaps wrote: A short while ago there was a discussion about implementing Traits in the next PHP version. How is the status of this? The code is

Re: [PHP-DEV] RE: [PDO] Re: [PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver

2010-06-04 Thread Arvids Godjuks
As far as I can see as a user PDO is quite dead and it's missing much of new database functionality. Just compare it to mysqli and other vendor specific extensions witch are developed all the time. Until there is no dedicated work for all PDO supported databases there is no point in adding

Re: [PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver

2010-06-04 Thread Jonathan Wage
Hi, On Thu, Jun 3, 2010 at 1:58 PM, Ferenc Kovacs i...@tyrael.hu wrote: On Thu, Jun 3, 2010 at 7:28 PM, Jonathan Wage jonw...@gmail.com wrote: Hi, On Thu, Jun 3, 2010 at 1:16 PM, Ferenc Kovacs i...@tyrael.hu wrote: If that so, I would be happy to see some discussion and work on the PDO,

Re: [PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver

2010-06-04 Thread Ferenc Kovacs
On Thu, Jun 3, 2010 at 8:07 PM, Jonathan Wage jonw...@gmail.com wrote: Hi, On Thu, Jun 3, 2010 at 1:58 PM, Ferenc Kovacs i...@tyrael.hu wrote: On Thu, Jun 3, 2010 at 7:28 PM, Jonathan Wage jonw...@gmail.com wrote: Hi, On Thu, Jun 3, 2010 at 1:16 PM, Ferenc Kovacs i...@tyrael.hu wrote:

Re: [PHP-DEV] [PATCH] New PDO methods for PostgreSQL driver

2010-06-04 Thread Denis Gasparin
Hi. For me there is no problem. There were several solutions proposed in this thread: - to share connection between pdo and old pgsql driver - to create / emulate those methods in the various pdo drivers - others (look at the post of one week ago) Just point me to the right solution, give me