mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +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
|
@ -558,7 +558,7 @@ mysqlnd_sha256_get_rsa_key(MYSQLND_CONN_DATA * conn,
|
|||
}
|
||||
php_stream_free(stream, PHP_STREAM_FREE_CLOSE);
|
||||
}
|
||||
DBG_RETURN(ret)
|
||||
DBG_RETURN(ret);
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue