[PHP-DEV] Stray \ in ext/mysql/php_mysql.c

2007-10-12 Thread Martin Jansen
When building HEAD, GCC complains about a stray backslash in ext/mysql/php_mysql.c. The attached patch fixes this. - Martin Index: php_mysql.c === RCS file: /repository/php-src/ext/mysql/php_mysql.c,v retrieving revision 1.244 diff -u

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

2007-10-12 Thread Antony Dovgal
On 12.10.2007 02:25, Johnny Negretti wrote: > I manage the development team (PHP) for Interactivate, San Diego, CA's > largest web agency. > > We have 21 dedicated developers. Good to hear that, but why do you need the account? -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Developmen

Re: [PHP-DEV] Stray \ in ext/mysql/php_mysql.c

2007-10-12 Thread Antony Dovgal
On 12.10.2007 11:19, Martin Jansen wrote: > When building HEAD, GCC complains about a stray backslash in > ext/mysql/php_mysql.c. The attached patch fixes this. Committed, thanks! -- Wbr, Antony Dovgal -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.p

[PHP-DEV] Unification of phpinfo() output for PDO drivers

2007-10-12 Thread Martin Jansen
The attached patch against HEAD attempts to unify the phpinfo() output of the PDO drivers for Oracle, MySQL, and PostgreSQL by always including the PECL module version string and the $Id$ CVS keyword. (Akin to how it is done for the SQLite driver.) Assuming that you are interested in the changes,

[PHP-DEV] Adding a PDO driver to the standard release

2007-10-12 Thread Claude Masseron
Hi, Not sure if I'm asking in the right place. One of our engineers wrote a PDO driver for the IBM U2 databases. Info can be found at: http://www.ibm.com/developerworks/db2/library/techarticle/dm-0612xia/ http://www.ibm.com/developerworks/db2/library/techarticle/dm-0701xia/ and

[PHP-DEV] Re: new feature -> with()

2007-10-12 Thread Sebastian
hi, wow, thats what you're writing is a chain call. this only works, if the methods of a class return the object $this. but if you need a return value other than $this, simply there is no real way. and moreover i don't agree with the other arguments. what i'm suggesting is, that in with(){} yo

Re: [PHP-DEV] Unification of phpinfo() output for PDO drivers

2007-10-12 Thread Stanislav Malyshev
I think this would be a good idea to add these. Martin Jansen wrote: The attached patch against HEAD attempts to unify the phpinfo() output of the PDO drivers for Oracle, MySQL, and PostgreSQL by always including the PECL module version string and the $Id$ CVS keyword. (Akin to how it is done f