diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-06-26 11:24:36 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-06-26 11:24:36 +0200 |
commit | dfb3914823d97b63bff53afd7ec05b358ce6823a (patch) | |
tree | 04ac045b388af4629011ba82da88921199e0ed86 /0017-data-reference-for-php-5.5-date-immutable.patch | |
parent | 96f12ac79a75554e18147268371082a9850729a2 (diff) |
php-bartlett-PHP-CompatInfo: 2.18.0 (PHP 5.5 support)
Diffstat (limited to '0017-data-reference-for-php-5.5-date-immutable.patch')
-rw-r--r-- | 0017-data-reference-for-php-5.5-date-immutable.patch | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/0017-data-reference-for-php-5.5-date-immutable.patch b/0017-data-reference-for-php-5.5-date-immutable.patch deleted file mode 100644 index 62654fb..0000000 --- a/0017-data-reference-for-php-5.5-date-immutable.patch +++ /dev/null @@ -1,34 +0,0 @@ -From bbcf29cd267f86f60ce04048f7afd137a7f7a8dd Mon Sep 17 00:00:00 2001 -From: Remi Collet <fedora@famillecollet.com> -Date: Thu, 17 Jan 2013 20:51:52 +0100 -Subject: [PATCH 17/17] data reference for php 5.5 (date immutable) - ---- - PHP/CompatInfo/Reference/date.php | 4 ++++ - 1 file changed, 4 insertions(+) - -diff --git a/PHP/CompatInfo/Reference/date.php b/PHP/CompatInfo/Reference/date.php -index 600789c..1e84586 100644 ---- a/PHP/CompatInfo/Reference/date.php -+++ b/PHP/CompatInfo/Reference/date.php -@@ -79,6 +79,7 @@ class PHP_CompatInfo_Reference_Date - 'DatePeriod' => array('5.3.0', ''), - 'DateTime' => array('5.2.0', ''), - 'DateTimeZone' => array('5.2.0', ''), -+ 'DateTimeImmutable' => array('5.5.0-dev', ''), - ); - $this->applyFilter($release, $items, $classes); - -@@ -110,6 +111,9 @@ class PHP_CompatInfo_Reference_Date - 'date_add' => array('5.3.0', ''), - 'date_create' => array('5.2.0', ''), - 'date_create_from_format' => array('5.3.0', ''), -+ 'date_create_immutable' => array('5.5.0-dev', ''), -+ 'date_create_immutable_from_format' -+ => array('5.5.0-dev', ''), - 'date_date_set' => array('5.2.0', ''), - 'date_default_timezone_get' => array('5.1.0', ''), - 'date_default_timezone_set' => array('5.1.0', ''), --- -1.7.11.7 - |