History log of /php-src/Zend/zend_vm_execute.h (Results 2076 – 2100 of 2374)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 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

# 635f3aff 22-Oct-2010 Dmitry Stogov

Removed redundant check

# fa3f0bb6 05-Oct-2010 Dmitry Stogov

Fixed bug #51008 (Zend/tests/bug45877.phpt fails)

# e3bb9348 15-Sep-2010 Dmitry Stogov

Regenerated

# 2188f26c 25-Aug-2010 Dmitry Stogov

Fixed bug #52614 (Memory leak when writing on uninitialized variable returned from method call)

# 8a6d73b0 18-Aug-2010 Dmitry Stogov

improved performance of @ (silence) operator

# f48999ca 11-Aug-2010 Dmitry Stogov

Optimization of ASSIGN instruction

# e0b72859 10-Aug-2010 Dmitry Stogov

Optimization (IS_TMP_VARs don't need reference counting)

# 523b965c 10-Aug-2010 Dmitry Stogov

Prevent generation of long strings

Revision tags: oci8-1.4.3
# 39b4a5ee 27-Jul-2010 Dmitry Stogov

Additional specialization

# d30073a2 26-Jul-2010 Dmitry Stogov

Removed deprecated check

Revision tags: php-5.2.14, php-5.3.3
# 5a2ee8ec 19-Jul-2010 Dmitry Stogov

Use proper fetch types

# c1336009 19-Jul-2010 Dmitry Stogov

Removed invalid checks

# ca4de03e 16-Jul-2010 Dmitry Stogov

ZEND_FETCH_*_R operations simplified and can't be used with EXT_TYPE_UNUSED flag any more. Thit is very rare and useless case. ZEND_FREE might be required after them instead.

# 8aad91d1 16-Jul-2010 Dmitry Stogov

Simplified string offset reading

Revision tags: php-5.3.3RC3, php-5.2.14RC3
# 09d8bbb2 05-Jul-2010 Dmitry Stogov

Fixed bug #52237 (Crash when passing the reference of the property of a non-object)

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