diff options
author | Zeev Suraski <zeev@php.net> | 1999-04-08 23:14:56 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-04-08 23:14:56 +0000 |
commit | 3edb99e8acc3f2c720f7f8d490b9535b6e6b67a5 (patch) | |
tree | 505ec811c34c55a61ea99e63a9d6d00d7c40c5f9 /main/php_ini.h | |
parent | 6a97e1662d03241806ced106ad864e57ef99b89f (diff) | |
download | php-git-3edb99e8acc3f2c720f7f8d490b9535b6e6b67a5.tar.gz |
Type library support in COM module
Diffstat (limited to 'main/php_ini.h')
-rw-r--r-- | main/php_ini.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php_ini.h b/main/php_ini.h index 38c6c7a771..d4cf1eada2 100644 --- a/main/php_ini.h +++ b/main/php_ini.h @@ -15,7 +15,7 @@ struct _php_ini_entry { int modifyable; char *name; uint name_length; - int (*on_modify)(php_ini_entry *entry, pval *new_value); + int (*on_modify)(php_ini_entry *entry, char *new_value, uint new_value_length); char *value; uint value_length; |