History log of /PHP-7.4/Zend/zend_operators.h (Results 151 – 175 of 307)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.3.22RC2, php-5.4.12RC2
# aa12cdc3 11-Feb-2013 Ard Biesheuvel

Improve x86 inline assembler

- added cc annotation to inline asm that clobbers the condition
flags
- remove hardcoded constants (IS_LONG,IS_DOUBLE)
- remove hardcoded offsets (

Improve x86 inline assembler

- added cc annotation to inline asm that clobbers the condition
flags
- remove hardcoded constants (IS_LONG,IS_DOUBLE)
- remove hardcoded offsets (zval->value, zval->type)

show more ...


# e67a2b9e 11-Feb-2013 Remi Collet

Fixed bug #64142 (dval to lval different behavior on ppc64)

See discussion on internals
http://marc.info/?t=136042277700003&r=1&w=2


# e7ce002c 05-Feb-2013 Remi Collet

revert


# 6533094d 04-Feb-2013 Remi Collet

Fixed bug #64142 (dval to lval different behavior on ppc64)

On x86_64:
(long)(double)9223372036854775807+1 = -9223372036854775808
On ppc64
(long)(double)9223372036854775807-1 = 9

Fixed bug #64142 (dval to lval different behavior on ppc64)

On x86_64:
(long)(double)9223372036854775807+1 = -9223372036854775808
On ppc64
(long)(double)9223372036854775807-1 = 9223372036854775807

show more ...


Revision tags: php-5.3.22RC1, php-5.4.12RC1, php-5.5.0alpha4, php-5.3.21, php-5.4.11
# 92965b03 14-Jan-2013 Lars Strojny

Bug #46408: Fix double formatting for PostgreSQL bound parameters


Revision tags: php-5.5.0alpha3, php-5.3.21RC1, php-5.4.11RC1
# a666285b 01-Jan-2013 Xinchen Hui

Happy New Year


# 0a7395e0 01-Jan-2013 Xinchen Hui

Happy New Year


# 831fbcf3 01-Jan-2013 Xinchen Hui

Happy New Year


Revision tags: php-5.3.20, php-5.4.10, php-5.5.0alpha2, php-5.3.20RC1, php-5.4.10RC1, php-5.3.19, php-5.4.9, php-5.5.0alpha1, php-5.3.19RC1, php-5.4.9RC1, php-5.3.18, php-5.4.8, php-5.3.18RC1, php-5.4.8RC1, php-5.3.17, php-5.4.7, php-5.4.7RC1
# 3d085793 26-Aug-2012 Gustavo Lopes

zend_binary_strncasecmp_l used w/out declaration


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


12345678910>>...13