#
db2a1f45 |
| 13-Nov-2003 |
Andi Gutmans |
- Make sure internal clasess are malloced
|
#
296529b8 |
| 10-Nov-2003 |
Marcus Boerger |
Split isset/isempty for object property and object dimension hooking.
|
#
77923b0e |
| 07-Nov-2003 |
Marcus Boerger |
Add missing initialization.
|
Revision tags: php-4.3.4, php-4.3.4RC3 |
|
#
44c3f006 |
| 30-Oct-2003 |
Stanislav Malyshev |
make CATCH opcode use "class" T like other opcodes do - via IS_CONST
|
Revision tags: php-5.0.0b2, RELEASE_2_0_0RC1 |
|
#
4bde74c3 |
| 28-Oct-2003 |
Shane Caraveo |
fix crash in do_implement_interface when compiling pear/PHPUnit/Framework/TestCase.php line 63 while only interface_gets_implemented is the issue in this instance, both these vars were un
fix crash in do_implement_interface when compiling pear/PHPUnit/Framework/TestCase.php line 63 while only interface_gets_implemented is the issue in this instance, both these vars were unitialized, causing potential other issues
show more ...
|
Revision tags: php-5.0.0b2RC1 |
|
#
3c62b3b5 |
| 22-Oct-2003 |
Marcus Boerger |
Expand Interface C API. In short: zend_class_entry->interface_gets_implemented() allows to modify the class entry of a class when an interface gets implemented.
|
Revision tags: php-4.3.4RC2, RELEASE_1_3b3 |
|
#
b0b82541 |
| 18-Oct-2003 |
Marcus Boerger |
Fix class/iterator relationship & handling
|
#
2ab30d71 |
| 09-Oct-2003 |
Zeev Suraski |
Allow foo::$bar()
|
Revision tags: BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2 |
|
#
ddd49b34 |
| 30-Sep-2003 |
Moriyoshi Koizumi |
Remove redundant '\n'
|
Revision tags: php-4.3.4RC1, RELEASE_0_7 |
|
#
909bd62a |
| 17-Sep-2003 |
Marcus Boerger |
Show name of missing function as typed
|
#
46b8801b |
| 17-Sep-2003 |
Marcus Boerger |
Go with studlyCaps in error messages/backtrace/reflection output
|
#
9d0506ec |
| 08-Sep-2003 |
Marcus Boerger |
Fix property inheritance where a derived class inherits a public property and owns it as an implicit public property already (noticed by Brad).
|
#
be8287e5 |
| 03-Sep-2003 |
Marcus Boerger |
Partly revert and reintroduce hash table entries for the ctor. # Obviously not the brightest idea i had today.
|
#
5569d7fa |
| 03-Sep-2003 |
Marcus Boerger |
Nuke unused variable, too
|
#
61b96d1f |
| 03-Sep-2003 |
Marcus Boerger |
- Inheritance applies to __clone() too. - No need to add additional functions for the constructor. The handler uses the pointer as intended and doesn't look the the name.
|
#
91ff8d67 |
| 03-Sep-2003 |
Marcus Boerger |
Cannot turn a static property into a non static one and vice versa
|
#
7bbbd503 |
| 03-Sep-2003 |
Marcus Boerger |
Fix handling of static properties initialized to arrays
|
#
1d21d48e |
| 03-Sep-2003 |
Marcus Boerger |
Add missing error messages when violating static property inheritance rules.
|
#
1b39a5aa |
| 03-Sep-2003 |
Marcus Boerger |
Fix static properties. # # There's only an errormessage missing which i'll wommit as soon as i find out # how to do it best. But besides that damn message everything works now and all
Fix static properties. # # There's only an errormessage missing which i'll wommit as soon as i find out # how to do it best. But besides that damn message everything works now and all # inheritance rules apply. #
show more ...
|
#
1d3d396f |
| 03-Sep-2003 |
Marcus Boerger |
Allow redeclareing a protected property as public. # # The only known thing left at this moment is that the protected static members # of a base class is different then the redeclared pub
Allow redeclareing a protected property as public. # # The only known thing left at this moment is that the protected static members # of a base class is different then the redeclared public property. I tried # to remove both new and old static properties in the derived class and copy # the base property with the new name. But for reasons i have to check later # that didn't result in the expected behavior. Anyway we would need a warning # if someone tries to change the value of a static property in a derived class. #
show more ...
|
#
93f0ee5f |
| 03-Sep-2003 |
Zeev Suraski |
Revert bogus patch One must *never* use E_CORE_* error levels!
|
#
d1b74000 |
| 02-Sep-2003 |
Marcus Boerger |
Fix error messages
|
#
469b746b |
| 02-Sep-2003 |
Marcus Boerger |
Fix error level
|
#
0f337461 |
| 02-Sep-2003 |
Marcus Boerger |
Currently we cannot support static ctor/dtor
|
#
aaa1cdca |
| 29-Aug-2003 |
Zeev Suraski |
Fix a problem in implicit public properties and inheritance
|