History log of /PHP-5.5/Zend/zend_operators.h (Results 26 – 50 of 166)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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 ...


Revision tags: php-5.2.10RC1
# 1338aa26 10-May-2009 Jani Taskinen

sync with HEAD


Revision tags: php-5.3.0RC2, php-5.3.0RC1
# 6bb0ac97 18-Mar-2009 Matt Wilmas

MFH: Fixed bug #45877 (Array key '2147483647' left as string)


Revision tags: RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, 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, 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
# cf7384aa 12-Aug-2008 Felipe Pena

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


Revision tags: php-4.4.9
# 4bd1aec2 05-Aug-2008 Stanislav Malyshev

fix memnstr bug, by Laurent Gaffie


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

- MFH: Constify read-only arguments


1234567