Closed
Bug 423813
Opened 17 years ago
Closed 17 years ago
API is broken on php5
Categories
(addons.mozilla.org Graveyard :: API, defect)
addons.mozilla.org Graveyard
API
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: clouserw, Assigned: clouserw)
Details
Attachments
(1 file)
|
1.07 KB,
patch
|
laura
:
review+
|
Details | Diff | Splinter Review |
Due to string vs. array stuff php5 is throwing this fatal error in the API:
Cannot use string offset as an array in...
The attached fixes the problem, but looking at the comment it sounds like this whole area is in flux. I'm not sure what the best result for the API is (the patch just passes an empty array) so I'm not going to commit it.
Attachment #310424 -
Flags: review?
| Assignee | ||
Updated•17 years ago
|
Attachment #310424 -
Flags: review? → review?(laura)
Updated•17 years ago
|
Attachment #310424 -
Flags: review?(laura) → review+
Comment 1•17 years ago
|
||
Patch is virtuous, committed in r11394.
Severity: normal → major
Keywords: push-needed
| Assignee | ||
Updated•17 years ago
|
Assignee: nobody → clouserw
Updated•17 years ago
|
Keywords: push-needed
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 2•17 years ago
|
||
Um, why is this fixed after AMO was pushed?
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 3•17 years ago
|
||
(In reply to comment #2)
> Um, why is this fixed after AMO was pushed?
>
The API is no longer broken on php5? Why is this reopened?
Comment 4•17 years ago
|
||
Updated SAMO last week after I reopened.
Status: REOPENED → RESOLVED
Closed: 17 years ago → 17 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•