diff options
author | Ilia Alshanetsky <iliaa@php.net> | 2003-05-08 01:23:21 +0000 |
---|---|---|
committer | Ilia Alshanetsky <iliaa@php.net> | 2003-05-08 01:23:21 +0000 |
commit | b20df54af7e3cbb016379b42be1f22d8b7ddbf9d (patch) | |
tree | 13c2f72ee80122292e0e00b27111dd461e268476 /main/php_globals.h | |
parent | 7a0efe828afde3d13f1deb8e1dc12ca2e1be12d6 (diff) | |
download | php-git-b20df54af7e3cbb016379b42be1f22d8b7ddbf9d.tar.gz |
Make serialize precision a configurable option.
Diffstat (limited to 'main/php_globals.h')
-rw-r--r-- | main/php_globals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/php_globals.h b/main/php_globals.h index 29c5103413..6665d93280 100644 --- a/main/php_globals.h +++ b/main/php_globals.h @@ -69,6 +69,7 @@ struct _php_core_globals { char *output_handler; char *unserialize_callback_func; + long serialize_precision; char *safe_mode_exec_dir; |