[PHP-DEV] Re: Detecting if a null variable exists?

2010-06-13 Thread Michael Wallner
On 06/11/2010 07:43 PM, Brian Moon wrote: Is it just me or are we missing a way in the language to check if a variable that has been set to NULL exists or not? ... perhaps an var_exists() function is needed to fill this hole? php -r 'function f(){$f=null; var_dump(array_key_exists("f", get_de

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

2010-06-13 Thread Lester Caine
Stanley Sufficool wrote: If the dblib methods can't behave the same as the postgres methods, > then clearly they shouldn't be named the same. Yes, DBLIB behaves the same as pgsql in that it performs the copy in a transaction state and also has it's data visible from the server perspective. So

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

2010-06-13 Thread Stanley Sufficool
On Sun, Jun 13, 2010 at 8:38 PM, Stanley Sufficool wrote: > On Sun, Jun 13, 2010 at 3:52 PM, Jared Williams > wrote: >> >> >>> -Original Message- >>> From: Stanley Sufficool [mailto:ssuffic...@gmail.com] >>> Sent: 13 June 2010 20:10 >>> To: Ilia Alshanetsky >>> Cc: Pierre Joye; Denis Gasp

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

2010-06-13 Thread Stanley Sufficool
On Sun, Jun 13, 2010 at 3:52 PM, Jared Williams wrote: > > >> -Original Message- >> From: Stanley Sufficool [mailto:ssuffic...@gmail.com] >> Sent: 13 June 2010 20:10 >> To: Ilia Alshanetsky >> Cc: Pierre Joye; Denis Gasparin; Matteo Beccati; >> internals@lists.php.net; pdo >> Subject: Re:

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

2010-06-13 Thread Jared Williams
> -Original Message- > From: Stanley Sufficool [mailto:ssuffic...@gmail.com] > Sent: 13 June 2010 20:10 > To: Ilia Alshanetsky > Cc: Pierre Joye; Denis Gasparin; Matteo Beccati; > internals@lists.php.net; pdo > Subject: Re: [PHP-DEV] Re: [PDO] Re: [PHP-DEV] [PATCH] New > PDO methods fo

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

2010-06-13 Thread Lukas Kahwe Smith
On 13.06.2010, at 21:09, Stanley Sufficool wrote: > On Sat, Jun 12, 2010 at 4:54 AM, Ilia Alshanetsky wrote: >> The concerns you raised about custom methods specific to database drivers >> were not reflective of the PDO's intent as was clarified by Wez and myself. yeah .. Wez became the ruler o

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

2010-06-13 Thread Stanley Sufficool
On Sat, Jun 12, 2010 at 4:54 AM, Ilia Alshanetsky wrote: > The concerns you raised about custom methods specific to database drivers > were not reflective of the PDO's intent as was clarified by Wez and myself. > > The code that was introduced was specific to PostgreSQL, the common > functionality

Re: [PHP-DEV] #45351: Exception::getTrace() should return 'object' array-element

2010-06-13 Thread Jille Timmermans
Hello Kalle, First of all, thanks for yor feedback! Kalle Sommer Nielsen schreef: > Hello Jille > > 2010/6/13 Jille Timmermans : >> http://bugs.php.net/45351 >> >> I have attached a patch to the feature request. IIRC I should just ask >> here whether someone is willing to commit it. So, anyone w

Re: [PHP-DEV] #45351: Exception::getTrace() should return 'object' array-element

2010-06-13 Thread Kalle Sommer Nielsen
Hello Jille 2010/6/13 Jille Timmermans : > http://bugs.php.net/45351 > > I have attached a patch to the feature request. IIRC I should just ask > here whether someone is willing to commit it. So, anyone willing to help > me? :) The patch is incorrect (according to what the user requests, and for

[PHP-DEV] #45351: Exception::getTrace() should return 'object' array-element

2010-06-13 Thread Jille Timmermans
http://bugs.php.net/45351 I have attached a patch to the feature request. IIRC I should just ask here whether someone is willing to commit it. So, anyone willing to help me? :) -- Jille -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php