]> granicus.if.org Git - php/commit
- Make SQLiteDatabase derivable by dropping final tag from class and
authorMarcus Boerger <helly@php.net>
Thu, 26 May 2005 11:53:16 +0000 (11:53 +0000)
committerMarcus Boerger <helly@php.net>
Thu, 26 May 2005 11:53:16 +0000 (11:53 +0000)
commit457d556f6679a3341c8bf0de4e239ba3303f28f1
tree76202a424a31c05a1afef6390bd1e6c4e8362f60
parentfddaa54410f7cbc4a3241f5a58efc2111596a662
- Make SQLiteDatabase derivable by dropping final tag from class and
  making the ctor final to ensure it is being called, which is the problem.
ext/sqlite/sqlite.c