History log of /PHP-8.3/ext/date/php_date.c (Results 326 – 350 of 792)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 2d9399af 01-Apr-2015 Stanislav Malyshev

Revert "Merge branch 'PHP-5.5' into PHP-5.6"

This reverts commit aa22e80b1af500e5d6cdc0f7783537a768d0e373, reversing
changes made to 3e7f47cb039fd8803776eaf2899d576c503cdb63.

Co

Revert "Merge branch 'PHP-5.5' into PHP-5.6"

This reverts commit aa22e80b1af500e5d6cdc0f7783537a768d0e373, reversing
changes made to 3e7f47cb039fd8803776eaf2899d576c503cdb63.

Conflicts:
ext/date/php_date.c

show more ...


Revision tags: php-5.6.8RC1
# 30123005 31-Mar-2015 Derick Rethans

Fixed bug #69336 (Issues with "last day of <monthname>").


# ffbd380e 31-Mar-2015 Derick Rethans

Fixed bug #69336 (Issues with "last day of <monthname>").


Revision tags: php-5.5.24RC1
# 1018f462 30-Mar-2015 Dmitry Stogov

Patch improvement:

Removed the corresponding core code.
Fixed ext/com_dotnet and ext/date.
Refactored ext/intl changes.
Improved ext/fileinfo and ext/pdo changes.
Fixed tests.


# 75e86b44 29-Mar-2015 Kalle Sommer Nielsen

Drop this redundant check, since the minimum version of VC we support is VC11 (_MSC_VER == 1700) in ext/date


# ec89c850 23-Mar-2015 Anatol Belski

cleaning up the version macros


# 57f835e1 23-Mar-2015 Stanislav Malyshev

oops, forgot TSRMLS_CC


Revision tags: php-5.6.7, php-5.5.23, php-5.4.39, php-5.6.7RC1, php-5.5.23RC1
# c2e22556 05-Mar-2015 Trevor Suarez

Adding a new `createFromImmutable` method to the `DateTime` class to mirror the current `DateTime::createFromMutable()`


# d146d150 19-Mar-2015 Dmitry Stogov

Optimize zend_string_realloc() add more specialized versions zend_string_extend() and zend_string_truncate()


# 86336856 12-Mar-2015 Dmitry Stogov

Use specialized macro for string zval creation


# 98c6567e 11-Mar-2015 Trevor Suarez

Putting whitespace back to the way it was.


# 42660f3d 05-Mar-2015 Trevor Suarez

Adding a new `createFromImmutable` method to the
`DateTime` class to mirror the current `DateTime::createFromMutable()`


Revision tags: POST_PHP7_EREG_MYSQL_REMOVALS, PRE_PHP7_EREG_MYSQL_REMOVALS
# 1359dfd1 28-Feb-2015 Reeze Xia

Revert mktime()/gmmktime()'s arginfo

$is_dst parameter has been removed in commit: 9c5eaac18b65038cc377c7335b32889b892cf1fc


# f824f91a 28-Feb-2015 Reeze Xia

Fixed bug #69141 Missing arguments in reflection info for some builtin functions

This include:

- setcookie (missing "httponly")
- setrawcookie (missing "httponly")
- spl_aut

Fixed bug #69141 Missing arguments in reflection info for some builtin functions

This include:

- setcookie (missing "httponly")
- setrawcookie (missing "httponly")
- spl_autoload_register (missing 2 optional params)
- mktime (missing "is_dst")
- gmmktime (missing "is_dst")

show more ...


Revision tags: php-5.6.6, php-5.5.22, php-5.4.38, POST_PHP7_REMOVALS, PRE_PHP7_REMOVALS, php-5.6.6RC1, php-5.5.22RC1
# b22caa81 27-Jan-2015 Bob Weinand

Remove useless date warning


# e441d71b 27-Feb-2015 Taoguang Chen

fix bug#68942's patch

Fix type confusion bug in unserialize() with DateTimeZone. https://bugs.php.net/bug.php?id=68942


# e6819794 19-Feb-2015 Mariano Iglesias

Adding 'v' formatting to DateTime::format(), and adding constant DateTime::RFC3339_EXTENDED to output datetime using the RFC3339 extended format (aka ISO8601 extended format)


# 21372505 17-Feb-2015 Stanislav Malyshev

fix TS build


# 625ab10f 17-Feb-2015 Stanislav Malyshev

Fix bug #68942 (Use after free vulnerability in unserialize() with DateTimeZone)


# 29a4e710 17-Feb-2015 Stanislav Malyshev

Fix bug #68942 (Use after free vulnerability in unserialize() with DateTimeZone)


# 7b189818 01-Feb-2015 Stanislav Malyshev

Fix bug #68942 (Use after free vulnerability in unserialize() with DateTimeZone)

Conflicts:
ext/date/php_date.c


# f51b73c8 04-Feb-2015 Julien Pauli

Revert "Fixed bug #55407 (Impossible to prototype DateTime::createFromFormat)"

This reverts commit 8e19705a93d785cd1ff8ba3a69699b00169fea47.


# 9e70d767 04-Feb-2015 Dmitry Stogov

Move zend_object->guards into additional slot of zend_object->properties_table[]. As result size of objects without __get/__set/__unset/__isset magic methods is reduced.


# aa5e34d7 30-Jan-2015 Anatol Belski

remove unused var


Revision tags: php-5.5.21, php-5.6.5
# 8e19705a 20-Jan-2015 Derick Rethans

Fixed bug #55407 (Impossible to prototype DateTime::createFromFormat)


1...<<11121314151617181920>>...32