diff options
| author | Michael Wallner <mike@php.net> | 2006-07-19 12:25:46 +0000 |
|---|---|---|
| committer | Michael Wallner <mike@php.net> | 2006-07-19 12:25:46 +0000 |
| commit | 46f21b8a321b5f30c138c52c33717ef41fde52c0 (patch) | |
| tree | 8a217b8d22fb3e268986102fd6b1b55deb3d43bd /main/php_globals.h | |
| parent | f7c99da2fead2169a581ea0a6850e3157a5276cc (diff) | |
| download | php-git-46f21b8a321b5f30c138c52c33717ef41fde52c0.tar.gz | |
MFH: added error_get_last() function
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 582a472277..d20ebb1ef7 100644 --- a/main/php_globals.h +++ b/main/php_globals.h @@ -142,6 +142,7 @@ struct _php_core_globals { zend_bool always_populate_raw_post_data; zend_bool report_zend_debug; + int last_error_type; char *last_error_message; char *last_error_file; int last_error_lineno; |
