Closed (duplicate)
Project:
Drupal core
Version:
4.6.2
Component:
base system
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Jun 2005 at 00:55 UTC
Updated:
9 Sep 2005 at 02:54 UTC
A client of mine just upgraded to the latest snapshot of PHP 5.0.5-dev and started getting errors when array_pop() is called:
Fatal error: Only variables can be passed by reference in c:\drupal\modules\system.module on line 25
This patch fixes the problem by assigning the value to a variable before passing it to array_pop().
Thanks.
| Comment | File | Size | Author |
|---|---|---|---|
| array_pop.diff | 1.9 KB | danielc |
Comments
Comment #1
danielc commentedThis issue will be addressed by a mega-patch applied in http://drupal.org/node/26033.