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.