History log of /PHP-8.3/ext/date/php_date.c (Results 376 – 400 of 792)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 32344808 27-Aug-2014 Anatol Belski

first show to make 's' work with size_t


Revision tags: php-5.6.0
# 202e8db1 26-Aug-2014 Anatol Belski

fixed several long vs zend_long casts


Revision tags: POST_AST_MERGE, PRE_AST_MERGE
# af59e92b 25-Aug-2014 Anatol Belski

master renames phase 7


# 4d997f63 25-Aug-2014 Anatol Belski

master renames phase 3


# c3e3c98e 25-Aug-2014 Anatol Belski

master renames phase 1


# 80a3b9ca 24-Aug-2014 Anatol Belski

bring back the logic to parse 64 bit props also in 32 bit build


# 70de6180 24-Aug-2014 Anatol Belski

fixes to %pd format usage


Revision tags: POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE, php-5.5.16, php-5.4.32
# d4f463cf 19-Aug-2014 Anatol Belski

brought back that vs2012 fix


# e49e163a 18-Aug-2014 Anatol Belski

fixes to date


# c586133d 18-Aug-2014 Anatol Belski

rename zval_get_long and fixes to some string functions


# cb25136f 16-Aug-2014 Anatol Belski

fix macros in the 5 basic extensions


Revision tags: POST_PHPNG_MERGE, PRE_PHPNG_MERGE
# c749fe20 14-Aug-2014 Xinchen Hui

cleanup


Revision tags: php-5.6.0RC4, php-5.3.29
# a08b7b77 13-Aug-2014 Dmitry Stogov

cleanup


# 7fbc99e3 13-Aug-2014 Tjerk Meesters

Some changes were lost in the merge commit of #66091


# 4b85f1d4 13-Aug-2014 Tjerk Meesters

Fixed #66091


# f6896e43 13-Aug-2014 Tjerk Meesters

Fixed #66091


Revision tags: php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1, php-5.6.0RC3, php-5.5.15, php-5.4.31
# 2dff153b 17-Jul-2014 Lior Kaplan

Enable build without atoll (e.g old AIX flavours)


# 1dd07d6b 09-Jul-2014 Dmitry Stogov

Partial fix that allows internal constructors to set $this to null.
The address of $this passed to drectly called internal constructor in execute_data->return_value.
Internal constructors sho

Partial fix that allows internal constructors to set $this to null.
The address of $this passed to drectly called internal constructor in execute_data->return_value.
Internal constructors should use ZEND_CTOR_MAKE_NULL() macro (insted of previous ZEND_NULL(EG(This))) to do the work.

This patch doesn't fix the problem for indirectly called constructors. e.g. parant::__construct().

show more ...


Revision tags: php-5.4.31RC1, php-5.5.15RC1
# 2ed8a170 07-Jul-2014 Dmitry Stogov

Refactored run_time_cache usage in object handlers


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


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