#
68fa4e50 |
| 30-Jul-2003 |
Zeev Suraski |
Get rid of an opcode
|
#
f41f62c2 |
| 30-Jul-2003 |
Zeev Suraski |
Support overloading of $foo["bar"] += "baz"
|
#
c0b46739 |
| 30-Jul-2003 |
Zeev Suraski |
Improve array overloading - support unset($foo["bar"])
|
#
1cc89eff |
| 27-Jul-2003 |
Stanislav Malyshev |
clean the right one
|
#
9fa2d523 |
| 27-Jul-2003 |
Stanislav Malyshev |
make clone and throw coexist peacefully
|
#
c3c136ea |
| 27-Jul-2003 |
Stanislav Malyshev |
fix #24635: clean hash before putting into cache
|
#
b54ae179 |
| 24-Jul-2003 |
Zeev Suraski |
Fix logic and comments in ASSIGN_DIM
|
#
06105157 |
| 24-Jul-2003 |
Zeev Suraski |
Fix assignments to numeric array indices
|
#
03b6af07 |
| 24-Jul-2003 |
Zeev Suraski |
Support references in foreach() Syntax: foreach ($arr as &$val) foreach ($arr as $key => &$val)
|
#
e25d5e7f |
| 24-Jul-2003 |
Zeev Suraski |
Fix binary safety in foreach() keys (fixes bug #24783)
|
#
237116aa |
| 23-Jul-2003 |
Stanislav Malyshev |
Remove namespace leftovers
|
#
cf90932a |
| 22-Jul-2003 |
Zeev Suraski |
Improve infrastructure of numeric handling of elements in symbol tables. When you want to work with a symbol table, and you don't know whether you have a numeric ("string that looks like
Improve infrastructure of numeric handling of elements in symbol tables. When you want to work with a symbol table, and you don't know whether you have a numeric ("string that looks like a number") or a string element in your hands, use zend_symtable_*() functions, in place of zend_hash_*() functions.
show more ...
|
#
6a50660c |
| 22-Jul-2003 |
Zeev Suraski |
Fix isset()/empty() for non-trivial object elements (API change - read_property now accepts an extra element) Fixes bug #24436
|
#
75452992 |
| 21-Jul-2003 |
Zeev Suraski |
Revert fix for #24729, and refix
|
#
98963e3c |
| 21-Jul-2003 |
Marcus Boerger |
Go with a better fix for #24729
|
#
8ac33428 |
| 20-Jul-2003 |
Marcus Boerger |
Bugfix #24729 = new ; causes crash when is not set
|
#
7bbe6080 |
| 20-Jul-2003 |
Marcus Boerger |
Fix uncloneable objetcs
|
#
3a898f6d |
| 16-Jul-2003 |
Zeev Suraski |
More cleanup for assign-op handling of objects
|
#
d9fb6b67 |
| 08-Jul-2003 |
Zeev Suraski |
initial refactoring for assign-op handling of objects
|
#
3cfa6a68 |
| 07-Jul-2003 |
Zeev Suraski |
Add get_dim callback
|
#
ed97b9fb |
| 07-Jul-2003 |
Zeev Suraski |
Fix naming convention
|
#
d16f0a63 |
| 07-Jul-2003 |
Derick Rethans |
- Help Zeev fixing ghosts :)
|
#
938c0fbc |
| 07-Jul-2003 |
Zeev Suraski |
Initial support for overloading of array syntax for objects (very initial)
|
#
8f023416 |
| 03-Jul-2003 |
Stanislav Malyshev |
enable Classname() constructor to be called via parent::__constructor()
|
#
eb224d4a |
| 02-Jul-2003 |
Zeev Suraski |
Throughly fix scoping change. Fixes, among other things, bug #24403
|