#
d873ecb2 |
| 08-Jun-2005 |
Dmitry Stogov |
Fixed valgrind errors
|
#
55cdb7c0 |
| 08-Jun-2005 |
Dmitry Stogov |
Fixed lookups for previos opcodes
|
#
0a44789b |
| 08-Jun-2005 |
Dmitry Stogov |
Fixed bug #30961 (Wrong linenumber in ReflectionClass getStartLine())
|
#
58a0ee09 |
| 07-Jun-2005 |
Dmitry Stogov |
Fixed bug #26456 (Wrong results from Reflection-API getDocComment() when called via STDIN)
|
#
91a344a5 |
| 06-Jun-2005 |
Dmitry Stogov |
Fixed bug #32428 (The @ warning error supression operator is broken)
|
#
89e53d5a |
| 03-Jun-2005 |
Dmitry Stogov |
Fixed bug #30080 (Passing array or non array of objects)
|
#
6b39b374 |
| 03-Jun-2005 |
Dmitry Stogov |
Fixed bug #27598 (list() array key assignment causes HUGE memory leak)
|
#
4f9a2bed |
| 31-May-2005 |
Marcus Boerger |
- Only allow changing return ref agnostic when a script method overrides an internal method (found by dmitry)
|
#
4918b67a |
| 28-May-2005 |
Marcus Boerger |
- Make zend_do_inheritance ZEND_API
|
#
1a723413 |
| 26-May-2005 |
Dmitry Stogov |
Added array type hinting. (This patch requires full re-make)
|
#
79d6f11a |
| 05-May-2005 |
Dmitry Stogov |
Fixed bug #31525 (object reference being dropped. $this getting lost)
|
#
abb07db4 |
| 27-Apr-2005 |
Dmitry Stogov |
Fixed bug #29104 (Function declaration in method doesn't work)
|
#
694f7a9e |
| 26-Apr-2005 |
Dmitry Stogov |
Fixed bug #32427 (Interfaces are not allowed 'static' access modifier).
|
#
35b38598 |
| 25-Apr-2005 |
Dmitry Stogov |
Fixed bug #29944 (Function defined in switch, crashes).
|
#
20e67fd1 |
| 24-Apr-2005 |
Marcus Boerger |
- Need to copy doc comments correct for properties
|
#
67a226d9 |
| 19-Apr-2005 |
Marcus Boerger |
- Add ReflectionProperty::getDocComment()
|
#
0e575286 |
| 19-Apr-2005 |
foobar |
No c++ comments in C code
|
Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1 |
|
#
0a93d54c |
| 10-Mar-2005 |
Marcus Boerger |
- Bugfix #28442
|
#
757da1ee |
| 07-Mar-2005 |
Marcus Boerger |
- New Interface Serializeable - Change signature of unserialize() callback to ease inheritance and support code reuse of handlers
|
#
0344652b |
| 06-Mar-2005 |
foobar |
Fixed compile warning (bug #32046)
|
#
5b98a092 |
| 23-Feb-2005 |
Stanislav Malyshev |
Custom object serializer infrastructure # The detailed announce on the list will follow
|
#
57d2c2bb |
| 20-Feb-2005 |
Dmitry Stogov |
Fixed possible memory corruption
|
Revision tags: RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2 |
|
#
a29f5391 |
| 11-Feb-2005 |
Marcus Boerger |
- Cleanup foreach handling
|
Revision tags: RELEASE_0_2_1, RELEASE_0_2 |
|
#
c91218ae |
| 07-Feb-2005 |
Dmitry Stogov |
Fixed bug introduced with foreach() optimization patch
|
#
625e06f4 |
| 07-Feb-2005 |
Dmitry Stogov |
Fixed FE_RESET/FE_FETCH bug. Now FE_RESET instruction takes jump-address from itself, not from the following FE_FETCH instruction.
|