]> granicus.if.org Git - php/commit
- OO fixes:
authorMichael Wallner <mike@php.net>
Tue, 1 Aug 2006 13:27:41 +0000 (13:27 +0000)
committerMichael Wallner <mike@php.net>
Tue, 1 Aug 2006 13:27:41 +0000 (13:27 +0000)
commit6582daf259c0fa3653ac196b091c246c14911bc0
treed81898a9df645c5d4d31bcc5c96a471564534abf
parent54b14feba5acb25fa4bdc79ff0df85778c4bc2e2
- OO fixes:
  . no is_ref for objects in PHP5+
  . initialize objects when created with the `new` operator
  . check for proper initialization in child classes
- fix typo: transistion -> transition
- add test
ext/date/php_date.c
ext/date/php_date.h
ext/date/tests/oo_001.phpt [new file with mode: 0644]