#
2f7c5d30 |
| 18-Jun-2004 |
Sara Golemon |
Another typo in converting array index doubles to long.
|
Revision tags: php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7 |
|
#
176f6d8e |
| 02-Jun-2004 |
Stanislav Malyshev |
fix incdec - make value's refcount non-zero when passing to write_property - otherwise __set caller cleanup could kill it.
|
#
0ef420a7 |
| 28-May-2004 |
Marcus Boerger |
Prevent possible problems with illegal properties
|
Revision tags: php-5.0.0RC3RC1 |
|
#
bca3e304 |
| 27-May-2004 |
Andi Gutmans |
- Fix problem with exceptions returning from include(). (Dmitry)
|
Revision tags: php-4.3.7RC1, RELEASE_0_1_1 |
|
#
b094db39 |
| 18-May-2004 |
Sara Golemon |
Bugfix#28404 When type is double we need to access dval, not lval
|
#
239ae7b5 |
| 29-Apr-2004 |
Stanislav Malyshev |
Fix bug #27876
|
Revision tags: php-5.0.0RC2, php-5.0.0RC2RC2 |
|
#
a455d784 |
| 15-Apr-2004 |
Marcus Boerger |
Handle failure in get_current_data
|
Revision tags: php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2 |
|
#
962c8cc9 |
| 01-Apr-2004 |
Ilia Alshanetsky |
Fixed reversed condition for error reporting.
|
Revision tags: php-4.3.6RC1 |
|
#
d00b6c7c |
| 31-Mar-2004 |
Dmitry Stogov |
Fixed BUG in zend_post_incdec_property
|
#
c29e9277 |
| 29-Mar-2004 |
Sebastian Bergmann |
-clonning+cloning
|
#
75d1e4ca |
| 29-Mar-2004 |
Dmitry Stogov |
Implicit clonning strict warning was added for ze1_compatibility_mode
|
#
62c80d5e |
| 29-Mar-2004 |
Ilia Alshanetsky |
Fixed bug #27731 (error_reporting() inside @ block fails to set error_reporting level).
|
#
9be3c938 |
| 28-Mar-2004 |
Stanislav Malyshev |
- call set handler if assigning to object having this handler - cleanup: use macros to access object internal vars
|
#
43d04ee2 |
| 26-Mar-2004 |
Andi Gutmans |
- Fix build (thanks to Timm)
|
#
7a98f60e |
| 25-Mar-2004 |
Stanislav Malyshev |
no need to use result for RECV's - as in PHP4
|
Revision tags: php-4.3.5 |
|
#
3c3dbc88 |
| 25-Mar-2004 |
Stanislav Malyshev |
Use get/set handlers for increment.decrement ops on objects
|
#
ec53815b |
| 24-Mar-2004 |
Dmitry Stogov |
Object cloning in ze1 compatibility mode (zend.ze1_compatibility_mode) was reimplemented (Dmitry, Andi)
|
#
94dc9af5 |
| 22-Mar-2004 |
Andi Gutmans |
- Remove whitespace
|
#
4ccca568 |
| 21-Mar-2004 |
Andi Gutmans |
- Improve consistency
|
#
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
|
#
f0b5eeb1 |
| 21-Mar-2004 |
Andi Gutmans |
- Nuke unused code
|
Revision tags: php-4.3.5RC4, php-5.0.0RC1 |
|
#
b8275175 |
| 18-Mar-2004 |
Zeev Suraski |
Fix possible data corruption with __set()
|
#
f52edc19 |
| 18-Mar-2004 |
Stanislav Malyshev |
Improve error message - on E_STRICT, method is actually called, so the error shouldn't say it cannot be called.
|
Revision tags: php-5.0.0RC1RC2 |
|
#
5569ad06 |
| 17-Mar-2004 |
Andi Gutmans |
- Fix tiny bug (one of the reasons we can't support __toString() for - regular objects).
|
#
ccb515af |
| 17-Mar-2004 |
Andi Gutmans |
- Fixed problem with __toString(). Due to the engine's architecture it is - currently not possible to call __toString() anywhere besides print & eval. - Follow up will be on internals@
|