History log of /PHP-5.5/Zend/zend_operators.c (Results 26 – 50 of 302)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 56a87c28 29-Aug-2011 Derick Rethans

- Zend engine part for bug #55158: Add SORT_NATURAL type to array_multisort
(patch by Arpad Ray).


# b0be2743 29-Aug-2011 Derick Rethans

- Zend engine part for bug #55158: Add SORT_NATURAL type to array_multisort
(patch by Arpad Ray).


Revision tags: php-5.3.8, php-5.3.7, php-5.3.7RC5, php-5.4.0alpha3, php-5.3.7RC4, php-5.3.7RC3, php-5.4.0alpha2, php-5.3.7RC2, php-5.4.0alpha1, php-5.3.7RC1
# c270347c 31-May-2011 Dmitry Stogov

MFH: Arithmetic speedup. Inlined most probable code-paths for arithmetic operations directly into executor.


# b7eb3c1c 23-May-2011 Dmitry Stogov

Arithmetic speedup. Inlined most probable code-paths for arithmetic operations directly into executor.


Revision tags: php-5.3.6, php-5.3.6RC3, php-5.3.6RC2, php-5.3.6RC1, php-5.2.17, php-5.3.5
# 927bf09c 01-Jan-2011 Felipe Pena

- Year++


# 0203cc3d 01-Jan-2011 Felipe Pena

- Year++


Revision tags: php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1
# 1e48c71b 22-Aug-2010 Scott MacVicar

Fix a bug where two doubles are equal but the maths operation makes it appear false.

Best example with INF where equals and identical produce different results.

<?php
var_dump(I

Fix a bug where two doubles are equal but the maths operation makes it appear false.

Best example with INF where equals and identical produce different results.

<?php
var_dump(INF==INF);
var_dump(INF===INF);

show more ...


Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2
# 87c87daa 26-Jun-2010 Felipe Pena

- Fixed bug #52193 (converting closure to array yields empty array)


# 9ea7a70e 26-Jun-2010 Felipe Pena

- Fixed bug #52193 (converting closure to array yields empty array)


Revision tags: php-5.3.3RC1, php-5.2.14RC1
# f94a437d 12-May-2010 Dmitry Stogov

Fixed a possible information leak because of interruption of XOR operator


# 4ae16d35 12-May-2010 Dmitry Stogov

Fixed a possible information leak because of interruption of XOR operator


# dd5c478b 20-Apr-2010 Dmitry Stogov

Added concept of interned strings. All strings constants known at compile time are allocated in a single copy and never changed.


Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1
# d2281d1d 05-Jan-2010 Sebastian Bergmann

sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php


Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4, php-5.2.12RC3, php-5.2.12RC2
# 0ebe3a76 23-Nov-2009 Ilia Alshanetsky

Extend the previously added large string concatenation validation


# 63e4efe7 19-Nov-2009 Ilia Alshanetsky

Fixed bug #50207 (segmentation fault when concatenating very large strings
on 64bit linux).


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


12345678910>>...13