diff options
| author | Andrey Hristov <andrey@php.net> | 2011-10-21 15:28:58 +0000 |
|---|---|---|
| committer | Andrey Hristov <andrey@php.net> | 2011-10-21 15:28:58 +0000 |
| commit | 139813877c9c2d7b513e48195438aa9caaf217e4 (patch) | |
| tree | 6c912847207a7e7cf9783916f16261080c991fb3 /ext/mysqlnd/mysqlnd_plugin.c | |
| parent | ed12ebc79c6ce6947f29b09706b73a6d546fb7c7 (diff) | |
| download | php-git-139813877c9c2d7b513e48195438aa9caaf217e4.tar.gz | |
shift code around to two new files - mysqlnd_driver.c
and mysqlnd_ext_plugin.c (mysqlnd extension plugin)
Diffstat (limited to 'ext/mysqlnd/mysqlnd_plugin.c')
| -rw-r--r-- | ext/mysqlnd/mysqlnd_plugin.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/mysqlnd/mysqlnd_plugin.c b/ext/mysqlnd/mysqlnd_plugin.c index a35346de0b..096f10a0e5 100644 --- a/ext/mysqlnd/mysqlnd_plugin.c +++ b/ext/mysqlnd/mysqlnd_plugin.c @@ -21,15 +21,9 @@ /* $Id: mysqlnd.c 306407 2010-12-16 12:56:19Z andrey $ */ #include "php.h" #include "mysqlnd.h" -#include "mysqlnd_wireprotocol.h" #include "mysqlnd_priv.h" -#include "mysqlnd_result.h" #include "mysqlnd_statistics.h" -#include "mysqlnd_charset.h" #include "mysqlnd_debug.h" -/* for php_get_current_user() */ -#include "ext/standard/basic_functions.h" - /*--------------------------------------------------------------------*/ |
