History log of /PHP-5.5/Zend/zend_operators.c (Results 251 – 275 of 302)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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


# 0f1c2504 08-Feb-2000 Andrei Zmievski

Fix up the patch.


# c2fd6752 08-Feb-2000 Andrei Zmievski

Patches from Walter for strncmp() stuff.


# fafbf6d8 24-Jan-2000 Zeev Suraski

- Implement declare() with declarables framework
- Implement ticks - Germany&Norway - 5 points!


Revision tags: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH
# 44e9e959 04-Jan-2000 Andi Gutmans

- Rename IS_BC to FLAG_IS_BC. We will probably nuke it.


# bdefd5da 04-Jan-2000 Andi Gutmans

- Change IS_UNSET -> IS_NULL


# c5589a9d 03-Jan-2000 Joey Smith

# There is no functions/ directory in PHP4.
@ number.h comes from ext/bcmath, not functions/
number.h comes from ext/bcmath, not functions/


# da8ad4f2 03-Jan-2000 Andi Gutmans

- Fix compare_function() for IS_UNSET


# 4a4fe097 01-Jan-2000 Andi Gutmans

- IS_NULL should be 0 when converted to a long although I don't think it
really should be documented.


# a6d4b30d 01-Jan-2000 Zeev Suraski

Fix buglet


# f2d703e9 31-Dec-1999 Zeev Suraski

- Nuke undefined_variable_string
- Introduce IS_UNSET


Revision tags: PRE_ISSET_TYPE
# b7a5b3c3 27-Dec-1999 Zeev Suraski

- Generalize the fast cache mechanism
- Add the HashTable struct to the fast cache mechanism


# aec33aa7 26-Dec-1999 Zeev Suraski

Introduce a zval-specific cache - 5-15% speed improvement


# 235386b2 26-Dec-1999 Zeev Suraski

Change ALLOC_ZVAL() semantics


# 62b2087a 24-Dec-1999 Andi Gutmans

- Create two new macro's. ALLOC_ZVAL() and FREE_ZVAL(z) and make Zend use
them.


# 80bab9d9 21-Dec-1999 Andrei Zmievski

We're using ZVAL's now.


Revision tags: PRE_LIBZEND_TO_ZEND, PRE_RETURN_REF_MERGE, RETURN_REF_BP, PRE_RETURN_REF_PATCH, ZO_B1, ZEND_OPTIMIZER_B1, php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5, php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2
# 816627b1 19-Oct-1999 Thies C. Arntzen

fixed is_identicat_function()


# 70b41809 19-Oct-1999 Andi Gutmans

- Fix is_identical function


# 7a205f60 19-Oct-1999 Andi Gutmans

- Preliminary submit of Thie's patch. Will fix the rest on Windows
as this was added on UNIX with patch. Changed IS_SAME -> IS_IDENTICAL


# c2796681 15-Oct-1999 Andrei Zmievski

unstatic'fy is_numeric_string()


# 202d7dd2 29-Sep-1999 Andi Gutmans

Fix leak in += with arrays


1...<<111213