History log of /PHP-5.5/Zend/zend_execute.c (Results 76 – 100 of 874)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 94dd8372 20-Apr-2010 Dmitry Stogov

Changed the structure of op_array.opcodes. The constant values are moved from opcode operands into a separate literal table


Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1
# 5eb4db5e 25-Jan-2010 Pierre Joye

- Ensure that stderr output are not buffered, portability for tests


# d2281d1d 05-Jan-2010 Sebastian Bergmann

sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php


Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4, php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1, php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3
# b907aa43 04-Jun-2009 Matt Wilmas

MFH:
Restored double->long conversion behavior to that of PHP 5.2 (on most platforms) and prior:
* Out-of-range numbers overflow/preserve least significant bits (no LONG_MAX/MIN limit)

MFH:
Restored double->long conversion behavior to that of PHP 5.2 (on most platforms) and prior:
* Out-of-range numbers overflow/preserve least significant bits (no LONG_MAX/MIN limit)
* See bug #42868 (presumably-rare platform with different results in 5.2)
* On 32-bit platforms with 64-bit long type, a zend_long64 cast has been added,
otherwise it's the same as 5.2
* Use this conversion method everywhere instead of some plain (long) casts

Added 'L' parameter parsing specifier to ensure a LONG_MAX/MIN limit:
* Essentially what 5.3's new conversion was doing in most cases
* Functions with "limit" or "length" type params could be updated to use this,
and prevent confusing overflow behavior with huge numbers (*also* in 5.2)
- See bug #47854, for example; or even #42868 again

# Test updates coming

show more ...


Revision tags: php-5.2.10RC1, php-5.3.0RC2
# 197a950b 21-Apr-2009 Dmitry Stogov

Fixed bug #48004 (Error handler prevents creation of default object)


# fb3c73da 21-Apr-2009 Dmitry Stogov

Fixed bug #48004 (Error handler prevents creation of default object)


Revision tags: php-5.3.0RC1
# e66bd02b 18-Mar-2009 Dmitry Stogov

Inline only the most useful code


# ff562052 18-Mar-2009 Dmitry Stogov

Fixed bug #47704 (crashes on some "bad" operations with string offsets)
Removed unnecessary checks


Revision tags: RELEASE_1_3_5
# 742d0b6b 11-Mar-2009 Dmitry Stogov

Fixed speed degradation on gcc-4.3 because of less agressive inlining


Revision tags: php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1
# f8689552 05-Jan-2009 Felipe Pena

MFH:
- Fixed bug #46701 (Creating associative array with long values in the key fails on 32bit linux)
Patch by Shire


# 08659c2d 31-Dec-2008 Sebastian Bergmann

MFH: Bump copyright year, 3 of 3.


Revision tags: NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5, php-5.2.7RC4, BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3, php-5.2.7RC2, php-5.2.7RC1
# 85ab4235 15-Aug-2008 Felipe Pena

- MFH: Removed some TSRMLS_FETCH()s


# cf7384aa 12-Aug-2008 Felipe Pena

- MFH: Constness (Added const qualifier to several function parameters)


Revision tags: php-4.4.9, php-5.3.0alpha1
# f5f8cba8 26-Jul-2008 Dmitry Stogov

Fixed bug #44660 (Indexed and reference assignment to propery of non-object don't trigger warning)


# 4f81a0c3 26-Jul-2008 Dmitry Stogov

Fixed crashes and memory leak for objects with NULL write_property/has_property/unset_property handlers


Revision tags: php-4.4.9RC1
# d5ef2f46 14-Jul-2008 Dmitry Stogov

Added support for lambda functions and closures


# 578cfc60 01-Jul-2008 Dmitry Stogov

Removed redundant code


Revision tags: BEFORE_NEW_PARAMETER_PARSE
# 76a9a42e 11-Jun-2008 Dmitry Stogov

- Removed direct executor recursion.
- Use fastcall calling convention in executor on x86.


Revision tags: RELEASE_1_2_5, RELEASE_2_0_0b1
# 805b6dd3 09-May-2008 Matt Wilmas

MFH: Fixed bug #44681 (Resources used as array keys get converted to 0)


# 833e0134 06-May-2008 Dmitry Stogov

GC fix


# 1b317f15 05-May-2008 Dmitry Stogov

- Use ZEND_FREE() opcode instead of ZEND_SWITCH_FREE(IS_TMP_VAR)
- Fixed bug #44913 (Segfault when using return in combination with nested loops
and continue 2)


Revision tags: php-5.2.6
# 2ecf4bb0 29-Apr-2008 Dmitry Stogov

Lazy EG(active_symbol_table) initialization


# 8fac7257 24-Apr-2008 Dmitry Stogov

Optimized handlers for ZEND_RECV and ZEND_RECV_INIT opocdes


Revision tags: RELEASE_1_0_2, php-5.2.6RC5, php-5.2.6RC4, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1
# 2b10c53a 18-Mar-2008 Felipe Pena

MFH: Dropped zend.ze1_compatibility_mode
[DOC]


# 579e46dd 08-Mar-2008 Felipe Pena

Cosmetics (removed space on error message)


12345678910>>...35