History log of /php-src/Zend/zend_vm_execute.h (Results 2051 – 2075 of 2364)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 3931078e 06-Jul-2011 Dmitry Stogov

Fixed bug #55135 (Array keys are no longer type casted in unset())

# b7e12400 06-Jul-2011 Dmitry Stogov

Fixed bug #55135 (Array keys are no longer type casted in unset())

Revision tags: php-5.3.7RC2, php-5.4.0alpha1, php-5.3.7RC1
# 66ac89a0 06-Jun-2011 Felipe Pena

- Added indirect method call through array variable (FR Bug #47160)

# be388945 06-Jun-2011 Felipe Pena

- Added indirect method call through array variable (FR Bug #47160)

# 32b5f8a1 06-Jun-2011 Felipe Pena

- Added new parameter parsing option (p - for valid path (string without null byte in the middle))
# The tests will be fixed in the next commits

# 4737910b 06-Jun-2011 Felipe Pena

- Added new parameter parsing option (p - for valid path (string without null byte in the middle))
# The tests will be fixed in the next commits

# 68ff1463 06-Jun-2011 Felipe Pena

- Restore fix for #39863 (do not accept paths with NULL in them)
# This was removed by regenerating the VM months ago

# c270347c 31-May-2011 Dmitry Stogov

MFH: Arithmetic speedup. Inlined most probable code-paths for arithmetic operations directly into executor.

# b7eb3c1c 23-May-2011 Dmitry Stogov

Arithmetic speedup. Inlined most probable code-paths for arithmetic operations directly into executor.

# 6eedfb9b 05-May-2011 Dmitry Stogov

Fixed direct threaded executor (php zend_vm_gen.php --with-vm-kind=GOTO)

# e510daf2 25-Apr-2011 Dmitry Stogov

Fixed bug #54585 (track_errors causes segfault)

# 9fb4cd1a 25-Apr-2011 Dmitry Stogov

Fixed bug #54585 (track_errors causes segfault)

# 821d7169 20-Apr-2011 Dmitry Stogov

Fixed bug #54367 (Use of closure causes problem in ArrayAccess).

# c157f4b4 20-Apr-2011 Dmitry Stogov

Fixed bug #54367 (Use of closure causes problem in ArrayAccess).

Revision tags: php-5.3.6
# b78ac8df 16-Mar-2011 Dmitry Stogov

Fixed bug #54262 (Crash when assigning value to a dimension in a non-array)

# 8c06867e 16-Mar-2011 Dmitry Stogov

Fixed bug #54262 (Crash when assigning value to a dimension in a non-array)

# 8efa208e 16-Mar-2011 Stanislav Malyshev

fix UMR when variable name is an object and __toString is used
# zend_call_function checks IS_REF on This

Revision tags: php-5.3.6RC3, php-5.3.6RC2, php-5.3.6RC1, php-5.2.17, php-5.3.5
# 927bf09c 01-Jan-2011 Felipe Pena

- Year++

# 0203cc3d 01-Jan-2011 Felipe Pena

- Year++

Revision tags: php-5.2.16, php-5.2.15
# c35fc788 09-Dec-2010 Dmitry Stogov

Fixed bug #53511 (Exceptions are lost in case an exception is thrown in catch operator)

Revision tags: php-5.3.4, php-5.2.15RC2, php-5.3.4RC2
# 7628da98 24-Nov-2010 Dmitry Stogov

Removed support for break/continue $var syntax

Revision tags: php-5.3.4RC1
# ce96fd6b 18-Nov-2010 Pierre Joye

- fix #39863, do not accept paths with NULL in them. See http://news.php.net/php.internals/50191, trunk will have the patch later (adding a macro and/or changing (some) APIs. Patch by Rasmus

Revision tags: php-5.2.15RC1, PHP_5_2_15RC1
# 68e154b1 22-Oct-2010 Dmitry Stogov

reduced size of temp_variariable

# 968bdc57 22-Oct-2010 Dmitry Stogov

Simplified foreach() handling, we don't have to inctrement/decrement refcount twice

# d12098ee 22-Oct-2010 Dmitry Stogov

Fixed crash on attempt to insert reference to string offset into an array

1...<<81828384858687888990>>...95