diff options
author | Xinchen Hui <laruence@php.net> | 2015-04-02 09:06:46 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2015-04-02 09:06:46 +0800 |
commit | 97123042a2520206bfedd1c2f95150297d626234 (patch) | |
tree | 97ded19a14a4b14f06349f3ab5a77742f8ab3f2a /ext/date/php_date.h | |
parent | 9433b33ac142502bd7e8a1210d6a0770c5317800 (diff) | |
parent | 9806a37a79f9e858c8ea54899942c9a681b98f29 (diff) | |
download | php-git-97123042a2520206bfedd1c2f95150297d626234.tar.gz |
Merge branch 'PHP-5.6' of https://git.php.net/repository/php-src into PHP-5.6
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 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); |