History log of /PHP-5.5/Zend/zend_execute.c (Results 301 – 325 of 874)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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.


# bcbc036a 04-Dec-2003 Moriyoshi Koizumi

Raise error in case dereference is performed on a scalar value.


# 5fe26e76 03-Dec-2003 Moriyoshi Koizumi

This kind of error should be caught. (suggested by Andi, thanks)


# 7ac854e7 03-Dec-2003 Moriyoshi Koizumi

Fix bug #24773 (unset()ing string offsets crashes PHP)


# 61121920 03-Dec-2003 Derick Rethans

- Remove newline from error message


# 98e1a3db 01-Dec-2003 Andi Gutmans

- Change to E_STRICT so as not to break existing scripts.
- Thanks Edin


# cf196ac6 29-Nov-2003 Ilia Alshanetsky

Restore original patch for bug #26281.

# Andi if you have a time & interest please see if perhaps a better
# solution can be implemented. Thanks.


# 4dba05d9 24-Nov-2003 Marcus Boerger

Add new interface ArrayAccess to use objects as Arrays


# d344648b 24-Nov-2003 Andi Gutmans

- Fix __autoload() to preserve class case.
- Heads up, this patch might break stuff so please let me know if you
- bump into any problems.


# 44a03df9 21-Nov-2003 Ilia Alshanetsky

Cleaner patch for bug #26281.


# fdd902f0 19-Nov-2003 Ilia Alshanetsky

Possible fix for bug #26281 & test case.


1...<<11121314151617181920>>...35