History log of /PHP-5.5/ext/date/php_date.c (Results 76 – 100 of 380)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# df97c3aa 05-Dec-2012 Dmitry Stogov

Use get_gc instead of hacks of get_properties


# fd650ec9 05-Dec-2012 Stanislav Malyshev

fix bug #63666 - Poor date() performance


# c2554b4b 01-Dec-2012 Remi Collet

Fixed Bug #63435 Datetime::format('u') sometimes wrong by 1 microsecond

When storing '015700' microseconds in a Datetime object,
Datetime::format('u') returns '015699'

Already k

Fixed Bug #63435 Datetime::format('u') sometimes wrong by 1 microsecond

When storing '015700' microseconds in a Datetime object,
Datetime::format('u') returns '015699'

Already known per bug45554 reproducer (also fixed).

show more ...


# e766f854 15-Sep-2012 Xinchen Hui

Revert "Fixed bug #62852 (Unserialize invalid DateTime causes crash)"

see: http://news.php.net/php.bugs/173451

This reverts commit 46a3f257724df7b85cc8c3e6374c36ed9ee783b4.


Revision tags: php-5.3.17, php-5.4.7
# f6000a01 11-Sep-2012 Xinchen Hui

Capitalize the warning message


# 79e6635c 11-Sep-2012 Xinchen Hui

Rearrange the codes, remove empty lines


# e06c47ca 11-Sep-2012 Simon Welsh

Provide a specific error message if date.timezone value is invalid.


Revision tags: php-5.4.7RC1
# 46a3f257 19-Aug-2012 Reeze Xia

Fixed bug #62852 (Unserialize invalid DateTime causes crash)


Revision tags: php-5.3.16, php-5.4.6, php-5.4.6RC1, php-5.4.5, php-5.3.15
# bcf5853e 10-Jul-2012 Xinchen Hui

Fixed Bug #62500 (Segfault in DateInterval class when extended)


# e3b9b1e6 08-Jul-2012 Xinchen Hui

Fixed Bug #62500 (Segfault in DateInterval class when extended)

This fix also fixed bug #62508 (Segfault while access a non-string
property of DateInterval object)


Revision tags: php-5.3.15RC1, php-5.4.5RC1
# b025b9d0 27-Jun-2012 Johannes Schlüter

Fix #62432 ReflectionMethod random corrupt memory on high concurrent

This fixes the same issue in multiple extensions. This isn't needed
in later branches as 5.4 introduced object_proper

Fix #62432 ReflectionMethod random corrupt memory on high concurrent

This fixes the same issue in multiple extensions. This isn't needed
in later branches as 5.4 introduced object_properties_init()

show more ...


Revision tags: php-5.3.14, php-5.4.4, php-5.3.14RC2, php-5.4.4RC2, php-5.3.14RC1, php-5.4.4RC1, php-5.3.13, php-5.4.3, php-5.4.2, php-5.3.12, php-5.3.11, php-5.4.1, php-5.3.11RC2, php-5.4.1RC2, php-5.3.11RC1, php-5.4.1RC1, PHP-5.4.1-RC1, php-5.4.0, php-5.4.0RC8, php-5.3.10, php-5.4.0RC7, php-5.4.0RC6, php-5.3.9, php-5.4.0RC5
# e4ca0ed0 01-Jan-2012 Felipe Pena

- Year++


# 8775a375 01-Jan-2012 Felipe Pena

- Year++


# 4e198252 01-Jan-2012 Felipe Pena

- Year++


Revision tags: php-5.3.9RC4, php-5.4.0RC4, php-5.3.9RC3, php-5.4.0RC3
# 4c9fad8b 06-Dec-2011 Derick Rethans

- Fixed bug #53502 (strtotime with timezone memory leak).
- Fixed bug #52062 (large timestamps with DateTime::getTimestamp and
DateTime::setTimestamp).
- Fixed bug #51994 (date_parse_fr

- Fixed bug #53502 (strtotime with timezone memory leak).
- Fixed bug #52062 (large timestamps with DateTime::getTimestamp and
DateTime::setTimestamp).
- Fixed bug #51994 (date_parse_from_format is parsing invalid date using 'yz'
format).
- Fixed bug #51223 (Seg fault while creating (by unserialization)
DatePeriod).

show more ...


# ac631dd5 06-Dec-2011 Derick Rethans

- Fixed bug #53502 (strtotime with timezone memory leak).
- Fixed bug #52062 (large timestamps with DateTime::getTimestamp and
DateTime::setTimestamp).
- Fixed bug #51994 (date_parse_fr

- Fixed bug #53502 (strtotime with timezone memory leak).
- Fixed bug #52062 (large timestamps with DateTime::getTimestamp and
DateTime::setTimestamp).
- Fixed bug #51994 (date_parse_from_format is parsing invalid date using 'yz'
format).
- Fixed bug #51223 (Seg fault while creating (by unserialization)
DatePeriod).

show more ...


# 5b2ce47f 06-Dec-2011 Derick Rethans

- Fixed bug #53502 (strtotime with timezone memory leak).
- Fixed bug #52062 (large timestamps with DateTime::getTimestamp and
DateTime::setTimestamp).
- Fixed bug #51994 (date_parse_fr

- Fixed bug #53502 (strtotime with timezone memory leak).
- Fixed bug #52062 (large timestamps with DateTime::getTimestamp and
DateTime::setTimestamp).
- Fixed bug #51994 (date_parse_from_format is parsing invalid date using 'yz'
format).
- Fixed bug #51223 (Seg fault while creating (by unserialization)
DatePeriod).

show more ...


Revision tags: php-5.3.9RC2, php-5.4.0RC2, php-5.4.0RC1, php-5.3.9RC1, php-5.4.0beta2, php-5.4.0beta1
# 37d10389 13-Sep-2011 Derick Rethans

- Removed support for putenv("TZ=..") for setting the timezone.
- Removed the timezone guessing algorithm in case the timezone isn't set with
date.timezone or date_default_timezone_set(). I

- Removed support for putenv("TZ=..") for setting the timezone.
- Removed the timezone guessing algorithm in case the timezone isn't set with
date.timezone or date_default_timezone_set(). Instead of a guessed timezone,
"UTC" is now used instead.

show more ...


# 58daa3fd 13-Sep-2011 Derick Rethans

- Removed support for putenv("TZ=..") for setting the timezone.
- Removed the timezone guessing algorithm in case the timezone isn't set with
date.timezone or date_default_timezone_set(). I

- Removed support for putenv("TZ=..") for setting the timezone.
- Removed the timezone guessing algorithm in case the timezone isn't set with
date.timezone or date_default_timezone_set(). Instead of a guessed timezone,
"UTC" is now used instead.

show more ...


# f41105f5 30-Aug-2011 Hannes Magnusson

Fixed bug#48476


# a84c667e 30-Aug-2011 Hannes Magnusson

Fixed bug#48476


# a6e5d309 30-Aug-2011 Hannes Magnusson

Fixed bug#48476


Revision tags: yaf-2.1.0, php-5.3.8, php-5.3.7, php-5.3.7RC5
# 04b575f4 07-Aug-2011 Gwynne Raskind

possible use without init fixed


# 265367e8 07-Aug-2011 Gwynne Raskind

possible use without init fixed


# 5a64b062 07-Aug-2011 Gwynne Raskind

possible use without init fixed


12345678910>>...16