]> granicus.if.org Git - php/commit
MFH:
authorMichael Wallner <mike@php.net>
Tue, 1 Aug 2006 13:28:28 +0000 (13:28 +0000)
committerMichael Wallner <mike@php.net>
Tue, 1 Aug 2006 13:28:28 +0000 (13:28 +0000)
commit5f7750c6e62676a71c4df360c62f56b7fb3f11f2
tree1468e2515dc4995729506ca6a19aa08fdf2829f4
parentad3ad9bb7971a376e953dabbdeb0ed928fb47633
MFH:
 - 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]