History log of /PHP-5.3/Zend/zend_execute.c (Results 226 – 250 of 809)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 21f09643 19-Jan-2004 Andi Gutmans

- Hopefully fix bug #26696.
- Please let me know if hell-breaks loose


Revision tags: php-4.3.5RC1
# e321eba0 09-Jan-2004 Stanislav Malyshev

Fix Bug #26077 - memory leak when new() result is not assigned
and no constructor defined


# ccfc46b0 08-Jan-2004 foobar

- Happy new year and PHP 5 for rest of the files too..
# Should the LICENSE and Zend/LICENSE dates be updated too?


# 1d2b4bcc 07-Jan-2004 Marcus Boerger

Reimplement part of Bug #24608 that was reverted too


# 82f0c9e7 07-Jan-2004 Marcus Boerger

Revert patch that allowed to call sttaic methods via $method()


# 18ea05b7 05-Jan-2004 Marcus Boerger

Fixed bug #26802


# 1e11e740 05-Jan-2004 Stanislav Malyshev

Bug #24608 - fix interaction between __accessors and get_property_ptr


# 6923a16c 03-Jan-2004 Derick Rethans

- Fixed var_export() to show public, protected and private modifiers properly.
- Exported (un)mangle_property_name.


# 04685949 29-Dec-2003 Marcus Boerger

Fix (string) conversion


# 1dec2d85 25-Dec-2003 Marcus Boerger

Fix warning


# d28d247c 25-Dec-2003 Marcus Boerger

Fix warning


Revision tags: php-5.0.0b3, php-5.0.0b3RC2
# 5adf502a 19-Dec-2003 Dmitry Stogov

Error reporting on unset string offset was added (Bug #24773 Zend/tests/bug24773.phpt)


# 25a811da 19-Dec-2003 Dmitry Stogov

Assign_op operators (+=) were fixed for elements of overloaded objects


# 38beff5c 18-Dec-2003 Andi Gutmans

- Nuke C++ comment


# 3546d860 18-Dec-2003 Andi Gutmans

- Revert patch 1.566


# 49efcd4f 18-Dec-2003 Marcus Boerger

Fixed bug #24837 Incorrect behaviour of PPP using foreach.


Revision tags: php-5.0.0b3RC1
# 24298e52 17-Dec-2003 Zeev Suraski

This part of the if was necessary after all.
Refix bug #22510


# a1a69ae1 15-Dec-2003 foobar

ws + cs (no c++ comments in c code)


# ceb7c536 15-Dec-2003 Dmitry Stogov

Bug #24773 was fixed (Zend/tests/bug24773.phpt)
Assign_op operators (+=) were fixed for elements of overloaded objects
Memory leaks during accessing ptoperies/elements of overloaded objects w

Bug #24773 was fixed (Zend/tests/bug24773.phpt)
Assign_op operators (+=) were fixed for elements of overloaded objects
Memory leaks during accessing ptoperies/elements of overloaded objects were fixed

show more ...


# 3a42baba 14-Dec-2003 Zeev Suraski

Fix behavior of return-by-reference functions. Remove erroneous warnings,
add E_STRICT warnings in case you return something by reference that you're
not supposed to (anything that's not a v

Fix behavior of return-by-reference functions. Remove erroneous warnings,
add E_STRICT warnings in case you return something by reference that you're
not supposed to (anything that's not a variable, or a return-value of a
function that returned by reference).

show more ...


# e94e3e17 14-Dec-2003 Zeev Suraski

Some cleanup


# 5ba810ee 11-Dec-2003 Andi Gutmans

- Refix bug #24773


# b8afd834 11-Dec-2003 Marcus Boerger

read_dimension() handler might return 0, handle this.


# f4d6a5c7 05-Dec-2003 Andi Gutmans

- Remove two unneeded convert_to_string() (found by Marcus)
- Change illegal use of string offset to E_ERROR


# 4a38020d 04-Dec-2003 Moriyoshi Koizumi

Revert crap.


12345678910>>...33