Joe Watkins
|
c0b73c82af
|
Merge branch 'PHP-7.2'
* PHP-7.2:
date module, replacing abs call with the llabs's like one due to bigger type
|
2017-11-07 05:27:38 +00:00 |
|
David Carlier
|
c189845951
|
date module, replacing abs call with the llabs's like one due to bigger type
|
2017-11-07 05:27:27 +00:00 |
|
Sammy Kaye Powers
|
98d6d1189c
|
Remove decade-old commented-out code
|
2017-10-31 14:46:16 +00:00 |
|
Anatol Belski
|
65f610bd9f
|
Merge branch 'PHP-7.2'
* PHP-7.2:
Fix array access on undeclared properties in DateInterval
|
2017-10-09 15:40:00 +02:00 |
|
Anatol Belski
|
611d117b24
|
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
Fix array access on undeclared properties in DateInterval
|
2017-10-09 15:38:37 +02:00 |
|
Anatol Belski
|
d8881f4eb4
|
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Fix array access on undeclared properties in DateInterval
|
2017-10-09 15:38:21 +02:00 |
|
Anatol Belski
|
f48abfa902
|
Fix array access on undeclared properties in DateInterval
|
2017-10-09 15:35:38 +02:00 |
|
Joe Watkins
|
a4da53a654
|
Merge branch 'PHP-7.2'
* PHP-7.2:
fix bug #75222 DateInterval microseconds property always 0
|
2017-09-27 06:24:46 +01:00 |
|
jhdxr
|
7deb561f75
|
fix bug #75222 DateInterval microseconds property always 0
|
2017-09-27 06:23:42 +01:00 |
|
Xinchen Hui
|
ff6f41c94e
|
Narrow typeinfos down for zend_parse_paramenters_none
|
2017-09-12 11:25:21 +08:00 |
|
Derick Rethans
|
db6510884c
|
Merge branch 'PHP-7.2'
|
2017-09-04 22:45:43 +01:00 |
|
Derick Rethans
|
c0383b5039
|
Upgrade timelib to 2017.05beta9
|
2017-09-04 22:45:34 +01:00 |
|
Michael Moravec
|
d9d13aba58
|
Added method DateTime::createFromImmutable()
|
2017-08-25 22:20:43 +02:00 |
|
Remi Collet
|
f4792750a5
|
timelib now have a function for this, use it
|
2017-08-22 12:55:13 +02:00 |
|
Derick Rethans
|
7121b8d0a2
|
Do the revert properly, and put back fraction support in 7.1
|
2017-08-16 15:59:56 +01:00 |
|
Derick Rethans
|
547f9fd389
|
Merge branch 'PHP-7.0' into PHP-7.1
|
2017-08-16 15:20:45 +01:00 |
|
Derick Rethans
|
60a6feed07
|
Revert "Upgrade timelib to 2017.05beta7"
This reverts commit bdd56f3107 .
|
2017-08-16 15:19:18 +01:00 |
|
Derick Rethans
|
e92a4891aa
|
Merge branch 'PHP-7.1' into PHP-7.2
|
2017-08-16 09:51:36 +01:00 |
|
Derick Rethans
|
4dc8f4f9d1
|
Merge branch 'PHP-7.0' into PHP-7.1
|
2017-08-16 09:51:28 +01:00 |
|
Derick Rethans
|
7829f9b1d2
|
Added timelib version to phpinfo()
|
2017-08-16 09:51:21 +01:00 |
|
Derick Rethans
|
a063d55395
|
Merge branch 'PHP-7.1' into PHP-7.2
|
2017-08-15 15:07:24 +01:00 |
|
Derick Rethans
|
584db6f38f
|
Merged PHP-7.0 by hand due to conflicts.
|
2017-08-15 15:06:18 +01:00 |
|
Derick Rethans
|
bdd56f3107
|
Upgrade timelib to 2017.05beta7
|
2017-08-15 14:10:23 +01:00 |
|
Anatol Belski
|
b4bce59fe9
|
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1:
Fixed bug #75002 Null Pointer Dereference in timelib_time_clone
|
2017-08-02 16:42:20 +02:00 |
|
Anatol Belski
|
1fdc518971
|
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Fixed bug #75002 Null Pointer Dereference in timelib_time_clone
|
2017-08-02 16:41:48 +02:00 |
|
Derick Rethans
|
b112d09013
|
Fixed bug #75002 Null Pointer Dereference in timelib_time_clone
|
2017-08-02 16:40:48 +02:00 |
|
Joe Watkins
|
bad55a72ab
|
Merge branch 'PHP-7.1'
* PHP-7.1:
Fixed bug #74852 (property_exists returns true on unknown DateInterval property)
|
2017-07-10 06:54:24 +01:00 |
|
Joe Watkins
|
ccd0ff3ac4
|
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Fixed bug #74852 (property_exists returns true on unknown DateInterval property)
|
2017-07-10 06:53:59 +01:00 |
|
jhdxr
|
5cf54f6073
|
Fixed bug #74852 (property_exists returns true on unknown DateInterval property)
|
2017-07-10 06:53:22 +01:00 |
|
Michael Moravec
|
637714cdaa
|
Implemented FR #71520
Adding the DateTime constants to the DateTimeInterface interface.
|
2017-06-03 00:54:34 +02:00 |
|
Niklas Keller
|
f2e7cdb8b7
|
Fix bug #55407
This reverts commit b148c50f48 and
reintroduces the fix for bug #55407.
With https://wiki.php.net/rfc/parameter-no-type-variance being
implemented now, it's no longer a BC break.
|
2017-06-03 00:11:03 +02:00 |
|
Joe Watkins
|
a6b9cf0250
|
Merge branch 'PHP-7.1'
* PHP-7.1:
Fixed #74639 - Added proper clone functionality for DatePeriod and DateInterval
|
2017-06-01 08:07:53 +01:00 |
|
andrewnester
|
48598a2302
|
Fixed #74639 - Added proper clone functionality for DatePeriod and DateInterval
|
2017-06-01 08:07:11 +01:00 |
|
Joe Watkins
|
54820aa8de
|
Merge branch 'PHP-7.1'
* PHP-7.1:
Fixed bug #74080 Add datetime constant for RFC7231
|
2017-04-17 08:09:55 +01:00 |
|
Joe Watkins
|
bc3c9a06e0
|
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Fixed bug #74080 Add datetime constant for RFC7231
|
2017-04-17 08:09:24 +01:00 |
|
Craig Duncan
|
618d97962a
|
Fixed bug #74080 Add datetime constant for RFC7231
|
2017-04-17 08:08:54 +01:00 |
|
Joe Watkins
|
67ef80d34b
|
Merge branch 'PHP-7.1'
* PHP-7.1:
Fixed bug #74404 (wrong reflection on DateTimeZone::getTransitions)
|
2017-04-10 12:50:13 +01:00 |
|
Joe Watkins
|
6a84762816
|
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Fixed bug #74404 (wrong reflection on DateTimeZone::getTransitions)
|
2017-04-10 12:49:44 +01:00 |
|
Joe Watkins
|
d9e2f80375
|
Fixed bug #74404 (wrong reflection on DateTimeZone::getTransitions)
|
2017-04-10 12:48:51 +01:00 |
|
Derick Rethans
|
7ba7a79039
|
Merge branch 'PHP-7.1'
|
2017-03-20 17:49:34 +00:00 |
|
Derick Rethans
|
2b7c3831cd
|
Fix for #73837: "new DateTime()" with a cast to double
|
2017-03-20 17:48:15 +00:00 |
|
Nikita Popov
|
065b3700b6
|
Merge branch 'PHP-7.1'
|
2017-03-09 16:45:40 +01:00 |
|
Nikita Popov
|
6635639b75
|
Merge branch 'PHP-7.0' into PHP-7.1
|
2017-03-09 16:45:28 +01:00 |
|
mcq8
|
b224e74267
|
Fixed bug #72096 Swatch time value incorrect for dates before 1970
|
2017-03-09 16:44:02 +01:00 |
|
Derick Rethans
|
eb1f4e0210
|
Merge branch 'PHP-7.1'
|
2017-02-11 11:10:17 +00:00 |
|
Derick Rethans
|
5113909259
|
Fixed bug #73837 ("new DateTime()" sometimes returns 1 second ago value).
|
2017-02-11 11:10:01 +00:00 |
|
Sammy Kaye Powers
|
dac6c639bb
|
Update copyright headers to 2017
|
2017-01-04 11:23:42 -06:00 |
|
Sammy Kaye Powers
|
478f119ab9
|
Update copyright headers to 2017
|
2017-01-04 11:14:55 -06:00 |
|
Sammy Kaye Powers
|
9e29f841ce
|
Update copyright headers to 2017
|
2017-01-02 09:30:12 -06:00 |
|
Sara Golemon
|
85e88d1d6e
|
Use new params API for throwable constructors in date
|
2016-12-29 18:26:27 -08:00 |
|