]> granicus.if.org Git - php/commit
some config.w32 fixes
authorAndrey Hristov <andrey@php.net>
Mon, 28 Jan 2008 22:50:06 +0000 (22:50 +0000)
committerAndrey Hristov <andrey@php.net>
Mon, 28 Jan 2008 22:50:06 +0000 (22:50 +0000)
commit2033c1b7f2c50146c917a5769a6996f0188f5e14
tree1b03a898c92ba2d69c39e401165318bd1e1bf17b
parente9914e9d06b684a4b788584790767868bd7b7321
some config.w32 fixes
moved mysqlnd's block allocator to a separate file and also now
it's part of the connection, no MT problems.
12 files changed:
ext/mysql/config.w32
ext/mysqli/tests/mysqli_get_client_stats.phpt
ext/mysqlnd/config.w32
ext/mysqlnd/config9.m4
ext/mysqlnd/mysqlnd.c
ext/mysqlnd/mysqlnd_block_alloc.c [new file with mode: 0644]
ext/mysqlnd/mysqlnd_block_alloc.h [new file with mode: 0644]
ext/mysqlnd/mysqlnd_priv.h
ext/mysqlnd/mysqlnd_ps.c
ext/mysqlnd/mysqlnd_result.c
ext/mysqlnd/mysqlnd_structs.h
ext/mysqlnd/mysqlnd_wireprotocol.c