History log of /PHP-5.4/Zend/zend_operators.c (Results 26 – 50 of 287)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1, php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3
# b907aa43 04-Jun-2009 Matt Wilmas

MFH:
Restored double->long conversion behavior to that of PHP 5.2 (on most platforms) and prior:
* Out-of-range numbers overflow/preserve least significant bits (no LONG_MAX/MIN limit)

MFH:
Restored double->long conversion behavior to that of PHP 5.2 (on most platforms) and prior:
* Out-of-range numbers overflow/preserve least significant bits (no LONG_MAX/MIN limit)
* See bug #42868 (presumably-rare platform with different results in 5.2)
* On 32-bit platforms with 64-bit long type, a zend_long64 cast has been added,
otherwise it's the same as 5.2
* Use this conversion method everywhere instead of some plain (long) casts

Added 'L' parameter parsing specifier to ensure a LONG_MAX/MIN limit:
* Essentially what 5.3's new conversion was doing in most cases
* Functions with "limit" or "length" type params could be updated to use this,
and prevent confusing overflow behavior with huge numbers (*also* in 5.2)
- See bug #47854, for example; or even #42868 again

# Test updates coming

show more ...


Revision tags: php-5.2.10RC1
# 2a31dbba 11-May-2009 Jani Taskinen

MFH:- Removed unnecessary TSRMLS_FETCH() calls


# daae8fb6 11-May-2009 Jani Taskinen

MFH: cs + ws


# f3bd8374 10-May-2009 Jani Taskinen

MFH: sync


# 1338aa26 10-May-2009 Jani Taskinen

sync with HEAD


Revision tags: php-5.3.0RC2, php-5.3.0RC1
# 69ce7ea4 18-Mar-2009 Dmitry Stogov

optimization


# 31c0af24 18-Mar-2009 Dmitry Stogov

Fixed floating point mathematic speed degradation (Christian)


Revision tags: RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3
# 645e15c2 17-Feb-2009 Matt Wilmas

MFH: Overflow comment


# a7eb83fe 17-Feb-2009 Matt Wilmas

MFH: Fixed bug #47422 (modulus operator returns incorrect results on 64 bit linux)


Revision tags: php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1
# f8689552 05-Jan-2009 Felipe Pena

MFH:
- Fixed bug #46701 (Creating associative array with long values in the key fails on 32bit linux)
Patch by Shire


# 08659c2d 31-Dec-2008 Sebastian Bergmann

MFH: Bump copyright year, 3 of 3.


Revision tags: NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7
# 04c52860 02-Dec-2008 Christian Seiler

- MFH: Changed floating point behaviour to consistently use double precision
on all platforms and with all compilers.


Revision tags: php-5.2.7RC5, php-5.2.7RC4, BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3, php-5.2.7RC2, php-5.2.7RC1
# 85ab4235 15-Aug-2008 Felipe Pena

- MFH: Removed some TSRMLS_FETCH()s


# cf7384aa 12-Aug-2008 Felipe Pena

- MFH: Constness (Added const qualifier to several function parameters)


# 53a957e5 07-Aug-2008 Antony Dovgal

MFH: fix bug #45712 ($something == NaN returns true with 5.3, false with 5.2.*)


Revision tags: php-4.4.9, php-5.3.0alpha1
# 023211d8 24-Jul-2008 Moriyoshi Koizumi

- MFH: Constify read-only arguments


Revision tags: php-4.4.9RC1, BEFORE_NEW_PARAMETER_PARSE
# 87dca00a 29-May-2008 Matt Wilmas

MFH: Fixed overflow crash (at least on Windows) in div_function with LONG_MIN / -1


Revision tags: RELEASE_1_2_5, RELEASE_2_0_0b1, php-5.2.6, RELEASE_1_0_2, php-5.2.6RC5, php-5.2.6RC4, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1
# 7b1bc753 19-Mar-2008 Antony Dovgal

MFH: add zend_atol()


# 2b10c53a 18-Mar-2008 Felipe Pena

MFH: Dropped zend.ze1_compatibility_mode
[DOC]


Revision tags: php-5.2.6RC2, php-5.2.6RC1, RELEASE_1_3_1
# 71592cec 22-Jan-2008 Dmitry Stogov

Added garbage collector


# 7390459e 21-Jan-2008 Dmitry Stogov

Yet another comparison optimisation for usual cases


Revision tags: php-4.4.8
# d1dded87 31-Dec-2007 Sebastian Bergmann

MFH: Bump copyright year, 2 of 2.


# ed5a424b 24-Dec-2007 Dmitry Stogov

Additional fix for bug #42868


Revision tags: php-4.4.8RC1
# 2b981769 17-Dec-2007 Dmitry Stogov

Fixed bug #42868 (Floats cast to integer produce unpredicatable results). (Zoe Slattery)


Revision tags: RELEASE_1_2_3
# 6a5a1727 20-Nov-2007 Dmitry Stogov

MFH: math and comparison optimization + use macroses


12345678910>>...12