History log of /PHP-7.4/Zend/zend_operators.h (Results 101 – 125 of 307)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.5.18RC1, php-5.6.1
# 6a09bdff 24-Sep-2014 Dmitry Stogov

Fixed C++ incompatibility


Revision tags: php-5.6.2
# 31e84247 19-Sep-2014 Nikita Popov

Make number printing functions less generic

Now that zend_ulong is 64bit on 64bit platforms, it should be
sufficient to always use it, rather than supporting multiple
types.

Make number printing functions less generic

Now that zend_ulong is 64bit on 64bit platforms, it should be
sufficient to always use it, rather than supporting multiple
types.

API changes:
* _zend_print_unsigned_to_buf and _zend_print_signed_to_buf
no longer exist.
* smart_str(ing)_print_long and smart_str(ing)_print_unsigned
no longer exist.
* Instead of all these, zend_print_ulong_to_buf and
zend_print_long_to_buf should be used.
* smart_str_append_generic_ex no longer exists.
* smart_str(ing)_append_off_t(_ex) no longer exists, use
smart_str(ing)_append_long(_ex) instead.

show more ...


# db6306dd 18-Sep-2014 Dmitry Stogov

Split is_numeric_string_ex() into inline and non-inline parts


# 545c296e 17-Sep-2014 Andrea Faulds

Fixed if/else if ordering


Revision tags: php-5.4.33, php-5.5.17
# e0ff5238 15-Sep-2014 Anatol Belski

fix negating an unsigned


Revision tags: php-5.6.1RC1
# f915b440 04-Sep-2014 Nikita Popov

Remove old zend_string_to_double function


Revision tags: php-5.5.17RC1, php-5.4.33RC1, php-5.6.0
# 28e7beea 25-Aug-2014 Nikita Popov

Fix zend_longo_str


Revision tags: POST_AST_MERGE, PRE_AST_MERGE
# af59e92b 25-Aug-2014 Anatol Belski

master renames phase 7


# 28b7a033 25-Aug-2014 Anatol Belski

master renamings phase 5


# 4d997f63 25-Aug-2014 Anatol Belski

master renames phase 3


# 6f9f0bf2 25-Aug-2014 Anatol Belski

master renames phase 2


# c3e3c98e 25-Aug-2014 Anatol Belski

master renames phase 1


Revision tags: POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE, php-5.5.16, php-5.4.32
# 676ed04d 19-Aug-2014 Andrea Faulds

Use zend_ polyfilled nan/finite, check finite


# cb770cdc 17-Aug-2014 Andrea Faulds

Cast NaN and Infinity to zero


# c586133d 18-Aug-2014 Anatol Belski

rename zval_get_long and fixes to some string functions


# f2182ab8 17-Aug-2014 Anatol Belski

some more pure naming replacements


# 8ee2a4a9 16-Aug-2014 Anatol Belski

first shot on merging the core fro the int64 branch


Revision tags: POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29, php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1, php-5.6.0RC3, php-5.5.15, php-5.4.31
# 27f38798 11-Jul-2014 Dmitry Stogov

Fast parameter parsing API

This API is experemental. It may be changed or removed.
It should be used only for really often used functions.
(Keep the original parsing code and wrap us

Fast parameter parsing API

This API is experemental. It may be changed or removed.
It should be used only for really often used functions.
(Keep the original parsing code and wrap usage with #ifndef FAST_ZPP)

show more ...


Revision tags: php-5.4.31RC1, php-5.5.15RC1, php-5.6.0RC2, php-5.4.30, php-5.5.14, php-5.6.0RC1, php-5.5.14RC1, php-5.4.30RC1
# 1b891688 05-Jun-2014 Dmitry Stogov

Speedup string equality check


Revision tags: php-5.6.0beta4, php-5.4.29, php-5.5.13
# 60e01e5d 24-May-2014 Xinchen Hui

Added folder mark and codes style


# c838f6c5 23-May-2014 Nikita Popov

Remove UB in signed printing macro

Signed->unsigned conversion and unsigned negation are well-defined
(unlike signed negation for LONG_MIN.)


# 1d8c499b 23-May-2014 Nikita Popov

Optimize int to string conversion

Probably platform depedentant, but for me snprintf is terribly
slow.

The code for the long printing is taken from the smart string
API.


Revision tags: php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1, php-5.6.0beta2
# 17d027ed 30-Apr-2014 Dmitry Stogov

Split IS_BOOL into IS_FALSE and IS_TRUE


Revision tags: php-5.5.12, php-5.4.28
# dd419d24 25-Apr-2014 Nikita Popov

Replace more convert_to_* calls


# 93f9518a 25-Apr-2014 Nikita Popov

Align zval_get_long/double with zval_get_string


12345678910>>...13