diff options
| author | Gustavo André dos Santos Lopes <cataphract@php.net> | 2012-06-01 17:17:35 +0200 |
|---|---|---|
| committer | Gustavo André dos Santos Lopes <cataphract@php.net> | 2012-06-03 23:39:34 +0200 |
| commit | 72beff0d414ef45c06f118f7f60d5cd194c6a013 (patch) | |
| tree | 04545ca96342c7708313fe8074f4282048799ac8 /ext/intl/timezone/timezone_methods.h | |
| parent | f3802db7a087d056ae1a0804ea0f7b503dd9c9a3 (diff) | |
| download | php-git-72beff0d414ef45c06f118f7f60d5cd194c6a013.tar.gz | |
Added private constructor to IntlTimeZone.
Diffstat (limited to 'ext/intl/timezone/timezone_methods.h')
| -rw-r--r-- | ext/intl/timezone/timezone_methods.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/intl/timezone/timezone_methods.h b/ext/intl/timezone/timezone_methods.h index 824f72a0d2..e153418ea7 100644 --- a/ext/intl/timezone/timezone_methods.h +++ b/ext/intl/timezone/timezone_methods.h @@ -19,6 +19,8 @@ #include <php.h> +PHP_METHOD(IntlTimeZone, __construct) + PHP_FUNCTION(intltz_create_time_zone); PHP_FUNCTION(intltz_from_date_time_zone); |
