History log of /php-src/Zend/zend_operators.c (Results 251 – 275 of 725)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-5.6.15, php-7.0.0RC6, php-7.0.1, php-5.6.15RC1, php-7.0.0RC5
# 8732ead9 12-Oct-2015 Xinchen Hui

Double declaration

# b8b335c4 07-Oct-2015 Dmitry Stogov

Restored the original (php-5) behavior of convert_to_cstring(). It was broken in php7 by mistake and caused problems in ext/pgsql/tests/bug46408.phpt.

# 24e88348 06-Oct-2015 Dmitry Stogov

Revert "Merge branch 'array_keys_strict_refs' of https://github.com/tony2001/php-src"

This reverts commit a6be0f3fd6cdd59ac00ecd76630c6c04fee03417.

# a6be0f3f 05-Oct-2015 Bob Weinand

Merge branch 'array_keys_strict_refs' of https://github.com/tony2001/php-src

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

1...<<11121314151617181920>>...29