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
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
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
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,
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
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
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