diff options
| author | Andrey Hristov <andrey@php.net> | 2009-12-09 20:21:05 +0000 |
|---|---|---|
| committer | Andrey Hristov <andrey@php.net> | 2009-12-09 20:21:05 +0000 |
| commit | 6f598e62ff8b32af98d23b79d609303b08e439c1 (patch) | |
| tree | 29e6194bcfcf70b27c72fbeaf8e8c6ea62f078f8 /ext/mysqlnd/config.w32 | |
| parent | d8a8d823ce76bac09826334dce5f250388e79a24 (diff) | |
| download | php-git-6f598e62ff8b32af98d23b79d609303b08e439c1.tar.gz | |
Remove the zval caching from mysqlnd. It was disabled versions ago
due to problems on windows, which were not debugged. Better have
code that is disabled not in the core.
Diffstat (limited to 'ext/mysqlnd/config.w32')
| -rw-r--r-- | ext/mysqlnd/config.w32 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/mysqlnd/config.w32 b/ext/mysqlnd/config.w32 index 00a3f147c0..a26d357fb6 100644 --- a/ext/mysqlnd/config.w32 +++ b/ext/mysqlnd/config.w32 @@ -11,7 +11,6 @@ if (PHP_MYSQLND != "no") { "mysqlnd_charset.c " + "mysqlnd_debug.c " + "mysqlnd_loaddata.c " + - "mysqlnd_palloc.c " + "mysqlnd_ps.c " + "mysqlnd_ps_codec.c " + "mysqlnd_qcache.c " + |
