diff options
| -rw-r--r-- | xpass.stub.php | 1 | ||||
| -rw-r--r-- | xpass_arginfo.h | 2 | 
2 files changed, 2 insertions, 1 deletions
diff --git a/xpass.stub.php b/xpass.stub.php index 4038b41..d8f43d1 100644 --- a/xpass.stub.php +++ b/xpass.stub.php @@ -2,6 +2,7 @@  /** @generate-class-entries */ +  /* use XPASS prefix to avoid conflicts with standard constants */  /** @var string */ diff --git a/xpass_arginfo.h b/xpass_arginfo.h index dcd9a50..b730bc0 100644 --- a/xpass_arginfo.h +++ b/xpass_arginfo.h @@ -1,5 +1,5 @@  /* This is a generated file, edit the .stub.php file instead. - * Stub hash: 6a2b53f488db292839749c125a6d81f89316e9c9 */ + * Stub hash: db002b549531b275130c17883ff9810fb13017b1 */  ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_crypt_gensalt, 0, 0, IS_STRING, 1)  	ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, salt, IS_STRING, 1, "null")  | 
