#
ccfc46b0 |
| 08-Jan-2004 |
foobar |
- Happy new year and PHP 5 for rest of the files too.. # Should the LICENSE and Zend/LICENSE dates be updated too?
|
#
6923a16c |
| 03-Jan-2004 |
Derick Rethans |
- Fixed var_export() to show public, protected and private modifiers properly. - Exported (un)mangle_property_name.
|
#
15964bb3 |
| 28-Dec-2003 |
Marcus Boerger |
Fix order of class_entry member initialization (needed for example for DOM) # You need to completley rebuild PHP after this patch.
|
#
50888a10 |
| 22-Dec-2003 |
Marcus Boerger |
Preserve class name casing.
|
Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1 |
|
#
3c4cfd3e |
| 17-Dec-2003 |
Dmitry Stogov |
Dynamic function call from object's property was fixed (See "tests/lang/bug24926.phpt" and "tests/lang/bug25652.phpt")
|
#
6d5eb809 |
| 16-Dec-2003 |
Stanislav Malyshev |
export class initialization function
|
#
3a42baba |
| 14-Dec-2003 |
Zeev Suraski |
Fix behavior of return-by-reference functions. Remove erroneous warnings, add E_STRICT warnings in case you return something by reference that you're not supposed to (anything that's not a v
Fix behavior of return-by-reference functions. Remove erroneous warnings, add E_STRICT warnings in case you return something by reference that you're not supposed to (anything that's not a variable, or a return-value of a function that returned by reference).
show more ...
|
#
8a8deee8 |
| 06-Dec-2003 |
Marcus Boerger |
This test is against interfaces not abstract classes.
|
#
f4d6a5c7 |
| 05-Dec-2003 |
Andi Gutmans |
- Remove two unneeded convert_to_string() (found by Marcus) - Change illegal use of string offset to E_ERROR
|
#
d7f839cc |
| 02-Dec-2003 |
Andi Gutmans |
- Fix for bug #26182
|
#
af5489d9 |
| 29-Nov-2003 |
Marcus Boerger |
Revert accidential commit until decision
|
#
9ffd44e9 |
| 29-Nov-2003 |
Marcus Boerger |
Make exception code more robust: - Fix error in calculation of trace-string length - Allow to overload __strostring() and make it work for uncaught exceptions - Show exception thrown whil
Make exception code more robust: - Fix error in calculation of trace-string length - Allow to overload __strostring() and make it work for uncaught exceptions - Show exception thrown while displaying exceptions
show more ...
|
#
d344648b |
| 24-Nov-2003 |
Andi Gutmans |
- Fix __autoload() to preserve class case. - Heads up, this patch might break stuff so please let me know if you - bump into any problems.
|
#
1eaf126a |
| 18-Nov-2003 |
Marcus Boerger |
Backpatch the correct opcode for list(), property overloading needs more opcodes (Bugfix #26257).
|
#
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
|