diff options
Diffstat (limited to 'ext/mysqlnd/mysqlnd_ps_codec.c')
| -rw-r--r-- | ext/mysqlnd/mysqlnd_ps_codec.c | 6 | 
1 files changed, 2 insertions, 4 deletions
diff --git a/ext/mysqlnd/mysqlnd_ps_codec.c b/ext/mysqlnd/mysqlnd_ps_codec.c index 081483d835..d989101060 100644 --- a/ext/mysqlnd/mysqlnd_ps_codec.c +++ b/ext/mysqlnd/mysqlnd_ps_codec.c @@ -12,13 +12,11 @@    | obtain it through the world-wide-web, please send a note to          |    | license@php.net so we can mail you a copy immediately.               |    +----------------------------------------------------------------------+ -  | Authors: Andrey Hristov <andrey@mysql.com>                           | -  |          Ulf Wendel <uwendel@mysql.com>                              | -  |          Georg Richter <georg@mysql.com>                             | +  | Authors: Andrey Hristov <andrey@php.net>                             | +  |          Ulf Wendel <uw@php.net>                                     |    +----------------------------------------------------------------------+  */ -/* $Id$ */  #include "php.h"  #include "mysqlnd.h"  #include "mysqlnd_wireprotocol.h"  | 
