#2790 closed defect (bug) (fixed)
Cron pass-by-reference error
Reported by: | robmiller | Owned by: | robmiller |
---|---|---|---|
Milestone: | 2.1 | Priority: | high |
Severity: | major | Version: | 2.1 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
Whenever cron spawns on my local SVN install (Windows XP, Apache 2, PHP 5), I get a fatal PHP error:
Fatal error: Only variables can be passed by reference in C:\apache\xampp\htdocs\wpsvn\wp-includes\cron.php on line 84
This patch fixes the issue; I'm pretty sure it's just a PHP5 thing but it's nice to have the compatability.
Pretty important considering 1. it totally blocks access to your WP site until you clear the cron
option 2. It's a pretty trivial patch.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
(In [3860]) Cron pass-by-reference error fix from robmiller. fixes #2790