#374 closed defect (bug) (fixed)
Latest post.php is giving PHP warnings
Reported by: | davidhouse | Owned by: | 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
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?