History log of /php-src/Zend/zend.c (Results 226 – 250 of 889)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-7.1.3RC1, php-7.0.17RC1
# b59f3cf1 21-Feb-2017 Anatol Belski

use the delivered global arg instead of fetching it

# 0c28332b 18-Feb-2017 Anatol Belski

Merge branch 'PHP-7.1'

* PHP-7.1:
initialize valid_symbol_table, important for the main thread


# ac64eea9 18-Feb-2017 Anatol Belski

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
initialize valid_symbol_table, important for the main thread


# 1623ef10 18-Feb-2017 Anatol Belski

initialize valid_symbol_table, important for the main thread

to prevent php_errormsg population on invalid symlol_table

Revision tags: php-7.1.2, php-7.0.16
# 1b1399c9 09-Feb-2017 Jim Zubov

Added EG(flags) - executor global flags
EG_FLAGS_IN_SHUTDOWN - is set when PHP is in shutdown state

Revision tags: php-7.0.16RC1, php-7.1.2RC1
# fa45f64b 20-Jan-2017 Remi Collet

Merge branch 'PHP-7.1'

* PHP-7.1:
NEWS
NEWS
Fixed bug #73965 DTrace reported as enabled when disabled


# 7ea7d3d8 20-Jan-2017 Remi Collet

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
NEWS
Fixed bug #73965 DTrace reported as enabled when disabled


# f81b7df6 20-Jan-2017 Remi Collet

Fixed bug #73965 DTrace reported as enabled when disabled

Revision tags: php-5.6.30, php-7.0.15
# cd2b462a 15-Jan-2017 Anatol Belski

move some var declarations to the top for better grouping

# 1cdcf5ba 13-Jan-2017 Xinchen Hui

Merge branch 'PHP-7.1'

* PHP-7.1:
Remove redundant reference handling
Fixed bug #73916 (zend_print_flat_zval_r doesn't consider reference)


# b25be216 13-Jan-2017 Xinchen Hui

Remove redundant reference handling

# 04379bcb 13-Jan-2017 Xinchen Hui

Fixed bug #73916 (zend_print_flat_zval_r doesn't consider reference)

Revision tags: 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

# 5fc9aa9a 18-Dec-2016 Nikita Popov

Make printf_to_smart_str(ing) the primitive printf operation

vs(tr)pprintf is now implemented in Zend on top of
printf_to_smart_str(int), which is provided as a utility function.

Make printf_to_smart_str(ing) the primitive printf operation

vs(tr)pprintf is now implemented in Zend on top of
printf_to_smart_str(int), which is provided as a utility function.

This allows us to efficiently printf to the end of a smart string.

show more ...

# c7742e28 18-Dec-2016 Nikita Popov

Export zend_s(tr)pprintf

It's annoying that in Zend you have to use zend_strpprintf instead
of strpprintf, while in PHP you have to use strpprintf instead of
zend_strpprintf.

Export zend_s(tr)pprintf

It's annoying that in Zend you have to use zend_strpprintf instead
of strpprintf, while in PHP you have to use strpprintf instead of
zend_strpprintf.

Make zend_s(tr)pprintf always available and keep s(tr)pprintf as
macro aliases.

show more ...

Revision tags: php-7.1.1, php-5.6.29, php-7.0.14, php-7.1.0
# b204b3ab 26-Nov-2016 Anatol Belski

further normalizations, uint vs uint32_t

fix merge mistake

yet one more replacement run

Revision tags: php-5.6.29RC1, php-7.0.14RC1
# 6a647150 18-Nov-2016 Dmitry Stogov

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
Disabled PHP call tracing by default (it makes significant overhead). This may be enabled again using envirionment variable USE_ZEND_DTRA

Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
Disabled PHP call tracing by default (it makes significant overhead). This may be enabled again using envirionment variable USE_ZEND_DTRACE=1.

show more ...


# 0c78fe4b 18-Nov-2016 Dmitry Stogov

Disabled PHP call tracing by default (it makes significant overhead).
This may be enabled again using envirionment variable USE_ZEND_DTRACE=1.

# a911df5d 18-Nov-2016 Dmitry Stogov

Revert "Introduced zend.enable_dtrace INI directive to enable/disable PHP call tracing"

This reverts commit 01239b0effbc1839aca6d03cdd4c3a0c1a509798.

# 01239b0e 18-Nov-2016 Dmitry Stogov

Introduced zend.enable_dtrace INI directive to enable/disable PHP call tracing

Revision tags: php-7.1.0RC6, php-5.6.28, php-7.0.13, php-5.6.28RC1, php-7.1.0RC5, php-7.0.13RC1, php-7.1.0RC4, php-5.6.27, php-7.0.12, php-7.1.0RC3, php-5.6.27RC1, php-7.0.12RC1, php-5.6.26, php-7.1.0RC2, php-7.0.11, php-5.6.26RC1, php-7.1.0RC1
# 12ee17d5 30-Aug-2016 Davey Shafik

Implement \ArgumentCountError exception

Revision tags: php-7.0.11RC1, php-7.1.0beta3, php-5.6.25, php-7.0.10, php-7.1.0beta2, php-5.6.25RC1, php-7.0.10RC1, php-7.1.0beta1, php-5.6.24, php-7.0.9, php-5.5.38
# b0037688 11-Jul-2016 Bob Weinand

Rewrite watchpoints to be much more stable

This mainly involves a separate abstraction layer for elements (e.g. $a->b) and watchpoints (on pointer of the Bucket for example).
Also better

Rewrite watchpoints to be much more stable

This mainly involves a separate abstraction layer for elements (e.g. $a->b) and watchpoints (on pointer of the Bucket for example).
Also better comparison handling (value backup vs. page dumps).

It is not yet finished (there are sometimes false positives announced and names not yet perfect), but the functionality is working and not crashing as far as I have tested.
Future scope is also relative watchpoints, e.g. "w $this->val expression()" which does not have the symbol tables as basis, but the value (in this example: return value of expression()) as basis.

show more ...

Revision tags: php-5.6.24RC1, php-7.1.0alpha3, php-7.0.9RC1
# d0460d8f 23-Jun-2016 Dmitry Stogov

Turn safe timeout handling into general interrupt handling ability.

12345678910>>...36