Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
field system
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
8 Feb 2010 at 21:37 UTC
Updated:
26 May 2010 at 11:00 UTC
And consequently install and everything just dies. Without a code cache you won't see this.
| Comment | File | Size | Author |
|---|---|---|---|
| too_late.patch | 1.06 KB | chx |
Comments
Comment #1
yched commentedWhat's the difference ? Before or after the includes ?
Then may I suggest we move the includes below the
@defgroup field Field APIPHPdoc block, and keep both FieldException and FieldUpdateForbiddenException together after the PHPdoc ?Like :
- PHPdoc
- exception classes
- includes
- defines
Comment #2
chx commentedI decided this is an xcache bug.
Comment #3
David_Rothstein commentedLooks like the same patch was committed at #686596: Child before parent class definition order breaks some opcode cachers (although not taking into account @yched's feedback above).
Comment #4
dhthwy commentedlol, well I didn't copy chx I swear!
I realized he made the same patch before I made one.
And the PHP guys still haven't responded to my request for documentation on the matter. On a totally different install now without any PHP opcode caching (yet) and I still get a fatal error when defining > 2 class inheritance levels in reverse order.