diff options
author | Andrey Hristov <andrey@php.net> | 2008-01-28 22:50:06 +0000 |
---|---|---|
committer | Andrey Hristov <andrey@php.net> | 2008-01-28 22:50:06 +0000 |
commit | 2033c1b7f2c50146c917a5769a6996f0188f5e14 (patch) | |
tree | 1b03a898c92ba2d69c39e401165318bd1e1bf17b /ext/mysqli | |
parent | e9914e9d06b684a4b788584790767868bd7b7321 (diff) | |
download | php-git-2033c1b7f2c50146c917a5769a6996f0188f5e14.tar.gz |
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.
Diffstat (limited to 'ext/mysqli')
-rw-r--r-- | ext/mysqli/tests/mysqli_get_client_stats.phpt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/mysqli/tests/mysqli_get_client_stats.phpt b/ext/mysqli/tests/mysqli_get_client_stats.phpt index 10cad1e727..042f14bd99 100644 --- a/ext/mysqli/tests/mysqli_get_client_stats.phpt +++ b/ext/mysqli/tests/mysqli_get_client_stats.phpt @@ -969,9 +969,9 @@ array(61) { ["mem_efree_count"]=> string(1) "0" ["mem_malloc_count"]=> - string(1) "1" + string(1) "0" ["mem_malloc_ammount"]=> - string(%d) "%d" + string(1) "0" ["mem_calloc_count"]=> string(1) "0" ["mem_calloc_ammount"]=> @@ -1106,9 +1106,9 @@ array(61) { [u"mem_efree_count"]=> unicode(1) "0" [u"mem_malloc_count"]=> - unicode(1) "1" + unicode(1) "0" [u"mem_malloc_ammount"]=> - unicode(%d) "%d" + unicode(1) "0" [u"mem_calloc_count"]=> unicode(1) "0" [u"mem_calloc_ammount"]=> |