mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +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
|
@ -29,6 +29,7 @@
|
|||
#include "ext/standard/info.h"
|
||||
#include "ext/session/php_session.h"
|
||||
#include "zend_exceptions.h"
|
||||
#include "zend_attributes.h"
|
||||
#include "zend_operators.h"
|
||||
#include "ext/standard/php_dns.h"
|
||||
#include "ext/standard/php_uuencode.h"
|
||||
|
@ -292,7 +293,7 @@ PHP_MINIT_FUNCTION(basic) /* {{{ */
|
|||
# endif
|
||||
#endif
|
||||
|
||||
register_basic_functions_consts(module_number);
|
||||
register_basic_functions_symbols(module_number);
|
||||
|
||||
php_ce_incomplete_class = register_class___PHP_Incomplete_Class();
|
||||
php_register_incomplete_class_handlers();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue