File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ static struct st_mysqlnd_typeii_plugin_example mysqlnd_example_plugin =
65
65
};
66
66
67
67
68
- /* {{{ mysqlnd_plugin_subsystem_init */
68
+ /* {{{ mysqlnd_example_plugin_end */
69
69
static
70
70
enum_func_status mysqlnd_example_plugin_end (void * p TSRMLS_DC )
71
71
{
@@ -78,7 +78,7 @@ enum_func_status mysqlnd_example_plugin_end(void * p TSRMLS_DC)
78
78
/* }}} */
79
79
80
80
81
- /* {{{ mysqlnd_plugin_subsystem_init */
81
+ /* {{{ mysqlnd_example_plugin_register */
82
82
void
83
83
mysqlnd_example_plugin_register (TSRMLS_D )
84
84
{
@@ -104,7 +104,7 @@ mysqlnd_plugin_subsystem_init(TSRMLS_D)
104
104
/* }}} */
105
105
106
106
107
- /* {{{ mysqlnd_plugin_subsystem_init */
107
+ /* {{{ mysqlnd_plugin_end_apply_func */
108
108
int
109
109
mysqlnd_plugin_end_apply_func (void * pDest TSRMLS_DC )
110
110
{
@@ -136,7 +136,7 @@ PHPAPI unsigned int mysqlnd_plugin_register()
136
136
/* }}} */
137
137
138
138
139
- /* {{{ mysqlnd_plugin_register */
139
+ /* {{{ mysqlnd_plugin_register_ex */
140
140
PHPAPI unsigned int mysqlnd_plugin_register_ex (struct st_mysqlnd_plugin_header * plugin TSRMLS_DC )
141
141
{
142
142
if (plugin ) {
You can’t perform that action at this time.
0 commit comments