Make WordPress Core

Opened 20 years ago

Closed 20 years ago

Last modified 20 years ago

#374 closed defect (bug) (fixed)

Latest post.php is giving PHP warnings

Reported by: davidhouse's profile davidhouse Owned by: michel-v's profile michel v
Milestone: Priority: normal
Severity: minor Version:
Component: Administration Keywords:
Focuses: Cc:

Description

Getting this lot at the top of any page using wp-admin/post.php:

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of fsockopen(). 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. However, future versions may not support this any longer. in c:\program files\pdev\www\wp-admin\post.php on line 387

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of fsockopen(). 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. However, future versions may not support this any longer. in c:\program files\pdev\www\wp-admin\post.php on line 387

Change History (4)

#2 @davidhouse
20 years ago

This isn't happening on my live server, which is running PHP Version 4.3.8. I guess it's a problem with PHP then, and we may have to hack around it?

#3 @michel v
20 years ago

  • Owner changed from anonymous to michel v
  • Resolution changed from 10 to 20
  • Status changed from new to closed

Fixed, thanks for the heads up.

Note: See TracTickets for help on using tickets.