History log of /PHP-5.5/Zend/zend_vm_execute.h (Results 376 – 400 of 453)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 82120342 27-Oct-2005 Dmitry Stogov

Fixed SIGSEGV


Revision tags: RELEASE_0_9_2, RELEASE_0_9_1
# ad1f706f 20-Oct-2005 Dmitry Stogov

Removed unnecesary local variable


# c095e20c 20-Oct-2005 Dmitry Stogov

Fixed bug #31177 (menory leaks and corruption because of incorrect refcounting)


Revision tags: php-5.1.0RC3, php-5.1.0RC2
# 3019a1c6 10-Oct-2005 Dmitry Stogov

Fixed bug #34786 (2 @ results in change to error_reporting() to random value)


Revision tags: php-4.4.1RC1, RELEASE_0_9_0
# d38a9011 23-Sep-2005 Antony Dovgal

- store current value of error_reporting only if it's not stored yet
- reset old_error_reporting to NULL only it points to the tmp_var at current opline


# d6c7d963 23-Sep-2005 Dmitry Stogov

MFH


# f8e8c553 22-Sep-2005 Antony Dovgal

MFH: fix #33771 (error_reporting falls to 0 when @ was used inside try/catch block)


# a51fc50b 21-Sep-2005 Derick Rethans

- MFH: Moved the FREE_OP to after the execution of the included file, or eval
statement so that it is safe to access this information in the overridden
zend_execute() function, which is w

- MFH: Moved the FREE_OP to after the execution of the included file, or eval
statement so that it is safe to access this information in the overridden
zend_execute() function, which is what Xdebug does.

show more ...


# 0ce74871 19-Sep-2005 Dmitry Stogov

Fixed access to memory that is already freed (in case of __call() method)


# 46488c8b 19-Sep-2005 Dmitry Stogov

Fixed parameter passing incompatibilities.
Now it is possible to call array_pop(explode("&","1&2&3")) again.


# f43767b2 16-Sep-2005 Antony Dovgal

fix #34505 (possible memory corruption when unmangling properties with empty names)
1st part


# e4a4ab60 16-Sep-2005 Dmitry Stogov

Fixed bug #34518 (Unset doesn't separate container in CV)


Revision tags: RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2
# 19dc0411 24-Aug-2005 Dmitry Stogov

Fixed return-by-reference from internal functions


Revision tags: php-5.0.5RC1
# a23aec66 18-Aug-2005 foobar

MFH: nuked eol from error message


Revision tags: php-5.1.0RC1, BEFORE_UNICODE_MERGE
# daba35fe 10-Aug-2005 Dmitry Stogov

Fixed bug #34062 (Crash in catch block when many arguments are used)


# 779e6d20 10-Aug-2005 Dmitry Stogov

Fixed bug #34064 (arr[] as param to function in class gives invalid opcode)


# f0f15579 10-Aug-2005 Dmitry Stogov

Fixed bug #34045 (Buffer overflow with serialized object)


Revision tags: RELEASE_2_0_0
# a744a6fe 05-Aug-2005 Dmitry Stogov

Fixed memory leak in foreach() on undefined variable (Zend/tests/foreach_undefined.php)


# 70f72d39 29-Jul-2005 Ilia Alshanetsky

Fixed warning message generated when isset() or empty() are given invalid
offset type.


# 49787c93 29-Jul-2005 foobar

update generated file


Revision tags: RELEASE_0_9
# f90bdf89 18-Jul-2005 Dmitry Stogov

Fixed bug #33558 (warning with nested calls to functions returning by reference)


# d7baf87c 18-Jul-2005 Dmitry Stogov

Removed some compilation warnings.


Revision tags: php-5.1.0b3
# 8a9fc343 11-Jul-2005 Ilia Alshanetsky

Make references misuse emit E_NOTICE rather E_STRICT to be compatible with
PHP 4.4.0


Revision tags: php-4.4.0
# 343af548 04-Jul-2005 Dmitry Stogov

Fixed SIGSEGV on 'global ${"{$blah}_ID"};'


# f4b5a519 03-Jul-2005 Dmitry Stogov

Fixed memory leak


1...<<111213141516171819