[wp-trac] [WordPress Trac] #15038: Fix in Ticket #6278 breaks the uploader for Mac Users
WordPress Trac
wp-trac at lists.automattic.com
Sat Oct 16 15:04:16 UTC 2010
#15038: Fix in Ticket #6278 breaks the uploader for Mac Users
--------------------------+-------------------------------------------------
Reporter: jerrek71 | Owner:
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: 3.1
Component: Media | Version: 3.0.1
Severity: major | Resolution:
Keywords: has-patch |
--------------------------+-------------------------------------------------
Comment(by schmoo2x):
Replying to [comment:7 nacin]:
Tried 15038.diff on my affected system with no change in results (note:
I'm seeing it with the Permalinks Settings page coming up blank).
I ran var_dump( get_loaded_extensions() ); and this returned:
{{{
array(44) {
[0]=>
string(4) "Core"
[1]=>
string(4) "date"
[2]=>
string(4) "ereg"
[3]=>
string(6) "libxml"
[4]=>
string(7) "openssl"
[5]=>
string(4) "pcre"
[6]=>
string(7) "sqlite3"
[7]=>
string(4) "zlib"
[8]=>
string(6) "bcmath"
[9]=>
string(8) "calendar"
[10]=>
string(5) "ctype"
[11]=>
string(4) "curl"
[12]=>
string(3) "dom"
[13]=>
string(6) "filter"
[14]=>
string(3) "ftp"
[15]=>
string(2) "gd"
[16]=>
string(7) "gettext"
[17]=>
string(4) "hash"
[18]=>
string(5) "iconv"
[19]=>
string(7) "session"
[20]=>
string(4) "json"
[21]=>
string(8) "mbstring"
[22]=>
string(6) "mcrypt"
[23]=>
string(5) "mysql"
[24]=>
string(3) "SPL"
[25]=>
string(8) "standard"
[26]=>
string(5) "posix"
[27]=>
string(10) "Reflection"
[28]=>
string(4) "Phar"
[29]=>
string(9) "SimpleXML"
[30]=>
string(7) "sockets"
[31]=>
string(4) "imap"
[32]=>
string(9) "tokenizer"
[33]=>
string(3) "xml"
[34]=>
string(9) "xmlreader"
[35]=>
string(9) "xmlwriter"
[36]=>
string(8) "cgi-fcgi"
[37]=>
string(7) "suhosin"
[38]=>
string(3) "PDO"
[39]=>
string(10) "pdo_sqlite"
[40]=>
string(6) "SQLite"
[41]=>
string(9) "pdo_mysql"
[42]=>
string(14) "SourceGuardian"
[43]=>
string(14) "ionCube Loader"
}
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/15038#comment:8>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list