php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #1829 Multiple inheritance ?
Submitted: 1999-07-22 11:33 UTC Modified: 2000-03-16 17:33 UTC
From: christophe dot massiot at mail dot dotcom dot fr Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 4.0 Beta 1 OS: Debian GNU/Linux
Private report: No CVE-ID: None
 [1999-07-22 11:33 UTC] christophe dot massiot at mail dot dotcom dot fr
I was wondering if it would be possible to add multiple inheritance support in PHP4, i.e. the syntax :
class foo extends bar1. bar2 { }
I am working on a heavily object-oriented project, and that would spare me the trouble of having lots of objects nested into objects.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-03-10 14:58 UTC] joey at cvs dot php dot net
I really doubt that you will ever see this, but I think I can
safely say that it will not make it into 4.0. Zeev often comments
on the fact that he is not really interested in taking PHP's OO
stuff this far...
 [2000-03-16 17:33 UTC] christophe dot massiot at mail dot dotcom dot fr
>I really doubt that you will ever see this, but I think I can
>safely say that it will not make it into 4.0. Zeev often comments
>on the fact that he is not really interested in taking PHP's OO
>stuff this far...

You're probably right, anyway I have changed my architecture,
so I don't need that anymore... Let's close the report.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Mon Jun 15 19:00:01 2026 UTC