summaryrefslogtreecommitdiff
path: root/ext/date/php_date.h
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2015-04-01 12:48:08 -0700
committerStanislav Malyshev <stas@php.net>2015-04-01 12:49:25 -0700
commit2d9399af3514189375f34610acc33a34de44d772 (patch)
treeda7519332b5e8060d6ae7c16ce09ef1cc88b4e55 /ext/date/php_date.h
parent978128b446f5f45816495fac4c5361a28621cd25 (diff)
downloadphp-git-2d9399af3514189375f34610acc33a34de44d772.tar.gz
Revert "Merge branch 'PHP-5.5' into PHP-5.6"
This reverts commit aa22e80b1af500e5d6cdc0f7783537a768d0e373, reversing changes made to 3e7f47cb039fd8803776eaf2899d576c503cdb63. Conflicts: ext/date/php_date.c
Diffstat (limited to 'ext/date/php_date.h')
-rw-r--r--ext/date/php_date.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/date/php_date.h b/ext/date/php_date.h
index d599e8fb37..34b8a8ebd3 100644
--- a/ext/date/php_date.h
+++ b/ext/date/php_date.h
@@ -50,7 +50,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);