History log of /PHP-8.0/Zend/zend_operators.c (Results 151 – 175 of 631)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.5.30, php-5.6.14, php-7.0.0RC4, php-5.6.14RC1, php-7.0.0RC3
# f3e8675d 10-Sep-2015 Xinchen Hui

Added folder marks


# c174e4cd 09-Sep-2015 Dmitry Stogov

Change array sorting implementation to avoid two level callbacks system.
Simplify zval comparion API.


# 2ea18cd4 09-Sep-2015 Dmitry Stogov

Better array_compare improvement


Revision tags: php-5.6.13, php-7.0.0RC2, php-5.5.29, php-5.4.45
# 37f0c6b5 31-Aug-2015 Dmitry Stogov

Add myself into list of authors of the most refactored files.


# 9d31b297 25-Aug-2015 Dmitry Stogov

Avoid array duplication


Revision tags: php-5.6.13RC1, php-7.0.0RC1, php-5.6.12, php-5.5.28, php-7.0.0beta3, php-5.4.44, php-5.6.12RC1, php-7.0.0beta2
# 0039a3e9 17-Jul-2015 Nikita Popov

Fixed signed/unsigned warnings in wddx

Also added extra const annotation to zend_memnstr.


# e5a996f2 13-Jul-2015 Xinchen Hui

Fixed bug #70057 (Build failure on 32-bit Mac OS X 10.6.8: recursive inlining)


Revision tags: php-7.0.0beta1, php-5.6.11, php-5.5.27, php-5.4.43
# 5df893ce 07-Jul-2015 Aaron Piotrowski

Use NULL where possible for exception class

Matches usage of zend_throw_exception()/zend_throw_exception_ex().


# a97f7644 05-Jul-2015 Anatol Belski

bring back the division by zero warning


# 22c38b2e 03-Jul-2015 Aaron Piotrowski

Remove need to pass error level


# 5a99c07e 03-Jul-2015 Aaron Piotrowski

Enable throwing custom exceptions from errors


# 94722e12 02-Jul-2015 Bob Weinand

Introduce ArithmeticError


# ba91bc36 02-Jul-2015 Xinchen Hui

Same here


# ba711aec 02-Jul-2015 Xinchen Hui

Use one_char_string


# 0e68e278 02-Jul-2015 Xinchen Hui

Use one_char_string


# 007d7ac7 01-Jul-2015 Bob Weinand

Use DivisionByZeroError instead of exception for %/intdiv()


# f9724b93 01-Jul-2015 Bob Weinand

Remove warning upon division by zero


# d2d326a3 01-Jul-2015 Dmitry Stogov

Cleanup (avoid reallocatios and side effects in php_strip_tags)


# 7aa76271 30-Jun-2015 Dmitry Stogov

Use ZSTR_ API to access zend_string elements (this is just renaming without semantick changes).


# 4bd22cf1 29-Jun-2015 Dmitry Stogov

Improved zend_string API (Francois Laupretre)

Squashed commit of the following:

commit d96eab8d79b75ac83d49d49ae4665f948d15a804
Author: Francois Laupretre <francois@tekwire.net>

Improved zend_string API (Francois Laupretre)

Squashed commit of the following:

commit d96eab8d79b75ac83d49d49ae4665f948d15a804
Author: Francois Laupretre <francois@tekwire.net>
Date: Fri Jun 26 01:23:31 2015 +0200

Use the new 'ZSTR' macros in the rest of the code.

Does not change anything to the generated code (thanks to compat macros) but cleaner.

commit b3526439104ac7a89a8e0c79dbebf33b22bd01b8
Author: Francois Laupretre <francois@tekwire.net>
Date: Thu Jun 25 13:45:06 2015 +0200

Improve zend_string API

Add missing methods

show more ...


# 1bba4452 29-Jun-2015 Dmitry Stogov

Reverted wrong fb08798c9f0ea820d567668d0cea4833dc61dd8e


# fb08798c 28-Jun-2015 Bob Weinand

Fix bug #69957 (Different ways of handling div/mod by zero)


Revision tags: php-5.6.11RC1, php-5.5.27RC1, php-7.0.0alpha2
# 8a83aed4 22-Jun-2015 Nikita Popov

Drop duplicate object-to-type notices

We already generate a recoverable fatal for these earlier, no need
to throw an additional notice.


# b97df475 22-Jun-2015 Dmitry Stogov

Fixed crash in Zend/tests/bug69891.phpt on x86 (32-bit).
compare_function() now has to be compatible with binary_op_type (use fastcall convention).
Introduced new zval_compare_function() to b

Fixed crash in Zend/tests/bug69891.phpt on x86 (32-bit).
compare_function() now has to be compatible with binary_op_type (use fastcall convention).
Introduced new zval_compare_function() to be used as zval comparison callback instead of compare_function().

show more ...


# 4a6e1345 17-Jun-2015 Dmitry Stogov

Use COW to prevent unnecessary duplication of dynamic propertyes of stdClass (and other classes without predefined properties).


12345678910>>...26