#8766 closed defect (bug) (fixed)
wp-includes/http.php warning
Reported by: | bobrik | Owned by: | |
---|---|---|---|
Milestone: | 2.8 | Priority: | high |
Severity: | major | Version: | |
Component: | HTTP API | Keywords: | |
Focuses: | Cc: |
Description
I see nex warning after latest svn up
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of do_action_ref_array(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /home/.sirius/bobrik/bobrik.name/blog/wp-includes/http.php on line 1038
Seems that you need change something. Sorry, no patches today ;(
Change History (6)
#1
@
16 years ago
- Milestone 2.7.1 deleted
- Resolution set to invalid
- Status changed from new to closed
#2
@
16 years ago
WordPress supports PHP4, therefore the E_DEPRECATED notices will exist. Create a ticket for adding ~E_DEPRECATED to the error_reporting() in wp-settings.php.
See #8701
Note: See
TracTickets for help on using
tickets.
WordPress supports PHP4, therefore the E_DEPRECATED notices will exist. Create a ticket for adding
~E_DEPRECATED
to the error_reporting() in wp-settings.php.