History log of /PHP-5.5/Zend/zend_vm_execute.h (Results 426 – 450 of 453)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 79d6f11a 05-May-2005 Dmitry Stogov

Fixed bug #31525 (object reference being dropped. $this getting lost)


# 5e4d9158 04-May-2005 Dmitry Stogov

Fixed bug #30707 (Segmentation fault on exception in method)


# 37d16df0 04-May-2005 Dmitry Stogov

Fixed bug #30162 (Catching exception in constructor couses lose of $this)


# aba79c26 27-Apr-2005 Dmitry Stogov

Fixed bug #32833 (Invalid opcode)


# 28e68301 27-Apr-2005 Dmitry Stogov

Fixed bug #32674 (exception in iterator causes crash)


# a9a319b0 26-Apr-2005 Dmitry Stogov

Fixed bug #30889 (Conflict between __get/__set and ++ operator)


# 4fbddd03 15-Apr-2005 Andrei Zmievski

Fix certain operations to stop relying on presence of read_property and
write_property handlers. They may be NULL'ed out by certain objects
pretending to be pure arrays, for example. Do check

Fix certain operations to stop relying on presence of read_property and
write_property handlers. They may be NULL'ed out by certain objects
pretending to be pure arrays, for example. Do checks first.

show more ...


Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11
# 3f16ad98 24-Mar-2005 Marcus Boerger

- Second part of removing temp solution


Revision tags: php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1
# 6dc04d98 12-Mar-2005 Marcus Boerger

- If an exception is pending we don't bail out but show the unhandled exception


# e4599c69 10-Mar-2005 Marcus Boerger

- #31562 2nd part


# f3f8792b 24-Feb-2005 Dmitry Stogov

Fixed bug in ZEND_POST_INC/ZEND_POST_DEC handlers.
These opcodes assume IS_TMP_VAR as result.


Revision tags: RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2
# 5764d6f4 10-Feb-2005 Dmitry Stogov

Fixed bug #30407 (Strange behaviour of default arguments)


Revision tags: RELEASE_0_2_1, RELEASE_0_2
# fc96c7f7 07-Feb-2005 Dmitry Stogov

foreash($a as $key => $val) optimization
Removed temorary array creation on each iteration.


# 662cd826 05-Feb-2005 Marcus Boerger

- Cleanup foreach statement


# 82193adc 25-Jan-2005 Marcus Boerger

- Bugfix #26229 (getIterator() segfaults when it returns arrays or scalars)


# ccca7df1 25-Jan-2005 Marcus Boerger

- Use correct freeing (thx Dmitry)


# 3cf4eae4 24-Jan-2005 Marcus Boerger

- Second and last part of #30725 fix


# 72d02269 14-Jan-2005 Dmitry Stogov

Restore behavior of $str["str"]. (Now $str["str"] is equivalent to $str[0] again)


# 6fa37163 12-Jan-2005 Dmitry Stogov

Fixed bug #31098 (isset false positive)


# 9b77de63 11-Jan-2005 Moriyoshi Koizumi

- Fix bug #31436 (isset() incorrectly returns true in dereference of a wrong type)


# a96507c1 10-Jan-2005 foobar

- Added missing header sections.


# beaff87d 27-Dec-2004 Dmitry Stogov

"Undefined variable: %s" noticies were fixed to use one space


# f9108845 24-Dec-2004 Dmitry Stogov

New sarbage collector's bug was fixed (the behavior should be the same as in PHP_5_0)


Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2
# ec36f7dc 01-Dec-2004 Dmitry Stogov

Fixed bug #29883 (isset gives invalid values on strings).


Revision tags: php-5.0.3RC1, php-4.3.10RC1
# 9fb0e11d 03-Nov-2004 Dmitry Stogov

Fixed "isset() and the new VM" bug.


1...<<111213141516171819