History log of /php-src/Zend/zend_operators.h (Results 226 – 250 of 375)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
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

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
# 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
# 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 ...

12345678910>>...15