#
9966587a |
| 28-Apr-2005 |
Dmitry Stogov |
Fixed bug #29015 (Incorrect behavior of member vars(non string ones)-numeric mem vars und others)
|
#
c81db6bc |
| 27-Apr-2005 |
Dmitry Stogov |
Fixed bug #29210 (Function: is_callable - no support for private and protected classes)
|
#
53e3b0fc |
| 25-Apr-2005 |
Andrei Zmievski |
Reverting. Let's not introduce major BC breakage like this without a good reason.
|
#
79b9084e |
| 17-Apr-2005 |
Marcus Boerger |
- Fix logic
|
#
adb3d019 |
| 08-Apr-2005 |
Marcus Boerger |
- No E_ERROR when we just check (where did my 0->1 change go on first commit?)
|
#
40cc0b77 |
| 08-Apr-2005 |
Marcus Boerger |
- No E_ERROR when we just check, here visibility simply means there is none
|
#
698d301c |
| 08-Apr-2005 |
Marcus Boerger |
- Simplify getting property info and make it an api function
|
Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2 |
|
#
6a6eaf2b |
| 19-Mar-2005 |
Marcus Boerger |
- More fixes to gracefully act on exception thrown in overload methods
|
#
cf020f13 |
| 19-Mar-2005 |
Marcus Boerger |
- Fix #31185
|
Revision tags: php-5.0.4RC1, php-4.3.11RC1 |
|
#
b924ef87 |
| 11-Mar-2005 |
Marcus Boerger |
- Don't touch refcount/is_ref
|
#
a586cecf |
| 27-Feb-2005 |
Marcus Boerger |
- If silence if wanted we do not error out
|
Revision tags: RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2 |
|
#
fd4fe1c8 |
| 02-Feb-2005 |
Dmitry Stogov |
Fixed bugs #29767 and #31683 (__get and __set methods must not modify property name).
|
#
20be6646 |
| 19-Jan-2005 |
foobar |
- Fixed bug #29183 (Undefined symbol zend_check_private with Solaris CC)
|
#
235e6c0a |
| 17-Dec-2004 |
Andi Gutmans |
- Fixed Bug #30562 Segmentation fault with __call()
|
Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1 |
|
#
c5a9a5a2 |
| 30-Oct-2004 |
Marcus Boerger |
- Change zend_object_handlers->get_method() to allow aggregation for internal classes
|
Revision tags: PRE_NEW_VM_GEN_PATCH |
|
#
e39f3f3f |
| 28-Sep-2004 |
Marcus Boerger |
Simplify/Optmize magic method calls (__get/__set/__call/__clone/__destruct)
|
Revision tags: php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1 |
|
#
34b00ca2 |
| 22-Jul-2004 |
Zeev Suraski |
Fix bug in handling of protected properties
|
Revision tags: RELEASE_0_1 |
|
#
e000da96 |
| 19-Jul-2004 |
Stanislav Malyshev |
__set and __get will be called not only when variable doesn't exist but also when it's invisible
|
#
56f8195f |
| 19-Jul-2004 |
Andi Gutmans |
- Nuke empty_string. It is a reminanent from the time where RETURN_FALSE() used to return "" and not bool(false). It's not worth keeping it because STR_FREE() and zval_dtor() always have
- Nuke empty_string. It is a reminanent from the time where RETURN_FALSE() used to return "" and not bool(false). It's not worth keeping it because STR_FREE() and zval_dtor() always have to check for it and it slows down the general case. In addition, it seems that empty_string has been abused quite a lot, and was used not only for setting zval's but generally in PHP code instead of "", which wasn't the intention. Last but not least, nuking empty_string should improve stability as I doubt every place correctly checked if they are not mistakenly erealloc()'ing it or calling efree() on it. NOTE: Some code is probably broken. Each extension maintainer should check and see that my changes are OK. Also, I haven't had time to touch PECL yet. Will try and do it tomorrow.
show more ...
|
Revision tags: php-5.0.0RC4, php-5.0.0 |
|
#
d673ec01 |
| 14-Jul-2004 |
Stanislav Malyshev |
be consistent with write_dimension
|
#
28d72ce2 |
| 14-Jul-2004 |
Stanislav Malyshev |
fix #28957
|
Revision tags: php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1 |
|
#
6f5c0992 |
| 26-May-2004 |
Wez Furlong |
Fix leak on systems where alloca isn't really alloca.
|
Revision tags: php-4.3.7RC1, RELEASE_0_1_1 |
|
#
d056b25c |
| 04-May-2004 |
Wez Furlong |
Add count_elements handler for overloaded objects.
|
Revision tags: php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1 |
|
#
4a24cbe2 |
| 09-Apr-2004 |
Andi Gutmans |
- Fix bug #26441 (When __set() returned a value it corrupted it)
|
Revision tags: php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5 |
|
#
bd9b600c |
| 21-Mar-2004 |
Stanislav Malyshev |
API change for read_property: instead of bool silent it now gets fetch type This can be used for creating proxy objects for write contexts
|