[PHP-DEV] CVS Account Request: g2

2009-05-06 Thread Georg Gradwohl
Within the GSoC 2009 I'm working on runtests-project, supported by my mentors Zoe Slattery and Stefan Priebisch. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Enable mysqlnd as default backend (not about enabling mysql by default)

2009-05-06 Thread Ulf Wendel
Jani Taskinen schrieb: Pierre Joye kirjoitti: Hi, Would it not easier and better to have mysqlnd as default backend for the mysql extensions (pdo, mysqli and mysql) when the configure option are used without value? I can already imagine the maintenance pains and the debugging nightmare for our

Re: [PHP-DEV] Enable mysqlnd as default backend (not about enabling mysql by default)

2009-05-06 Thread Pierre Joye
On Wed, May 6, 2009 at 1:26 PM, Ulf Wendel wrote: > Jani Taskinen schrieb: >> >> Pierre Joye kirjoitti: >>> >>> Hi, >>> >>> Would it not easier and better to have mysqlnd as default backend for >>> the mysql extensions (pdo, mysqli and mysql) when the configure option >>> are used without value? I

Re: [PHP-DEV] Enable mysqlnd as default backend (not about enabling mysql by default)

2009-05-06 Thread Hannes Magnusson
On Wed, May 6, 2009 at 13:29, Pierre Joye wrote: > On Wed, May 6, 2009 at 1:26 PM, Ulf Wendel wrote: >> I would appreciate if the bug database could distinguish between feature >> requests and bugs. > > it can, but then it gets even worst as you lost the category... a > feature request being a ca

Re: [PHP-DEV] Enable mysqlnd as default backend (not about enabling mysql by default)

2009-05-06 Thread Pierre Joye
On Wed, May 6, 2009 at 1:37 PM, Hannes Magnusson wrote: > On Wed, May 6, 2009 at 13:29, Pierre Joye wrote: >> On Wed, May 6, 2009 at 1:26 PM, Ulf Wendel wrote: >>> I would appreciate if the bug database could distinguish between feature >>> requests and bugs. >> >> it can, but then it gets even

Re: [PHP-DEV] Enable mysqlnd as default backend (not about enabling mysql by default)

2009-05-06 Thread Johannes Schlüter
On Wed, 2009-05-06 at 14:00 +0200, Pierre Joye wrote: > On Wed, May 6, 2009 at 1:37 PM, Hannes Magnusson > wrote: > > On Wed, May 6, 2009 at 13:29, Pierre Joye wrote: > >> On Wed, May 6, 2009 at 1:26 PM, Ulf Wendel wrote: > >>> I would appreciate if the bug database could distinguish between fea

Re: [PHP-DEV] Enable mysqlnd as default backend (not about enabling mysql by default)

2009-05-06 Thread Pierre Joye
2009/5/6 Johannes Schlüter : > On Wed, 2009-05-06 at 14:00 +0200, Pierre Joye wrote: >> On Wed, May 6, 2009 at 1:37 PM, Hannes Magnusson >> wrote: >> > On Wed, May 6, 2009 at 13:29, Pierre Joye wrote: >> >> On Wed, May 6, 2009 at 1:26 PM, Ulf Wendel wrote: >> >>> I would appreciate if the bug da

[PHP-DEV] RecursiveFilterItrator possible issues with inheritance

2009-05-06 Thread Ralph Schindler
Hi all, I'd like to confirm something as a bug and/or design issue. Currently, its difficult to extend RecursiveFilterIterator() with additional __construct() arguments (for configuring its behavior). The reason its difficult is b/c when getChildren() is called, a new instance of the RFI is

Re: [PHP-DEV] RecursiveFilterItrator possible issues with inheritance

2009-05-06 Thread Etienne Kneuss
Hello, On Wed, May 6, 2009 at 5:16 PM, Ralph Schindler wrote: > Hi all, > > I'd like to confirm something as a bug and/or design issue. This is a bug, could you please report it and assign it to me ? Thanks, > > Currently, its difficult to extend RecursiveFilterIterator() with additional > __c

[PHP-DEV] Bug 47468: enabling readline/libedit/pcntl/ncurses with --enable-embed

2009-05-06 Thread Paul Biggar
Hi folks, Could I get someone to look at http://bugs.php.net/bug.php?id=47468?. It includes a patch which is confirmed to fix the problem. Thanks, Paul -- Paul Biggar paul.big...@gmail.com -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub

Re: [PHP-DEV] RecursiveFilterItrator possible issues with inheritance

2009-05-06 Thread Etienne Kneuss
Hello, On Wed, May 6, 2009 at 5:35 PM, Etienne Kneuss wrote: > Hello, > > On Wed, May 6, 2009 at 5:16 PM, Ralph Schindler wrote: >> Hi all, >> >> I'd like to confirm something as a bug and/or design issue. > > This is a bug, could you please report it and assign it to me ? > > Thanks, > >> >> Cu

[PHP-DEV] Re: cvs: php-src(PHP_5_3) / UPGRADING

2009-05-06 Thread Greg Beaver
Kalle Sommer Nielsen wrote: > kalle Thu May 7 03:14:07 2009 UTC > > Modified files: (Branch: PHP_5_3) > /php-src UPGRADING > Log: > * use is a reserved keyword Hi, FYI, use has been a reserved keyword since the initial commit of zend_language_parser.y in October