History log of /PHP-8.3/ext/date/php_date.c (Results 201 – 225 of 764)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# e72e537d 17-Feb-2018 Anatol Belski

Reduce var scope


Revision tags: php-7.2.3RC1
# 17164bcf 14-Feb-2018 Remi Collet

factorization of duplicated code


# 528bc00d 14-Feb-2018 Remi Collet

Fix timezone var_dump from 51f2a5803fa4f09e212fed4b14ab8b4a003d4ef5


Revision tags: php-7.1.15RC1
# 51f2a580 11-Feb-2018 CHU Zhaowei

Fixed bug #68406 calling var_dump on a DateTimeZone object modifies it


# 766271a1 08-Feb-2018 CHU Zhaowei

fix #68406


Revision tags: php-7.1.14, php-7.2.2, php-7.1.14RC1, php-7.2.2RC1, php-7.1.13, php-5.6.33, php-7.2.1, php-7.0.27, php-7.2.1RC1, php-7.1.13RC1, php-7.0.27RC1, php-7.2.0, php-7.1.12, l, php-7.1.12RC1, php-7.2.0RC6, php-7.0.26RC1, php-7.1.11, php-5.6.32, php-7.2.0RC5, php-7.0.25, php-7.1.11RC1, php-7.2.0RC4, php-7.0.25RC1, php-7.1.10, php-7.2.0RC3, php-7.0.24
# 070211b3 21-Sep-2017 jhdxr

Fixed bug #68406 calling var_dump on a DateTimeZone object modifies it


# f7069371 08-Feb-2018 Gabriel Caruso

Fix #75857: Timezone gets truncated when formatted

Use sizeof buffer instead of hard-coded lenghts


# fddd7e38 07-Feb-2018 Pedro Lacerda

Fixed bug #75928


# bdb8b4fb 25-Jan-2018 Gabriel Caruso

Fix DateTime*::__set_state arginfo

This is a minor BC break, because classes inheriting from DateTime and
overriding __set_state() now have to specify the additional parameter
as wel

Fix DateTime*::__set_state arginfo

This is a minor BC break, because classes inheriting from DateTime and
overriding __set_state() now have to specify the additional parameter
as well. However, adding the additional parameter also continues to
work on previous versions of PHP, so this change is acceptable for
master.

show more ...


# 6e94f943 18-Dec-2017 David Carlier

Avoid abs() type mismatch warnings

timelib_time z field was mistakenly promoted to 64 bits types in
one place. Otherwise silence warning with explicit cast down to int.


# 64002648 31-Dec-2017 Gabriel Caruso

Trailing whitespaces

Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com>


# a6519d05 02-Jan-2018 Xinchen Hui

year++


# 7a7ec01a 02-Jan-2018 Xinchen Hui

year++


# ccd4716e 02-Jan-2018 Xinchen Hui

year++


# 83e495e0 14-Dec-2017 Dmitry Stogov

Move constants into read-only data segment


# 9e709e2f 14-Dec-2017 Dmitry Stogov

Move constants into read-only data segment


# 1db84022 14-Dec-2017 Dmitry Stogov

Move zend_object_iterator_funcs structures into read-only data segment


# 6a9d2b21 07-Dec-2017 Dmitry Stogov

Cleanup type conversion


# dcdd4abd 25-Nov-2017 Nikita Popov

Make sure properties are initialized before cloning

Now that they are not memset, they need to be explicitly intialized,
as zend_objects_clone_members() destroys the old property values

Make sure properties are initialized before cloning

Now that they are not memset, they need to be explicitly intialized,
as zend_objects_clone_members() destroys the old property values
first.

show more ...


# b72b1a4e 25-Nov-2017 Nikita Popov

Add zend_object_alloc() API

Using ecalloc() to create objects is expensive, because the
dynamic-size memset() is unreasonably slow. Make sure we only
zero the main object structure w

Add zend_object_alloc() API

Using ecalloc() to create objects is expensive, because the
dynamic-size memset() is unreasonably slow. Make sure we only
zero the main object structure with known size, as the properties
are intialized separately anyway.

Technically we do not need to zero the embedded zend_object
structure either, but as long as the memset argument is constant,
a couple more bytes don't really matter.

show more ...


# c57a2dcc 17-Nov-2017 Anatol Belski

Use appropriate macro


# 95bfbeee 17-Nov-2017 Anatol Belski

Remove useless condition


# ccc12b82 16-Nov-2017 Dmitry Stogov

Avoid unnecessary reference-counting on strings.


# 466a34d6 07-Nov-2017 Derick Rethans

Revert "date module, replacing abs call with the llabs's like one due to bigger type"

This reverts commit c189845951ad40dcb85105320829aeb4cbd82d58.


# c1898459 04-Nov-2017 David Carlier

date module, replacing abs call with the llabs's like one due to bigger type


12345678910>>...31