History log of /PHP-5.3/Zend/zend_operators.c (Results 201 – 225 of 272)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 0aefa3e0 17-May-2000 Andi Gutmans

- Add support for string_compare_function() and number_compare_function().
UNTESTED!


# 760a1772 17-May-2000 Zeev Suraski

Normalize results of compare_function()


# 0d6a794d 11-May-2000 Zeev Suraski

Get rid of chval - it's really not necessary and seems to be confusing people


Revision tags: php-4.0RC2
# 19de3be0 08-May-2000 Zeev Suraski

Make zend_binary_strcasecmp compile again


# 36c1a9a3 08-May-2000 Sascha Schumann

Make strcasecmp() act correctly WRT SUS II.

Patch by: hholzgra@php.net
PR: #3556


# ddc36fb7 28-Apr-2000 Zeev Suraski

Make convert_to_string() allocations traceable


# bbe0df12 20-Apr-2000 Andrei Zmievski

Do proper ieeefp.h check.


# c1c8422d 20-Apr-2000 Thies C. Arntzen

compile before commit! compile before commit! compile before commit!


# 2b3a575a 20-Apr-2000 Thies C. Arntzen

revert andrei's path (i can't compile anymore on linux)
we're always using #ifndef HAVE_BLA instead of if !HAVE_BLA and if we need ieeefp.h for some weird platform (which one is that?) we need an

revert andrei's path (i can't compile anymore on linux)
we're always using #ifndef HAVE_BLA instead of if !HAVE_BLA and if we need ieeefp.h for some weird platform (which one is that?) we need an autoconf check for it.

show more ...


# fe1147b0 19-Apr-2000 Andrei Zmievski

Include proper files for finite.


# 44e0d276 17-Apr-2000 Thies C. Arntzen

ups, finite is already a macro on Win32


# 83672754 17-Apr-2000 Thies C. Arntzen

HPUX11 only has isfinite()


# c6c261e9 13-Apr-2000 Zeev Suraski

Fix a memory leak when using assign-op bitwise operators on strings


# e663d856 10-Apr-2000 Zeev Suraski

Fix object overloading support


# 521c8af6 29-Mar-2000 Torben Wilson

Added !== (is not identical) operator.


Revision tags: PHP-4.0-RC1
# 2e68fc59 22-Mar-2000 Zeev Suraski

- Wrong fix


# 4d68c944 22-Mar-2000 Zeev Suraski

- Only free when result != op1


# 88c98d3e 10-Mar-2000 Andi Gutmans

- Seems to be a problem here with the return value not being set


# 5e55e47f 06-Mar-2000 Zeev Suraski

It's official now...


# 4e5acab6 01-Mar-2000 Thies C. Arntzen

now


# 80782eff 26-Feb-2000 Zeev Suraski

Fix comparisons of "inf"=="inf" and "-inf"=="-inf"
@- Comparing the string "inf" with "inf" returned false - fixed (Zeev)


Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1
# 0ac9536d 19-Feb-2000 Zeev Suraski

(c) patch


# f77e6a44 19-Feb-2000 Zeev Suraski

Generalize macros


Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000
# 0b1c8b45 13-Feb-2000 Zeev Suraski

Make (array) false == array() and not array(false)


Revision tags: BEFORE_SAPIFICATION_FEB_10_2000
# ebddd16c 08-Feb-2000 Zeev Suraski

Fix declaration


1234567891011