mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Add support for sensitive parameters in stubs
This commit is contained in:
parent
49951165f0
commit
debd38f851
27 changed files with 172 additions and 67 deletions
|
@ -32,6 +32,7 @@
|
|||
#include "zend_exceptions.h"
|
||||
#include "ext/spl/spl_exceptions.h"
|
||||
#include "zend_interfaces.h"
|
||||
#include "zend_attributes.h"
|
||||
#include "mysqli_arginfo.h"
|
||||
|
||||
ZEND_DECLARE_MODULE_GLOBALS(mysqli)
|
||||
|
@ -692,6 +693,8 @@ PHP_MINIT_FUNCTION(mysqli)
|
|||
REGISTER_BOOL_CONSTANT("MYSQLI_IS_MARIADB", 0, CONST_CS | CONST_PERSISTENT);
|
||||
#endif
|
||||
|
||||
register_mysqli_symbols(module_number, mysqli_link_class_entry);
|
||||
|
||||
mysqlnd_reverse_api_register_api(&mysqli_reverse_api);
|
||||
|
||||
return SUCCESS;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue