History log of /PHP-7.4/ext/date/php_date.c (Results 226 – 250 of 623)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.6.0RC2, php-5.4.30, php-5.5.14, php-5.6.0RC1, php-5.5.14RC1, php-5.4.30RC1
# f11f7f56 05-Jun-2014 Remi Collet

restore correct behavior of DateTime


# 1fe9f1e4 05-Jun-2014 Remi Collet

Fix regression introduce in fix for bug #67118

The fix was correct but break some code (at least in Horde)
This is a temporary workaround to fix regressioni in 5.4, 5.5 and 5.6

Fix regression introduce in fix for bug #67118

The fix was correct but break some code (at least in Horde)
This is a temporary workaround to fix regressioni in 5.4, 5.5 and 5.6

This make php_date_initialize more consistent
- on success return 1 + time initiliazed
- on failure return 0 + time = zero
which is check by DATE_CHECK_INITIALIZED by later method call

Will restore consistency with other date classes in master.

show more ...


Revision tags: php-5.6.0beta4
# 2dce4cb0 27-May-2014 Dmitry Stogov

Avoid in-place conversion


Revision tags: php-5.4.29, php-5.5.13
# fdb2709d 21-May-2014 Adam Harvey

Add microseconds to the serialised form of DateTime objects.

Fixes bug #67308 (Serialize of DateTime truncates fractions of second).


# 6a3ee297 15-May-2014 Pierre Joye

fix build


Revision tags: php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1, php-5.6.0beta2
# 17d027ed 30-Apr-2014 Dmitry Stogov

Split IS_BOOL into IS_FALSE and IS_TRUE


Revision tags: php-5.5.12, php-5.4.28
# 93f9518a 25-Apr-2014 Nikita Popov

Align zval_get_long/double with zval_get_string


# c1aa9baf 25-Apr-2014 Anatol Belski

Fixed bug #67118 DateTime constructor crash with invalid data


# 5864ce8a 22-Apr-2014 Dmitry Stogov

Fixed compilation warnings


# e96073b1 17-Apr-2014 Dmitry Stogov

Moved zend_literal->cache_slot right into zval.
It should be accessed using Z_CACHE_SLOT() macro.
zend_literal structure is removed.
API functions that accepted pointer to zend_literal no

Moved zend_literal->cache_slot right into zval.
It should be accessed using Z_CACHE_SLOT() macro.
zend_literal structure is removed.
API functions that accepted pointer to zend_literal now accept pointer to zval or cache_slot directly.
Calls of such functiond that now accept cache_slot need to be changed to pass -1 instead of NULL.

show more ...


Revision tags: php-5.4.28RC1
# 6cf5e51f 15-Apr-2014 Dmitry Stogov

Reduced memory realocations


# 7a1a6092 15-Apr-2014 Nikita Popov

Add functions for extracting long/double/string from zval

These function get the long / double / string value of a zval with
usual cast semantics, but without actually modifying the zval

Add functions for extracting long/double/string from zval

These function get the long / double / string value of a zval with
usual cast semantics, but without actually modifying the zval.

Didn't go on a killing spree for convert_to_* yet...

show more ...


# f9b26bc3 15-Apr-2014 Dmitry Stogov

Cleanup (2-nd round)


Revision tags: php-5.5.12RC1
# 050d7e38 15-Apr-2014 Dmitry Stogov

Cleanup (1-st round)


Revision tags: php-5.6.0beta1, php-5.4.27, php-5.5.11, php-5.5.11RC1, php-5.4.27RC1, php-5.5.10, php-5.4.26, php-5.6.0alpha3, php-5.4.26RC1, php-5.5.10RC1
# 8c88b6e8 17-Feb-2014 Boro Sitnikovski

Fix bug #66721

Add NULL check to php_date_parse_tzfile's retval


# 20f2e598 09-Apr-2014 Nikita Popov

Fix ZTS build

This only makes it compile, it doesn't actually work, presumably
because interned strings are assumed in some places.


# 7402af38 08-Apr-2014 Dmitry Stogov

Fixed destruction of objects and iterators on unclean request shutdown and GC (few cases are still unfixed).
Now we destroy objects it two steps. At first - object properties of all objects and o

Fixed destruction of objects and iterators on unclean request shutdown and GC (few cases are still unfixed).
Now we destroy objects it two steps. At first - object properties of all objects and only then the objects their selves.

show more ...


# 76cc99fe 03-Apr-2014 Dmitry Stogov

Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), candidate for GC, etc)


# d8099d04 02-Apr-2014 Dmitry Stogov

Changed data layout to allow more efficient operations


# ea85451b 27-Mar-2014 Dmitry Stogov

Refactored data structures to keep zend_object* instead of a whole zval in some places


# 7ce06ee5 21-Mar-2014 Dmitry Stogov

don't keep useless objects till the end of the script (destroy them immediately)


# b7938ab1 19-Mar-2014 Dmitry Stogov

Refactored GC (incomplete)


# 5ec42e9d 16-Mar-2014 Xinchen Hui

Fixed memory leak while cloning (All tests passes now in ext/date)


# 6956d7e3 16-Mar-2014 Xinchen Hui

Refactor date to fixed bug after default_properties changed


# ab3d1e0d 07-Mar-2014 Dmitry Stogov

Temporary fix memory leaks


12345678910>>...25