diff options
author | Stanislav Malyshev <stas@php.net> | 2015-04-01 12:50:40 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2015-04-01 12:50:40 -0700 |
commit | 4975019dd7077a83112b3ba1f7b4ddb9969da79b (patch) | |
tree | 6782dd9511800228795b99378ca576373a5df4c0 /ext/date/php_date.h | |
parent | ec760d8fffe7e6f56b458d477dd2dfdda73329ec (diff) | |
parent | 2d9399af3514189375f34610acc33a34de44d772 (diff) | |
download | php-git-4975019dd7077a83112b3ba1f7b4ddb9969da79b.tar.gz |
Merge branch 'PHP-5.6'
* PHP-5.6:
Revert "Merge branch 'PHP-5.5' into PHP-5.6"
Conflicts:
ext/date/php_date.c
ext/date/tests/DateTime_verify.phpt
Diffstat (limited to 'ext/date/php_date.h')
-rw-r--r-- | ext/date/php_date.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/date/php_date.h b/ext/date/php_date.h index e887093c39..a2f5261ee6 100644 --- a/ext/date/php_date.h +++ b/ext/date/php_date.h @@ -53,7 +53,6 @@ PHP_FUNCTION(getdate); PHP_METHOD(DateTime, __construct); PHP_METHOD(DateTime, __wakeup); PHP_METHOD(DateTime, __set_state); -PHP_METHOD(DateTime, createFromImmutable); PHP_FUNCTION(date_create); PHP_FUNCTION(date_create_immutable); PHP_FUNCTION(date_create_from_format); |