History log of /PHP-7.3/Zend/zend_operators.c (Results 551 – 565 of 565)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: BEFORE_REMOVING_GC_STEP1
# d1899727 04-Jul-1999 Zeev Suraski

Make convert_to_string() regard false as "" instead of "0"


# 98b6ddda 26-Jun-1999 Zeev Suraski

* Make the memory leak reporting code much better with repeats
* Remove useless variables


# 3eac45ea 22-Jun-1999 Zeev Suraski

* Fix concatenation of arrays (it was PHP 3.0 style, copying zval's instead
of zval *, and it wasn't using reference counting)
* Fix a memory leak in static array()'s with textual indices


# 80f1ce5e 15-Jun-1999 Stig S. Bakken

* added zend_binary_strcasecmp()


# 0d560de1 11-Jun-1999 Zeev Suraski

Make the concatenation operator use make_printable as well


# c1f75b6f 10-Jun-1999 Zeev Suraski

Now THAT's an annoying bug.


# 7ed49234 09-Jun-1999 Andi Gutmans

- Fix the static array() initializing


# 9108abc2 04-Jun-1999 Zeev Suraski

Minor updates (mostly __declspec() stuff)


# bcc1337d 29-May-1999 Zeev Suraski

Support overwrite mode in zend_hash_merge()


# e115fdc6 24-May-1999 Zeev Suraski

The last fix was wrong


# cbcd462d 24-May-1999 Zeev Suraski

Another operators fix


# 97107dc4 23-May-1999 Zeev Suraski

boolean comparison didn't work with smaller-than and greater-than, something that
fucked up berber's site a bit. fixed.


Revision tags: BEFORE_PHP4_APACHE_MODULE_CHANGE
# 064f75fd 01-May-1999 Zeev Suraski

Several operator fixes. Should fix the MySQL problem.


# b2c5ef42 23-Apr-1999 Zeev Suraski

Arithmetics bug fix


Revision tags: BEFORE_STACK_PATCH, CLOSED_BETA
# 573b4602 07-Apr-1999 Andi Gutmans

Zend Library


1...<<212223