History log of /php-src/Zend/zend_operators.c (Results 201 – 225 of 722)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 775b4b54 23-Jul-2017 Sara Golemon

Use compatability zend_isnan() instead of POSIX isnan()

s/isnan/zend_isnan/g

# e23c1329 23-Jul-2017 Sara Golemon

Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
Fix compile-time optimization of NAN comparisons


# 1229b0f8 23-Jul-2017 Sara Golemon

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
Fix compile-time optimization of NAN comparisons


# c562d443 23-Jul-2017 Sara Golemon

Fix compile-time optimization of NAN comparisons

Revision tags: php-7.1.8RC1, php-7.2.0beta1, php-7.0.22RC1, php-5.6.31, php-7.0.21, php-7.1.7
# bc5811f3 04-Jul-2017 Anatol Belski

further sync for vim mode lines

Revision tags: php-7.2.0alpha3, php-7.1.7RC1, php-7.0.21RC1, php-7.2.0alpha2, php-7.1.6, php-7.2.0alpha1, php-7.0.20, php-7.1.6RC1, php-7.0.20RC1
# a08723d3 18-May-2017 Dmitry Stogov

Use interned empty and "one char" strings.

Revision tags: php-7.1.5, php-7.0.19, php-7.0.19RC1, php-7.1.5RC1, php-7.1.4, php-7.0.18, php-7.1.4RC1, php-7.0.18RC1, php-7.1.3, php-7.0.17
# c6982995 04-Mar-2017 Anatol Belski

Interned strings unification for TS/NTS

Hereby, interned strings are supported in thread safe PHP. The patch
implements two types of interned strings

- interning per process, st

Interned strings unification for TS/NTS

Hereby, interned strings are supported in thread safe PHP. The patch
implements two types of interned strings

- interning per process, strings are not freed till process end
- interning per request, strings are freed at request end

There is no runtime interning.

With Opcache, all the permanent iterned strings are copied into SHM on
startup, additional copying into SHM might happen on demand.

show more ...

Revision tags: php-7.1.3RC1, php-7.0.17RC1, php-7.1.2, php-7.0.16
# 963981df 12-Feb-2017 Xinchen Hui

Merge branch 'PHP-7.1'

* PHP-7.1:
Update NEWS
Fixed bug #74084 (Out of bound read - zend_mm_alloc_small)


# b56114e8 12-Feb-2017 Xinchen Hui

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
Fixed bug #74084 (Out of bound read - zend_mm_alloc_small)

Conflicts:
Zend/zend_operators.c


# 26fdebc6 12-Feb-2017 Xinchen Hui

Fixed bug #74084 (Out of bound read - zend_mm_alloc_small)

Revision tags: php-7.0.16RC1, php-7.1.2RC1, php-5.6.30, php-7.0.15, php-5.6.30RC1, php-7.1.1RC1, php-7.0.15RC1
# dac6c639 04-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017

# 478f119a 04-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017

# 9e29f841 02-Jan-2017 Sammy Kaye Powers

Update copyright headers to 2017

Revision tags: php-7.1.1, php-5.6.29
# e8109e09 06-Dec-2016 Dmitry Stogov

Fixed memory leaks caused by exceptions thrown from destructors.

Revision tags: php-7.0.14
# 7d86ed18 05-Dec-2016 Dmitry Stogov

Merge branch 'PHP-7.1'

* PHP-7.1:
Fixed behavior of failing compound assignments (they shouldn't change the source value when exception thrown during type converion).


# 2f0e61f4 05-Dec-2016 Dmitry Stogov

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
Fixed behavior of failing compound assignments (they shouldn't change the source value when exception thrown during type converion).


# a983b728 05-Dec-2016 Dmitry Stogov

Fixed behavior of failing compound assignments (they shouldn't change the source value when exception thrown during type converion).

# 5e05b9b7 02-Dec-2016 Nikita Popov

Merge branch 'PHP-7.1'


# 91d365f8 02-Dec-2016 Nikita Popov

Merge branch 'PHP-7.0' into PHP-7.1


# 8f7325fc 02-Dec-2016 Nikita Popov

Fix leak in shift_right_function

# e3195045 02-Dec-2016 Dmitry Stogov

Merge branch 'PHP-7.1'

* PHP-7.1:
Fixed behavior of failing compound assignments (they shouldn't change the source value when exception thrown during type converion).


# b3a4de65 02-Dec-2016 Dmitry Stogov

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
Fixed behavior of failing compound assignments (they shouldn't change the source value when exception thrown during type converion).


# 2b70d44b 02-Dec-2016 Dmitry Stogov

Fixed behavior of failing compound assignments (they shouldn't change the source value when exception thrown during type converion).

# 0314958a 02-Dec-2016 Dmitry Stogov

Merge branch 'PHP-7.1'

* PHP-7.1:
Fixed behavior of failing compound assignments (they shouldn't change the source value).


# 5a57b3d6 02-Dec-2016 Dmitry Stogov

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
Fixed behavior of failing compound assignments (they shouldn't change the source value).


12345678910>>...29