History log of /PHP-7.4/Zend/zend_operators.h (Results 176 – 200 of 307)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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


Revision tags: php-4.4.9RC1
# e19f5204 21-Jul-2008 Scott MacVicar

Optimisation for zend_memnstr when the needle is only a single character. (Patch by Michal Dziemianko - GSoC08)


Revision tags: BEFORE_NEW_PARAMETER_PARSE, 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
# 54482745 19-Mar-2008 Antony Dovgal

MFH


# 7b1bc753 19-Mar-2008 Antony Dovgal

MFH: add zend_atol()


Revision tags: php-5.2.6RC2, php-5.2.6RC1, RELEASE_1_3_1
# fb50ef1a 14-Feb-2008 Dmitry Stogov

Reverted memrchr() patch, because it is broken on linux 64-bit


# 9fdaddc5 13-Feb-2008 Dmitry Stogov

Use memrchr() instead of zend_memrchr() if available. (Nuno)


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

MFH: Bump copyright year, 2 of 2.


Revision tags: php-4.4.8RC1, RELEASE_1_2_3, php-5.2.5, php-5.2.5RC2, php-5.2.5RC1
# 8ce1211a 11-Oct-2007 Marcus Boerger

- MFH debug object helper


# 4b4d634c 07-Oct-2007 Yiduo (David) Wang

MFH: Added macros for managing zval refcounts and is_ref statuses


Revision tags: BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2, RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2, php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND
# 226c56fe 21-Jul-2007 Jani Taskinen

MFH: Fixed compiler warnings


12345678910>>...13