Changes between Version 1 and Version 2 of Ticket #21300, comment 3
- Timestamp:
- 07/18/2012 09:57:16 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21300, comment 3
v1 v2 7 7 I still believe this is a great benefit we can give to users running PHP 5.3+ that is worth the disadvantage of the code diverging. 8 8 9 For reference, here's discussion on PSR-0 being implemented in [http://dev.kohanaframework.org/issues/4001 Kohana] and [http://drupal.org/node/1240138 Drupal], and ticket #10493 has similar discussion about including PHP 5.3+ features in core .9 For reference, here's discussion on PSR-0 being implemented in [http://dev.kohanaframework.org/issues/4001 Kohana] and [http://drupal.org/node/1240138 Drupal], and ticket #10493 has similar discussion about including PHP 5.3+ features in core and #14710 mentions `spl_autoload_register()`.