Opened 3 years ago

Last modified 7 months ago

#12031 reopened defect (bug)

Install do not check the magic_quote_sybase status

Reported by: wpmuguru Owned by: dd32
Priority: normal Milestone: Future Release
Component: Upgrade/Install Version:
Severity: normal Keywords: needs-patch easy-fix
Cc:

Description

MU Trac Ticket: http://trac.mu.wordpress.org/ticket/981

Just try to install on a server that it's magic_quote_sybase is on (okay for Oracle, but fatal for mysql) . It failed to update the wp-config.php and didn't set correctly the .htaccess.

Change History (7)

  • Keywords needs-feedback added

Is this an issue with the WP install as well?

comment:2   ryan3 years ago

Both WP and WPMU force it off at the beginning of wp-settings.php. If the reporter means setup-config.php, I think it does not get the ini_set for magic_quote_sybase since it doesn't include wp-load.php

  • Keywords needs-patch dev-feedback added; needs-feedback removed
  • Milestone changed from Unassigned to Future Release

Needs patch, I guess.

Is this still relevant? From php.net:

This feature has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 5.4.0.

  • Milestone Future Release deleted
  • Resolution set to wontfix
  • Status changed from new to closed

Given the configuration is deprecated, and removed in 5.4, and we haven't supported this in 9 years of WordPress, I really do not see a need to add this.

  • Keywords easy-fix added; dev-feedback removed
  • Milestone set to Future Release
  • Resolution wontfix deleted
  • Status changed from closed to reopened

We already handle sysbase in wp-settings (see #19455) so we might as well support it here.

Note: See TracTickets for help on using tickets.