Opened 3 years ago
Last modified 7 months ago
#12031 reopened defect (bug)
Install do not check the magic_quote_sybase status
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| 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)
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.
comment:4
wonderboymusic — 9 months ago
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.

Is this an issue with the WP install as well?