History log of /PHP-8.0/Zend/zend_operators.h (Results 176 – 200 of 323)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.3.16, php-5.4.6, php-5.4.6RC1, php-5.4.5, php-5.3.15, php-5.3.15RC1, php-5.4.5RC1, php-5.3.14, php-5.4.4, php-5.3.14RC2, php-5.4.4RC2, php-5.3.14RC1, php-5.4.4RC1
# 47db8a9a 11-May-2012 Stanislav Malyshev

fix bug #54547


# 9344bf19 11-May-2012 Stanislav Malyshev

fix bug #54547


Revision tags: 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, php-5.3.9RC2, php-5.4.0RC2, php-5.4.0RC1, php-5.3.9RC1, php-5.4.0beta2
# 16c87163 16-Sep-2011 Dmitry Stogov

Fixed bug #55644 (Math ops tests fail, diff min int value)


# c3741ad9 16-Sep-2011 Dmitry Stogov

Fixed bug #55644 (Math ops tests fail, diff min int value)


Revision tags: php-5.4.0beta1, yaf-2.1.0
# 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
# ef0e3458 07-Aug-2011 Gwynne Raskind

For 5.4, fix C++-style comments. For trunk, forward-port build fix.


# 9e9c9b34 07-Aug-2011 Gwynne Raskind

For 5.4, fix C++-style comments. For trunk, forward-port build fix.


# 0af1e412 07-Aug-2011 Gwynne Raskind

Fix build under Clang 2.9 - see LLVM bug #9164 (http://llvm.org/bugs/show_bug.cgi?id=9164). Tested with GCC and Clang on Darwin and Ubuntu.


Revision tags: php-5.4.0alpha3, php-5.3.7RC4
# f169f6f4 22-Jul-2011 Pierre Joye

- should not have been applied


# cc1c7af0 22-Jul-2011 Pierre Joye

- remove magic quotes support, functions are kept (see the NEWS entry for the details) for BC reasons but do not allow to set enable MQ


Revision tags: php-5.3.7RC3, php-5.4.0alpha2
# 5f33819f 03-Jul-2011 Felipe Pena

- Removed accidental offsetof definition


# 3e6b2119 03-Jul-2011 Felipe Pena

- Removed accidental offsetof definition


Revision tags: php-5.3.7RC2, php-5.4.0alpha1
# 6ef38daf 18-Jun-2011 Felipe Pena

- Fixed compiler warning (redefinition of offsetof)


# 72c4e725 18-Jun-2011 Felipe Pena

- Fixed compiler warning (redefinition of offsetof)


Revision tags: 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
# aaa2f1c3 14-Oct-2010 Hartmut Holzgraefe

marked char pointer arguments as const in lots of
places where strings pointed to are not modified
to prevent compiler warnings about discarded qualifiers ...


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, php-5.3.3RC1, php-5.2.14RC1, 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, 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 ...


12345678910>>...13