diff options
author | Derick Rethans <derick@php.net> | 2001-11-26 21:04:21 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2001-11-26 21:04:21 +0000 |
commit | 06cdf297a8802e59ae8947e66022ba6fa240ea0f (patch) | |
tree | d5469d7364793aa41177926edf7970f238ce6038 /main/php_globals.h | |
parent | b91a66699cba1aabc63ba381fc7e31ff402ceffb (diff) | |
download | php-git-06cdf297a8802e59ae8947e66022ba6fa240ea0f.tar.gz |
- Adding a callback mechanism to the unserializer. (patch by Bernd
Roemer <berndr@bonn.edu>)
#- An explainatory e-mail will be send to php-dev
Diffstat (limited to 'main/php_globals.h')
-rw-r--r-- | main/php_globals.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/php_globals.h b/main/php_globals.h index e1caa6eaf3..fdb92900e5 100644 --- a/main/php_globals.h +++ b/main/php_globals.h @@ -66,6 +66,8 @@ struct _php_core_globals { char *output_handler; + char *unserialize_callback_func; + char *safe_mode_exec_dir; long memory_limit; |