Re: [PHP-DEV] CVS Account Request: magicaltux

2008-11-18 Thread Mark
Hi, I believe Andrei's also OK with the solution for this bug. As he said when one of my colleagues went to a PHP conference (I couldn't this day for personnal reasons), "English is not the only language". Having an hardcoded encoding for the "php-side of life" is bad, we could either make this a

[PHP-DEV] documentation

2008-11-18 Thread ivo nascimento
Hi, can you guys give me an advice about where find good documentation/books about php C module development? tanks for advanced. -- Ivo Nascimento - Iann - | twitter: ivonascimento . | | http://ianntech.com.br. | | ZCE ID 227463685

Re: [PHP-DEV] CVS Account Request: magicaltux

2008-11-18 Thread Andrei Zmievski
Lukas Kahwe Smith wrote: I also intend later (and after some discussions, if anyone has any interest in WDDX) to add a feature to WDDX to provide the ability to stream a packet (create a packet ressource while providing a stream descriptor, send the XML code for the variables when added, then c

Re: [PHP-DEV] PostgreSQL pg_query_params, PHP locales, and double data types

2008-11-18 Thread Alec Smecher
Alec Smecher wrote: Lukas Kahwe Smith wrote: On 17.11.2008, at 17:54, Alec Smecher wrote: I'm trying to get a PHP bug in the PostgreSQL pg_query_params function reopened; it's been marked bogus (incorrectly IMO). There are lots of details at . If this is

Re: [PHP-DEV] array_key_exists BC break

2008-11-18 Thread Felipe Pena
2008/11/17 Andrei Zmievski <[EMAIL PROTECTED]>: > I meant '&' actually. > > -Andrei > Ok, patch updated. http://felipe.ath.cx/diff/array_bc.diff Go go go? The rest is to fix 25 (at least ext/standard/array/) tests failing like: 343+ Warning: current() expects parameter 1 to be array or object, n

[PHP-DEV] Need some help about using Boost.PHP to make extensions

2008-11-18 Thread Chris Jiang
Hi all, it's been a while since my last thread. I've been playing around with Boost.PHP these days, and find it pretty much satisfactory. Now, I need some help on how Boost.PHP treat with PHP arrays. Not complaining, but there isn't much document I can learn from the official website. And if t

Re: [PHP-DEV] PostgreSQL pg_query_params, PHP locales, and double data types

2008-11-18 Thread Alec Smecher
Lukas Kahwe Smith wrote: On 17.11.2008, at 17:54, Alec Smecher wrote: I'm trying to get a PHP bug in the PostgreSQL pg_query_params function reopened; it's been marked bogus (incorrectly IMO). There are lots of details at . If this is in fact bogus, I'd ap

Re: [PHP-DEV] PostgreSQL pg_query_params, PHP locales, and double data types

2008-11-18 Thread Lukas Kahwe Smith
On 17.11.2008, at 17:54, Alec Smecher wrote: I'm trying to get a PHP bug in the PostgreSQL pg_query_params function reopened; it's been marked bogus (incorrectly IMO). There are lots of details at . If this is in fact bogus, I'd appreciate a little bit

[PHP-DEV] Re: Fatal error: Call to a member function on a non-object

2008-11-18 Thread Christopher Vogt
Hej, >> echo $user['fullname']; // no error at all, $user['fullname'] === NULL >> >> Shouldn't this at least trigger a Notice? > > Check your error handling settings, probably warnings/notices are disabled. I now found it in the documentation os the String type http://php.net/language.types.str