mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
compile out example plugin in a release build
This commit is contained in:
parent
263b37bee1
commit
da96aa848f
3 changed files with 5 additions and 3 deletions
|
@ -26,7 +26,7 @@
|
|||
#include "mysqlnd_debug.h"
|
||||
|
||||
/*--------------------------------------------------------------------*/
|
||||
|
||||
#if defined(MYSQLND_DBG_ENABLED) && MYSQLND_DBG_ENABLED == 1
|
||||
static enum_func_status mysqlnd_example_plugin_end(void * p TSRMLS_DC);
|
||||
|
||||
static MYSQLND_STATS * mysqlnd_plugin_example_stats = NULL;
|
||||
|
@ -87,7 +87,7 @@ mysqlnd_example_plugin_register(TSRMLS_D)
|
|||
mysqlnd_plugin_register_ex((struct st_mysqlnd_plugin_header *) &mysqlnd_example_plugin TSRMLS_CC);
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
#endif /* defined(MYSQLND_DBG_ENABLED) && MYSQLND_DBG_ENABLED == 1 */
|
||||
/*--------------------------------------------------------------------*/
|
||||
|
||||
static HashTable mysqlnd_registered_plugins;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue