Index: wp-admin/setup-config.php
===================================================================
--- wp-admin/setup-config.php	(revision 28578)
+++ wp-admin/setup-config.php	(working copy)
@@ -63,6 +63,9 @@
 // Add magic quotes and set up $_REQUEST ( $_GET + $_POST )
 wp_magic_quotes();

+// Disable magic_quotes_sybase
+@ini_set( 'magic_quotes_sybase',  0 );
+
 // Support wp-config-sample.php one level up, for the develop repo.
 if ( file_exists( ABSPATH . 'wp-config-sample.php' ) )
 	$config_file = file( ABSPATH . 'wp-config-sample.php' );