Changes between Initial Version and Version 1 of Ticket #20801
- Timestamp:
- 05/31/12 08:50:38 (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20801 – Description
initial v1 4 4 5 5 - A direct call to the old constructor should trigger a deprecation notice 6 - The PHP4-style constructor *must* be declared after __construct()otherwise, an E_STRICT regarding constructor re-declaration is thrown.6 - The PHP4-style constructor *must* be declared after `__construct()` otherwise, an E_STRICT regarding constructor re-declaration is thrown. 7 7 8 8 Please find a patch attached...
