History log of /php-src/ext/date/php_date.c (Results 251 – 275 of 947)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 0cf7de1c 30-Jan-2019 Zeev Suraski

Remove yearly range from copyright notice

# 38c337f2 30-Jan-2019 Zeev Suraski

Remove year range from copyright notice

# e219ec14 07-Jan-2019 Nikita Popov

Implement typed properties

RFC: https://wiki.php.net/rfc/typed_properties_v2

This is a squash of PR #3734, which is a squash of PR #3313.

Co-authored-by: Bob Weinand <bobwe

Implement typed properties

RFC: https://wiki.php.net/rfc/typed_properties_v2

This is a squash of PR #3734, which is a squash of PR #3313.

Co-authored-by: Bob Weinand <bobwei9@hotmail.com>
Co-authored-by: Joe Watkins <krakjoe@php.net>
Co-authored-by: Dmitry Stogov <dmitry@zend.com>

show more ...

# e7e8112f 23-Dec-2018 Derick Rethans

Merge branch 'PHP-7.3'


# a9a084c0 23-Dec-2018 Derick Rethans

Update API use due to changes in timelib 2018.01RC3

# 0f7f1498 15-Nov-2018 Dmitry Stogov

Use ZEND_THIS macro to hide implementation details in extensions code.

# 8bda2259 14-Nov-2018 Dmitry Stogov

Eliminate useless $this related check

# c6ad0b92 13-Nov-2018 Dmitry Stogov

Replace getThis() by EX(This), when additional check is not necessary.

# 1270e500 04-Oct-2018 Nikita Popov

Migrate ext/date to get_properties_for where appropriate

This resolves the long-standing issue where var_dump
a DateTime (etc) object makes a number of additional properties
accessib

Migrate ext/date to get_properties_for where appropriate

This resolves the long-standing issue where var_dump
a DateTime (etc) object makes a number of additional properties
accessible, which may also change other behaviors as a side-effect.

show more ...

# a80456e7 08-Oct-2018 Christoph M. Becker

Merge branch 'PHP-7.3'

* PHP-7.3:
Fix #75851: Year component overflow with date formats "c", "o", "r" and "y"


# e68f60b0 08-Oct-2018 Christoph M. Becker

Merge branch 'PHP-7.2' into PHP-7.3

* PHP-7.2:
Fix #75851: Year component overflow with date formats "c", "o", "r" and "y"


# 1b97f291 08-Oct-2018 Christoph M. Becker

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
Fix #75851: Year component overflow with date formats "c", "o", "r" and "y"


# c097acd5 11-Jul-2018 Adam Saponara

Fix #75851: Year component overflow with date formats "c", "o", "r" and "y"

# 8939c4d9 05-Sep-2018 Dmitry Stogov

Get rid of ZEND_ACC_CTOR, ZEND_ACC_DTOR and ZEND_ACC_IMPLEMENTED_ABSTRACT

# 84b195d9 10-Aug-2018 Gabriel Caruso

Fix some misspellings

# 8d3f8ca1 03-Jul-2018 Peter Kokot

Remove unused Git attributes ident

The $Id$ keywords were used in Subversion where they can be substituted
with filename, last revision number change, last changed date, and last
use

Remove unused Git attributes ident

The $Id$ keywords were used in Subversion where they can be substituted
with filename, last revision number change, last changed date, and last
user who changed it.

In Git this functionality is different and can be done with Git attribute
ident. These need to be defined manually for each file in the
.gitattributes file and are afterwards replaced with 40-character
hexadecimal blob object name which is based only on the particular file
contents.

This patch simplifies handling of $Id$ keywords by removing them since
they are not used anymore.

show more ...

# 7d4e18b0 12-Jul-2018 Dmitry Stogov

Improved user iterator implementation to reduce zend_class_entry memory consumption and avoid race condition during resolving/caching of user iterator functions of internal classes in ZTS build.

# b6cc4d20 05-Jul-2018 Dmitry Stogov

Use zval_ptr_dtor() instead of zval_dtor() in internal functions that destroy new created object (This is safer and produces less code)

# 4a475a49 04-Jul-2018 Dmitry Stogov

Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized destructors.
zval_dtor() doesn't make a lot of sense in PHP-7.* and it's used incorrectly in some places.
Its occur

Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized destructors.
zval_dtor() doesn't make a lot of sense in PHP-7.* and it's used incorrectly in some places.
Its occurances should be replaced by zval_ptr_dtor() or zval_ptr_dtor_nogc(), or even more specialized destructors.

show more ...

# c9fc0095 12-Jun-2018 Anatol Belski

Merge branch 'PHP-7.2'

* PHP-7.2:
Fixed bug #76462 Undefined property: DateInterval::$f


# 5f119068 12-Jun-2018 Anatol Belski

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
Fixed bug #76462 Undefined property: DateInterval::$f


# 72128294 12-Jun-2018 Anatol Belski

Fixed bug #76462 Undefined property: DateInterval::$f

# befc518c 08-Jun-2018 Nikita Popov

Merge branch 'PHP-7.2'


# e0290192 08-Jun-2018 Nikita Popov

Deduplicate code using php_timezone_to_string()

Looks like this usage was overlooked when the function was
introduced.

# ad52ec3d 18-Feb-2018 David Carlier

cast to int to disable compilation warnings.

1...<<11121314151617181920>>...38