History log of /PHP-7.2/Zend/zend_operators.c (Results 226 – 250 of 528)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# c0d060f5 03-Jan-2014 Xinchen Hui

Bump year


# 9647c61d 06-Nov-2013 Dmitry Stogov

Constant expressions refactoring


# ad967e13 03-Nov-2013 Bob Weinand

Added a few more operators


# 466c5dd1 31-Oct-2013 Bob Weinand

Fixed mem leaks, added tests and ternary operator


# 96b1c214 13-Sep-2013 Nikita Popov

Provide more macros for handling of interned strings

* str_erealloc behaves like erealloc for normal strings, but will
use emalloc+memcpy for interned strings.
* str_estrndup be

Provide more macros for handling of interned strings

* str_erealloc behaves like erealloc for normal strings, but will
use emalloc+memcpy for interned strings.
* str_estrndup behaves like estrndup for normal strings, but will
not copy interned strings.
* str_strndup behaves like zend_strndup for normal strings, but
will not copy interned strings.
* str_efree_rel behaves like efree_rel for normal strings, but
will not free interned strings.
* str_hash will return INTERNED_HASH for interned strings and
compute it using zend_hash_func for normal strings.

show more ...


# 0119bbba 27-Aug-2013 Xinchen Hui

Fixed compiler warnings

warning: 'local_dval' may be used uninitialized in this function
[-Wmaybe-uninitialized]

warning: 'dval2' may be used uninitialized in this function

Fixed compiler warnings

warning: 'local_dval' may be used uninitialized in this function
[-Wmaybe-uninitialized]

warning: 'dval2' may be used uninitialized in this function
[-Wmaybe-uninitialized]

show more ...


# 3823321c 17-Jun-2013 Nikita Popov

Implement internal operator overloading

As pre RFC https://wiki.php.net/rfc/operator_overloading_gmp


# 02e4d7a2 10-Jun-2013 Stanislav Malyshev

Merge branch 'pull-request/341'

* pull-request/341: (23 commits)
typofixes


# ac40c0b5 10-Jun-2013 Stanislav Malyshev

Merge branch 'pull-request/341'

* pull-request/341: (23 commits)
typofixes


# be1700d4 15-Jan-2013 Adam Harvey

Fix compile failure introduced by the fix for bug #46408.


# 92965b03 14-Jan-2013 Lars Strojny

Bug #46408: Fix double formatting for PostgreSQL bound parameters


# a666285b 01-Jan-2013 Xinchen Hui

Happy New Year


# 0a7395e0 01-Jan-2013 Xinchen Hui

Happy New Year


# 831fbcf3 01-Jan-2013 Xinchen Hui

Happy New Year


# 5dc2cef3 31-Aug-2012 Xinchen Hui

Fixed bug #62976 (Notice: could not be converted to int when comparing some builtin classes)


# efdb7ce4 15-Jul-2012 Stanislav Malyshev

improve code in zend_operators


# 582514d4 11-Jul-2012 Stanislav Malyshev

fix for bug#18556 - use simple tolower() function for internal things


# d57b278a 03-Jun-2012 Felipe Pena

- Optimize comparison between same HashTable pointer


# acd71168 22-May-2012 Gustavo André dos Santos Lopes

Fixed bug #62097

This fixes the fix for bug #54547 in 32-bit machines by accepting
float comparisons in 32-bit machines as long as the integer is
not larger than the mantissa.


# 47db8a9a 11-May-2012 Stanislav Malyshev

fix bug #54547


# 9344bf19 11-May-2012 Stanislav Malyshev

fix bug #54547


Revision tags: 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
# e4ca0ed0 01-Jan-2012 Felipe Pena

- Year++


# 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, php-5.4.0beta1, yaf-2.1.0
# 895a10ca 30-Aug-2011 Felipe Pena

- Fixed ZTS build


12345678910>>...22