mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Update and fix remaining year ranges (2019)
This patch follows previous license year ranges updates. With new approach source code files now have simplified headers with license information without year ranges.
This commit is contained in:
parent
c0ce258b53
commit
c245898bfa
104 changed files with 121 additions and 122 deletions
|
@ -2,7 +2,7 @@
|
|||
+----------------------------------------------------------------------+
|
||||
| PHP Version 7 |
|
||||
+----------------------------------------------------------------------+
|
||||
| Copyright (c) 2006-2018 The PHP Group |
|
||||
| Copyright (c) The PHP Group |
|
||||
+----------------------------------------------------------------------+
|
||||
| This source file is subject to version 3.01 of the PHP license, |
|
||||
| that is bundled with this package in the file LICENSE, and is |
|
||||
|
@ -1383,7 +1383,7 @@ typedef zend_uchar * (*func_auth_plugin__get_auth_data)(struct st_mysqlnd_authen
|
|||
const MYSQLND_PFC_DATA * const pfc_data, const zend_ulong mysql_flags
|
||||
);
|
||||
|
||||
typedef void (*func_auth_plugin__handle_server_response)(struct st_mysqlnd_authentication_plugin * self,
|
||||
typedef void (*func_auth_plugin__handle_server_response)(struct st_mysqlnd_authentication_plugin * self,
|
||||
MYSQLND_CONN_DATA * conn,
|
||||
const zend_uchar * auth_plugin_data, size_t auth_plugin_data_len,
|
||||
const char * const passwd,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue